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.
有没有办法动态地将钩子添加到主题 template.php 中,例如在 top-a 或 bottom-b 中?
您可以尝试在另一个挂钩中注册。setup_theme 在包含主题functions.php之前和after_setup_theme之后调用该钩子。
setup_theme
after_setup_theme
所以你注册一个钩子,然后注册其他钩子。
另见: