Last active
March 21, 2018 15:44
-
-
Save bigdigital/bb6c120377063d441a8615ba8bd073c3 to your computer and use it in GitHub Desktop.
The7 Disable comment url
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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