generate_leave_comment

generate_leave_comment

The generate_leave_comment filter allows you to change the default Leave a Comment text.
Default (string): Leave a Comment
Usage
Please refer to the Using Filters article to learn how to use this filter.
Example
add_filter( 'generate_leave_comment','tu_custom_leave_comment' );
function tu_custom_leave_comment() {
return 'Join the conversation';
}

發表回覆

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