install_network()

Install Network.


Source

File: wp-admin/includes/schema.php. View all references

function install_network() {
	if ( ! defined( 'WP_INSTALLING_NETWORK' ) ) {
		define( 'WP_INSTALLING_NETWORK', true );
	}

	dbDelta( wp_get_db_schema( 'global' ) );
}


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.