action_scheduler_allow_async_request_runner, $allow

action_scheduler_allow_async_request_runner, $allow

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_allow_async_request_runner, $allow') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/ActionScheduler_AsyncRequest_QueueRunner.php line 84
    		} else {
    			$allow = true;
    		}
    
    		return apply_filters( 'action_scheduler_allow_async_request_runner', $allow );
    	}
    
    	/**
    	 * Chaining async requests can crash MySQL. A brief sleep call in PHP prevents that.
    	 */
    	protected function get_sleep_seconds() {