Uses
| Uses | Description |
|---|---|
| wp-includes/load.php: is_multisite() | If Multisite is enabled. |
| wp-includes/functions.php: is_main_site() | Determine whether a site is the main site of the current network. |
| wp-includes/option.php: get_transient() | Retrieves the value of a transient. |
| wp-includes/option.php: set_transient() | Sets/updates the value of a transient. |
| wp-includes/functions.php: recurse_dirsize() | Get the size of a directory recursively. |