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

apply_filters('action_scheduler_enable_recreate_data_store') is found 1 times:

  • /packages/action-scheduler/classes/ActionScheduler_ListTable.php line 351
    	 */
    	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',
    			);