Uses
Uses | Description |
---|---|
wp-includes/load.php: get_current_network_id() | Retrieves the current network ID. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/load.php: is_multisite() | If Multisite is enabled. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/link-template.php: site_url() | Retrieves the URL for the current site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/user.php: get_blogs_of_user() | Get the sites a user belongs to. |
wp-includes/ms-functions.php: get_active_blog_for_user() | Get one of a user’s active blogs |
wp-includes/ms-blogs.php: switch_to_blog() | Switch the current blog. |
wp-includes/ms-blogs.php: restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::blogger_getUsersBlogs() | Retrieve blogs that user owns. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::minimum_args() | Checks if the method received at least the minimum number of arguments. |
wp-includes/class-wp-xmlrpc-server.php: xmlrpc_call | Fires after the XML-RPC user has been authenticated but before the rest of the method logic begins. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::escape() | Escape string or array of strings for database. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::login() | Log user in. |