wpmdb_cli_filter_before_migration

wpmdb_cli_filter_before_migration

Hook Type: filter

See hook in core

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

apply_filters('wpmdb_cli_filter_before_migration') is found 1 times:

  • /class/Common/Cli/Cli.php line 251
    		if (is_wp_error($this->profile)) {
    			return $this->profile;
    		}
    
    		$this->profile = apply_filters('wpmdb_cli_filter_before_migration', $this->profile, $this->post_data);
    		do_action('wpmdb_cli_before_migration', $this->post_data, $this->profile);
    		$this->migration = $this->cli_initiate_migration();
    
    		if (is_wp_error($this->migration)) {
    			return $this->migration;
    		}