action_scheduler_migration_dependencies_met, true
action_scheduler_migration_dependencies_met, true
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_migration_dependencies_met, true') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/ActionScheduler_DataController.php line 60
* @return bool */ public static function dependencies_met() { $php_support = version_compare( PHP_VERSION, self::MIN_PHP_VERSION, '>=' ); return $php_support && apply_filters( 'action_scheduler_migration_dependencies_met', true ); } /** * Get a flag indicating whether the migration is complete. * * @return bool Whether the flag has been set marking the migration as complete