This deprecated function formerly set the site_name property of the $current_site object.
This function simply returns the object, as before.
The bootstrap takes care of setting site_name.
$current_siteWP_Networkrequired
function get_current_site_name( $current_site ) {
_deprecated_function( __FUNCTION__, '3.9.0', 'get_current_site()' );
return $current_site;
}
| Version | Description |
|---|---|
| 3.9.0 | Use get_current_site() instead. |
| 3.0.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/get_current_site_name