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/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/category.php: get_cat_name() | Retrieves the name of a category from its ID. |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/post-thumbnail-template.php: get_post_thumbnail_id() | Retrieve post thumbnail ID. |
wp-includes/post.php: wp_get_post_categories() | Retrieve the list of categories for a post. |
wp-includes/post.php: wp_get_post_tags() | Retrieve the tags for a post. |
wp-includes/post.php: is_sticky() | Determines whether a post is sticky. |
wp-includes/post.php: get_post_custom() | Retrieve post meta fields, based on post ID. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post.php: get_extended() | Get extended entry info ( |
wp-includes/post-formats.php: get_post_format() | Retrieve the format slug for a post |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::_convert_date() | Convert a WordPress date string to an IXR_Date object. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::_convert_date_gmt() | Convert a WordPress GMT date string to an IXR_Date 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. |
wp-includes/class-wp-xmlrpc-server.php: wp_xmlrpc_server::get_custom_fields() | Retrieve custom fields for post. |