action_scheduler_store_class

action_scheduler_store_class

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('action_scheduler_store_class') is found 1 times:

  • /packages/action-scheduler/classes/abstracts/ActionScheduler_Store.php line 445

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

    	 * @return ActionScheduler_Store
    	 */
    	public static function instance() {
    		if ( empty( self::$store ) ) {
    			$class = apply_filters( 'action_scheduler_store_class', self::DEFAULT_CLASS );
    			self::$store = new $class();
    		}
    		return self::$store;
    	}
    }
    
    

See this hook used in plugins: