Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何检测模板标签的拼写错误?
例如:
○ <?php the_permalink() ?> ✕ <?php the_premalink() ?>
谢谢!
最好的方法是使用一个包含整个项目的好 IDE。我使用 PHPStorm,这很容易。强烈推荐。它将扫描您的整个项目,包括 Wordpress,并为您提供有关您希望放入代码中的每个功能的提示。