install_network() – Install Network.
You appear to be a bot. Output may be restricted
Description
Install Network.
Usage
install_network();
Parameters
Returns
void
Source
File name: wordpress/wp-admin/includes/schema.php
Lines:
1 to 7 of 7
function install_network() { if ( ! defined( 'WP_INSTALLING_NETWORK' ) ) { define( 'WP_INSTALLING_NETWORK', true ); } dbDelta( wp_get_db_schema( 'global' ) ); }