Uses
Uses | Description |
---|---|
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/post.php: post_type_exists() | Determines whether a post type is registered. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/class-wp-xmlrpc-server.php: xmlrpc_default_posttype_fields | Filters the default query fields used by the given XML-RPC method. |
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: wp_xmlrpc_server::_prepare_post_type() | Prepares post data for return in an XML-RPC object. |
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. |