install_network()

In this article

Install Network.

Source

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

	dbDelta( wp_get_db_schema( 'global' ) );
}

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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