verygoodplugins

Untitled

Dec 16th, 2020
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.11 KB | None | 0 0
  1. function set_wpf_sleep_time( $seconds ) {
  2.     return 1;
  3. }
  4. add_filter( 'wpf_batch_sleep_time', 'set_wpf_sleep_time' );
Add Comment
Please, Sign In to add comment