823ae1b6 by Jeff Balicki

dd

1 parent a5072a28
...@@ -45,7 +45,7 @@ add_filter( 'cf7_2_post_status_wpsl_stores', 'publish_new_wpsl_stores',10,3); ...@@ -45,7 +45,7 @@ add_filter( 'cf7_2_post_status_wpsl_stores', 'publish_new_wpsl_stores',10,3);
45 update_post_meta($post_id, 'notification_sent_for_publish_project', true); 45 update_post_meta($post_id, 'notification_sent_for_publish_project', true);
46 delete_autoload_map_transient(); 46 delete_autoload_map_transient();
47 $email = get_post_meta($post_id, 'wpsl_email', true); 47 $email = get_post_meta($post_id, 'wpsl_email', true);
48 $subject = 'WYN Registration Aproved'; 48 $subject = 'WYN Registration Approved';
49 49
50 $stream_opts = [ 50 $stream_opts = [
51 "ssl" => [ 51 "ssl" => [
......