Skip to content

Instantly share code, notes, and snippets.

@juanfra
Created March 4, 2016 15:26
Show Gist options
  • Save juanfra/e0eadc4025aba2aaf853 to your computer and use it in GitHub Desktop.
Save juanfra/e0eadc4025aba2aaf853 to your computer and use it in GitHub Desktop.
Remove contact form from the contact template
<?php
//* Do NOT include the opening php tag
// Remove the contact form from the contact template.
add_filter( 'nice_contact_form', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment