Created
April 19, 2016 19:25
-
-
Save eduard-un/0a5ebab8f668546ed2f604a514bc8100 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
| 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