Created
April 25, 2018 15:40
-
-
Save AnkanSoul/a8cc801abd86657e00960044451c381d to your computer and use it in GitHub Desktop.
comment blog section removed url field
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
| ======================= comment blog section removed url field ============================================== | |
| function wpb_disable_comment_url($fields) | |
| { | |
| unset($fields['url']); | |
| return $fields; | |
| } | |
| add_filter('comment_form_default_fields','wpb_disable_comment_url'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment