wpmdb_cli_filter_get_profile_data_from_args

wpmdb_cli_filter_get_profile_data_from_args

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

See hook in core

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

apply_filters('wpmdb_cli_filter_get_profile_data_from_args') is found 1 times:

  • /class/Common/Cli/Cli.php line 960
     
    		$home        = preg_replace('/^https?:/', '', home_url());
    		$path        = esc_html(addslashes(Util::get_absolute_root_file_path()));
    
    		$old_profile = apply_filters('wpmdb_cli_filter_get_profile_data_from_args', $profile, $args, $assoc_args);
    
    		if (is_wp_error($old_profile)) {
    			return $old_profile;
    		}
    
    		$new_profile = $this->profile_importer->profileFormat($old_profile, $home, $path);