action_scheduler_queue_runner_time_limit

action_scheduler_queue_runner_time_limit

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('action_scheduler_queue_runner_time_limit') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php line 265
    			_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.