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');