install_network() In this article Table of ContentsSource Related Changelog ↑ Back to top Install Network. Source function install_network() { if ( ! defined( 'WP_INSTALLING_NETWORK' ) ) { define( 'WP_INSTALLING_NETWORK', true ); } dbDelta( wp_get_db_schema( 'global' ) ); } View all references View on Trac View on GitHub Related UsesDescriptionwp_get_db_schema()wp-admin/includes/schema.phpRetrieve the SQL for creating database tables. dbDelta()wp-admin/includes/upgrade.phpModifies the database based on specified SQL statements. Changelog VersionDescription3.0.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.