Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: _draft_or_post_title() | Get the post title. |
wp-admin/includes/template.php: _post_states() | Function to echo or return the post states as HTML. |
wp-admin/includes/template.php: get_inline_data() | Adds hidden fields with the data for use in the inline editor for posts and pages. |
wp-admin/includes/post.php: wp_check_post_lock() | Check to see if the post is currently being edited by another user. |
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/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/pluggable.php: get_avatar() | Retrieve the avatar |
wp-includes/pluggable.php: get_userdata() | Retrieve user info by user ID. |
wp-includes/link-template.php: get_edit_post_link() | Retrieves the edit post link for post. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-template.php: post_password_required() | Whether post requires password and correct password has been provided. |
wp-includes/post-template.php: get_the_excerpt() | Retrieves the post excerpt. |
wp-includes/post-template.php: the_title | Filters the post title. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/post.php: is_post_type_hierarchical() | Whether the post type is hierarchical. |