action_scheduler/migration_config

action_scheduler/migration_config

Hook Type: filter

See hook in core

Displaying hooks found in version: all-in-one-seo-pack.4.2.0

apply_filters('action_scheduler/migration_config') is found 1 times:

  • /vendor/woocommerce/action-scheduler/classes/migration/Controller.php line 125
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
                $config->set_progress_bar( new ProgressBar( '', 0 ) );
            }
        }
     
        return apply_filters( 'action_scheduler/migration_config', $config );
    }
     
    /**
     * Hook dashboard migration notice.
     */
    public function hook_admin_notices() {