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.
我正在尝试编写一个插件,该插件应在加载评论之前或加载页面内容之后加载。我正在尝试使用add_action('pre_get_comments', 'my_function');,但它不起作用。
add_action('pre_get_comments', 'my_function');