wpmdb_cli_profile_before_migration

wpmdb_cli_profile_before_migration

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

apply_filters('wpmdb_cli_profile_before_migration') is found 1 times:

  • /class/Common/Cli/Cli.php line 135
    	 * @return mixed|WP_Error
    	 */
    	public function pre_cli_migration_check($profile)
    	{
    		$profile = apply_filters('wpmdb_cli_profile_before_migration', $profile);
    
    		if (is_wp_error($profile)) {
    			return $profile;
    		}
    
    		if (is_array($profile)) {