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/functions.php: xmlrpc_getposttitle() | Retrieve post title from XMLRPC XML. |
wp-includes/functions.php: xmlrpc_getpostcategory() | Retrieve the post category or categories from XMLRPC XML. |
wp-includes/functions.php: xmlrpc_removepostdata() | XMLRPC XML content without title and category elements. |
wp-includes/functions.php: current_time() | Retrieves the current time based on specified type. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/post.php: wp_insert_post() | Insert or update a post. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::attach_uploads() | Attach upload to a post. |
wp-includes/class-wp-xmlrpc-server.php: xmlrpc_call_success_blogger_newPost | Fires after a new post has been successfully created via the XML-RPC Blogger API. |
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. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |