Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-posts-list-table.php: disable_formats_dropdown | Filters whether to remove the ‘Formats’ drop-down from the post list table. |
wp-includes/l10n.php: _e() | Display translated text. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/general-template.php: selected() | Outputs the HTML selected attribute. |
wp-includes/taxonomy.php: is_object_in_taxonomy() | Determine if the given object type is associated with the given taxonomy. |
wp-includes/taxonomy.php: get_terms() | Retrieve the terms in a given taxonomy or list of taxonomies. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post-formats.php: get_post_format_string() | Returns a pretty, translated version of a post format slug |