Summery Summery
Update the network-wide counts for the current network.
Syntax Syntax
Parameters Parameters
- $network_id
-
(Optional) ID of the network. Default is the current network.
Default value: null
Source Source
File: wp-includes/ms-functions.php
return get_bloginfo( 'url' ); // Return home blog URL with proper scheme.
}
if ( force_ssl_content() && is_ssl() ) {
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 4.8.0 | The $network_id parameter has been added. |
| 3.1.0 | Introduced. |