wpmdb_cli_before_migrate_tables

wpmdb_cli_before_migrate_tables

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

  • /class/Common/Cli/Cli.php line 514
    		}
    
    		$table_rows = $this->get_row_counts_from_table_list($tables, $stage_iterator);
    
    		do_action('wpmdb_cli_before_migrate_tables', $this->profile, $this->migration);
    
    		$notify = $this->get_progress_bar($tables, $stage_iterator);
    		$args   = $this->post_data;
    
    		do {
    			$migration_progress = 0;