HTML Tags and Attributes

This topic contains 1 reply and 2 voices, and was last updated by Sabbir Ahmed 10 years ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
April 1, 2014 at 9:49 am 17754
Sabbir Ahmed Can you show me how to remove this from my comments area? http://imgur.com/7HTgYlZ
April 1, 2014 at 11:36 am 17759
Sabbir Ahmed Sabbir Ahmed

Hi Zachary,
You could solve this by adding the following code in dokan->functions.php file

add_filter( 'comment_form_defaults','dokna_remove_comment_hints' );
function dokna_remove_comment_hints( $defaults ) {
$defaults['comment_notes_after'] = '';
return $defaults;
}

Thank you

Viewing 1 Posts - 1 through 1 (of 1 total)