Created
July 19, 2013 16:41
-
-
Save norcross/6040586 to your computer and use it in GitHub Desktop.
remove comment notes 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
| <?php | |
| function no_comment_notes($fields) { | |
| $fields['comment_notes_after'] = ''; | |
| return $fields; | |
| } | |
| add_filter('comment_form_defaults', 'no_comment_notes'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment