action_scheduler_lock_duration

action_scheduler_lock_duration

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

See hook in core

Displaying hooks found in version: woocommerce.9.7.1

apply_filters('action_scheduler_lock_duration') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Lock.php line 59
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    * @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 );
    }
     
    /**
     * Get instance.
     *
     * @return ActionScheduler_Lock