action_scheduler_lock_duration

action_scheduler_lock_duration

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('action_scheduler_lock_duration') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Lock.php line 51
    	 * @param string $lock_type A string to identify different lock types.
    	 * @return int
    	 */
    	protected function get_duration( $lock_type ) {
    		return apply_filters( 'action_scheduler_lock_duration', self::$lock_duration, $lock_type );
    	}
    
    	/**
    	 * @return ActionScheduler_Lock
    	 */
    	public static function instance() {