Uses
Uses | Description |
---|---|
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: 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/class-wp-xmlrpc-server.php: wp_xmlrpc_server::_multisite_getUsersBlogs() | Private function for retrieving a users blogs for multisite setups |
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. |