// Modify the author says text in comments add_filter( ‘comment_author_says_text’, ‘custom_comment_author_says_text’ ); function custom_comment_author_says_text() { return ”; } // Modify the “Leave a Reply” title in comments add_filter( ‘comment_form_defaults’, ‘sp_comment_form_defaults’ […]
You are here:
Home / Uncategorized