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: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/revision.php: wp_get_post_revision() | Gets a post revision. |
wp-includes/revision.php: wp_is_post_autosave() | Determines if the specified post is an autosave. |
wp-includes/revision.php: wp_revisions_enabled() | Determine if revisions are enabled for a given post. |
wp-includes/revision.php: wp_restore_post_revision() | Restores a post to the specified revision. |
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. |