wpmdb_cli_migrate_table_args

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

  • /class/Common/Cli/Cli.php line 537
    					$this->table->empty_current_chunk();
    
    					$args['current_row']  = $current_row;
    					$args['primary_keys'] = $primary_keys;
    					$args                 = apply_filters('wpmdb_cli_migrate_table_args', $args, $this->profile, $this->migration);
    
    					$response = $this->migrate_table($args);
    
    					$migrate_table_response = $this->verify_cli_response($response, 'migrate_table()');
    
    					if (is_wp_error($migrate_table_response)) {