Guest User

Untitled

a guest
Feb 23rd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. if ( ! get_transient( 'my_task_sync_method' ) ) {
  2. set_transient( 'my_task_sync_method', true, 1 * MINUTE_IN_SECONDS );
  3. my_task_sync_method();
  4. }
Add Comment
Please, Sign In to add comment