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

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

  • /vendor/woocommerce/action-scheduler/classes/migration/Controller.php line 145
    				$config->set_progress_bar( new ProgressBar( '', 0 ) );
    			}
    		}
    
    		return apply_filters( 'action_scheduler/migration_config', $config );
    	}
    
    	/**
    	 * Hook dashboard migration notice.
    	 */
    	public function hook_admin_notices() {