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.9.7.1

apply_filters('action_scheduler_queue_runner_time_limit') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Abstract_QueueRunner.php line 277
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
            _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.