Skip to content

Instantly share code, notes, and snippets.

@JulioPotier
Created November 11, 2013 02:23
Show Gist options
  • Save JulioPotier/7406772 to your computer and use it in GitHub Desktop.
Save JulioPotier/7406772 to your computer and use it in GitHub Desktop.
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