wpmdb_cli_during_cli_migration

wpmdb_cli_during_cli_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_during_cli_migration') is found 1 times:

  • /class/Common/Cli/Cli.php line 275
    		}
    
    		$this->post_data['tables'] = implode(',', $tables_to_process);
    
    		do_action('wpmdb_cli_during_cli_migration', $this->post_data, $this->profile);
    
    		$finalize = $this->finalize_migration();
    
    		if (is_wp_error($finalize) || in_array($this->profile['action'], ['savefile', 'backup_local'])) {
    			return $finalize;
    		}