action_scheduler_async_request_sleep_seconds, 5, $this

action_scheduler_async_request_sleep_seconds, 5, $this

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1

apply_filters('action_scheduler_async_request_sleep_seconds, 5, $this') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php line 91

    Warning: Undefined array key 93 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 94 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 95 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 96 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    	/**
    	 * Chaining async requests can crash MySQL. A brief sleep call in PHP prevents that.
    	 */
    	protected function get_sleep_seconds() {
    		return apply_filters( 'action_scheduler_async_request_sleep_seconds', 5, $this );
    	}
    }