Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/category-template.php: get_category_link() | Retrieves category link URL. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/category.php: get_categories() | Retrieves a list of category objects. |
wp-includes/link-template.php: get_category_feed_link() | Retrieves the feed link for a category. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
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. |