Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. function wt_pipe_cron_ended(){
  2.  
  3. $email = 'asd@example.org, ert@example.org';
  4. wp_mail( $email, "Product Auto Import Export", 'Product scheduled import completed.' );
  5.  
  6. }
  7.  
  8. add_action('wt_pipe_cron_ended', 'wt_pipe_cron_ended');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement