Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 226 Bytes

Comment Title Change.md

File metadata and controls

9 lines (8 loc) · 226 Bytes

Comment Title Change

function set_my_comment_title($defaults) {
	$defaults['title_reply'] = __('Comment Here', 'customizr-child');
	return $defaults;
}
add_filter( 'comment_form_defaults', 'set_my_comment_title' );