Created
November 11, 2013 02:23
-
-
Save JulioPotier/7406772 to your computer and use it in GitHub Desktop.
This file contains 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 page_into_contact_form(){ | |
if( is_main_query() && is_page( get_option( 'contact_page_id' ) ){ | |
add_filter( 'the_content', 'content_into_contact_form' ); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment