action_scheduler_migrate_data_store, false
action_scheduler_migrate_data_store, false
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('action_scheduler_migrate_data_store, false') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/migration/Controller.php line 220
return false; } if ( null === $this->migrate_custom_store ) { $this->migrate_custom_store = apply_filters( 'action_scheduler_migrate_data_store', false ); } return ( ! $this->has_custom_datastore() ) || $this->migrate_custom_store; } /**