dd
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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" => [ | ... | ... |
-
Please register or sign in to post a comment