Skip to content

Instantly share code, notes, and snippets.

@bigdigital
Last active March 21, 2018 15:44
Show Gist options
  • Save bigdigital/bb6c120377063d441a8615ba8bd073c3 to your computer and use it in GitHub Desktop.
Save bigdigital/bb6c120377063d441a8615ba8bd073c3 to your computer and use it in GitHub Desktop.
The7 Disable comment url
function disable_comment_url($fields) {
$fields['url'] = '</div>';
return $fields;
}
add_filter('comment_form_default_fields','disable_comment_url');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment