action_scheduler_lock_class, ActionScheduler_OptionLock

action_scheduler_lock_class, ActionScheduler_OptionLock

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_lock_class, ActionScheduler_OptionLock') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler_Lock.php line 69

    Warning: Undefined array key 74 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    	 * @return ActionScheduler_Lock
    	 */
    	public static function instance() {
    		if ( empty( self::$locker ) ) {
    			$class        = apply_filters( 'action_scheduler_lock_class', 'ActionScheduler_OptionLock' );
    			self::$locker = new $class();
    		}
    		return self::$locker;
    	}
    }