W3cubDocs

/WordPress

install_network()

Install Network.

Source

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

	dbDelta( wp_get_db_schema( 'global' ) );
}

Changelog

Version Description
3.0.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/install_network