Skip to content

Instantly share code, notes, and snippets.

@eduard-un
Created April 19, 2016 19:23
Show Gist options
  • Save eduard-un/f1450233e759978578e6f606b3e459df to your computer and use it in GitHub Desktop.
Save eduard-un/f1450233e759978578e6f606b3e459df 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%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