Uses
Uses | Description |
---|---|
wp-includes/option.php: update_network_option() | Updates the value of a network option that was already added. |
wp-includes/option.php: get_network_option() | Retrieves a network’s option value based on the option name. |
wp-includes/functions.php: get_main_network_id() | Get the main network ID. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/wp-db.php: wpdb::get_var() | Retrieves one variable from the database. |