Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: add_inline_data | Fires after outputting the fields for the inline editor for posts and pages. |
wp-admin/includes/taxonomy.php: get_terms_to_edit() | Get comma-separated list of terms available to edit for the given post ID. |
wp-admin/edit-tag-form.php: editable_slug | Filters the editable slug. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/cache.php: wp_cache_add() | Adds data to the cache, if the cache key doesn’t already exist. |
wp-includes/formatting.php: esc_textarea() | Escaping for textarea values. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/functions.php: wp_list_pluck() | Pluck a certain field out of each object in a list. |
wp-includes/functions.php: mysql2date() | Convert given MySQL date string into a different format. |
wp-includes/taxonomy.php: get_object_term_cache() | Retrieves the cached term objects for the given object ID. |
wp-includes/taxonomy.php: wp_get_object_terms() | Retrieves the terms associated with the given object(s), in the supplied taxonomies. |
wp-includes/taxonomy.php: get_object_taxonomies() | Return the names or objects of the taxonomies which are registered for the requested object or object type, such as a post object or post type name. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
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: is_sticky() | Determines whether a post is sticky. |
wp-includes/post.php: post_type_supports() | Check a post type’s support for a given feature. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/post-formats.php: get_post_format() | Retrieve the format slug for a post |