Skip to content

Instantly share code, notes, and snippets.

@eduard-un
Created April 19, 2016 19:25
Show Gist options
  • Save eduard-un/0a5ebab8f668546ed2f604a514bc8100 to your computer and use it in GitHub Desktop.
Save eduard-un/0a5ebab8f668546ed2f604a514bc8100 to your computer and use it in GitHub Desktop.
wp_mail( apply_filters( 'et_contact_page_email_to', $et_email_to ),
sprintf( __( 'Customization request for %1$s', 'Divi' ),
sanitize_text_field( $post_name )), stripslashes( wp_strip_all_tags( $POST['et_pb_contact_message'] ) ), apply_filters( 'et_contact_page_headers', $headers, $contact_name, $contact_email ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment