Created
November 11, 2013 02:22
-
-
Save JulioPotier/7406770 to your computer and use it in GitHub Desktop.
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
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