Skip to content

Instantly share code, notes, and snippets.

@theory-of-soul
Created January 13, 2016 11:30
Show Gist options
  • Save theory-of-soul/38cae71a035d3db310c4 to your computer and use it in GitHub Desktop.
Save theory-of-soul/38cae71a035d3db310c4 to your computer and use it in GitHub Desktop.
ContactForm7
<? global $wpcf7_contact_form;
if ( ! ( $wpcf7_contact_form = wpcf7_contact_form( 34 ) ) )
return 'Contact form not found!';
$form = $wpcf7_contact_form->form_html();
echo $form; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment