action_scheduler_enable_recreate_data_store

action_scheduler_enable_recreate_data_store

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('action_scheduler_enable_recreate_data_store') is found 1 times:

  • /packages/action-scheduler/classes/ActionScheduler_ListTable.php line 352
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    */
    public function display_admin_notices() {
        global $wpdb;
     
        if ( ( is_a( $this->store, 'ActionScheduler_HybridStore' ) || is_a( $this->store, 'ActionScheduler_DBStore' ) ) && apply_filters( 'action_scheduler_enable_recreate_data_store', true ) ) {
            $table_list = array(
                'actionscheduler_actions',
                'actionscheduler_logs',
                'actionscheduler_groups',
                'actionscheduler_claims',
            );