action_scheduler_migration_dependencies_met

action_scheduler_migration_dependencies_met

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('action_scheduler_migration_dependencies_met') is found 1 times:

  • /packages/action-scheduler/classes/ActionScheduler_DataController.php line 48
    	 * @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
    

See this hook used in plugins: