Skip to content

Instantly share code, notes, and snippets.

@tareiking
Last active August 29, 2015 13:58
Show Gist options
  • Save tareiking/10017045 to your computer and use it in GitHub Desktop.
Save tareiking/10017045 to your computer and use it in GitHub Desktop.
Removes the default wordpress "Allowed codes" from below comment sections.
<?php
// Remove "code" section after comments and replace with NOTHING!!!
comment_form( array( 'comment_notes_after' => '' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment