wpmdb_cli_before_migration

wpmdb_cli_before_migration

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

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

do_action('wpmdb_cli_before_migration') is found 1 times:

  • /class/Common/Cli/Cli.php line 252
    			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;
    		}