Uses
Uses | Description |
---|---|
wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. |
wp-includes/formatting.php: untrailingslashit() | Removes trailing forward slashes and backslashes if they exist. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/load.php: get_current_blog_id() | Retrieve the current site ID. |
wp-includes/functions.php: is_main_network() | Determine whether a network is the main network of the Multisite installation. |
wp-includes/functions.php: is_main_site() | Determine whether a site is the main site of the current network. |
wp-includes/functions.php: path_join() | Join two filesystem paths together. |
wp-includes/functions.php: current_time() | Retrieves the current time based on specified type. |
wp-includes/option.php: get_site_option() | Retrieve an option value for the current network based on name of option. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/ms-blogs.php: ms_is_switched() | Determines if switch_to_blog() is in effect |