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);
update_post_meta($post_id, 'notification_sent_for_publish_project', true);
delete_autoload_map_transient();
$email = get_post_meta($post_id, 'wpsl_email', true);
$subject = 'WYN Registration Aproved';
$subject = 'WYN Registration Approved';
$stream_opts = [
"ssl" => [
......