Skip to content

Instantly share code, notes, and snippets.

@JulioPotier
Created November 11, 2013 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JulioPotier/7406770 to your computer and use it in GitHub Desktop.
Save JulioPotier/7406770 to your computer and use it in GitHub Desktop.
function content_into_contact_form( $content ){
if( $GLOBALS['post']->ID == get_option( 'contact_page_id' ) ){
$content = '[contact-form-7 id="2" title="Contact form 1"]';
}
return $content;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment