generate_comment_form_title

generate_comment_form_title

The generate_comment_form_title filter allows you to change the default # thoughts on {post_title} text.

Default (string): # thoughts on {post_title}

Usage

Please refer to the Using Filters article to learn how to use this filter.

Example

add_filter( 'generate_comment_form_title', function() {
return 'What do others say';
} );

發表回覆

您的郵箱地址不會被公開。 必填項已用 * 標註