aioseo_remove_reply_to_com
aioseo_remove_reply_to_com
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.4.7.5.1apply_filters('aioseo_remove_reply_to_com') is found 1 times:
- /app/Common/Main/QueryArgs.php line 151
* * @return void */ private function removeReplyToCom() { if ( ! apply_filters( 'aioseo_remove_reply_to_com', true ) ) { return; } add_filter( 'comment_reply_link', [ $this, 'removeReplyToComLink' ] ); add_action( 'template_redirect', [ $this, 'replyToComRedirect' ], 1 ); }