Created
April 19, 2016 19:23
-
-
Save eduard-un/f1450233e759978578e6f606b3e459df 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%2$s', 'Divi' ), | |
sanitize_text_field( $et_site_name ), | |
( '' !== $title ? sprintf( _x( ' - %s', 'contact form title separator', 'Divi' ), sanitize_text_field( $title ) ) : '' ) | |
), 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