Guest User

Untitled

a guest
Jul 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. if ( ! wp_next_scheduled( '{whatever your hook name is}' ) ) {
  2. wp_schedule_event( time(), 'hourly', '{whatever your hook name is}', $args );
  3. }
Add Comment
Please, Sign In to add comment