wpmdb_cli_finalize_migration_args

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

  • /class/Common/Cli/Cli.php line 624
    		if (is_wp_error($finalize)) {
    			return $finalize;
    		}
    
    		$this->post_data = apply_filters('wpmdb_cli_finalize_migration_args', $this->post_data, $this->profile, $this->migration);
    
    		$this->dynamic_properties->post_data = $this->post_data;
    
    		if ('savefile' === $this->post_data['intent']) {
    			return $this->finalize_export();
    		}