Uses
Uses | Description |
---|---|
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/plugin.php: remove_action() | Removes a function from a specified action hook. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/ms-blogs.php: get_blog_option() | Retrieve option value for a given blog id based on name of option. |