Guest User

Untitled

a guest
Jun 27th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php $timeg = date( 'g:ia', current_time( 'timestamp', 0 ));
  2. $timem = '12:54pm';
  3. if ($timem == $timeg)
  4. {
  5.  
  6. $subject = 'Post Published by Author';
  7. $headers = 'From: admin <[email protected]>' . "rn";
  8. $message = 'your';
  9.  
  10. wp_mail($to, $subject, $message, $headers);
  11.  
  12. }
  13.  
  14. ?>
Advertisement
Add Comment
Please, Sign In to add comment