verygoodplugins

Untitled

Jan 11th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. function delay_import( $user_id ) {
  2.  
  3.     usleep(500000);
  4.  
  5. }
  6.  
  7. add_action( 'wpf_user_imported', 'delay_import' );
Add Comment
Please, Sign In to add comment