39524c56 by Jeff Balicki

ddd

1 parent 6069df3c
...@@ -57,7 +57,7 @@ add_filter( 'cf7_2_post_status_wpsl_stores', 'publish_new_wpsl_stores',10,3); ...@@ -57,7 +57,7 @@ add_filter( 'cf7_2_post_status_wpsl_stores', 'publish_new_wpsl_stores',10,3);
57 update_post_meta($post_id, 'notification_sent_for_delete_project', true); 57 update_post_meta($post_id, 'notification_sent_for_delete_project', true);
58 $email = get_post_meta($post_id, 'wpsl_email', true); 58 $email = get_post_meta($post_id, 'wpsl_email', true);
59 $subject = 'WYN Registration Denied'; 59 $subject = 'WYN Registration Denied';
60 $message = file_get_contents(get_site_url().'wp-content/themes/understrap-child/inc/Registration-Denied.html'); 60 $message = file_get_contents(get_site_url().'/wp-content/themes/understrap-child/inc/Registration-Denied.html');
61 61
62 $headers_customer = array('Content-Type: text/html; charset=UTF-8'); 62 $headers_customer = array('Content-Type: text/html; charset=UTF-8');
63 wp_mail( $email , $subject, $message, $headers_customer); 63 wp_mail( $email , $subject, $message, $headers_customer);
......