action_scheduler_queue_runner_time_limit, $time_limit

action_scheduler_queue_runner_time_limit, $time_limit

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

  • /vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php line 278
    			_deprecated_function( 'action_scheduler_maximum_execution_time', '2.1.1', 'action_scheduler_queue_runner_time_limit' );
    			$time_limit = apply_filters( 'action_scheduler_maximum_execution_time', $time_limit );
    		}
    
    		return absint( apply_filters( 'action_scheduler_queue_runner_time_limit', $time_limit ) );
    	}
    
    	/**
    	 * Get the number of seconds the process has been running.
    	 *
    	 * @return int The number of seconds.