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

apply_filters('action_scheduler_store_class') is found 1 times:

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

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

    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
         * @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: