Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-media-list-table.php: manage_taxonomies_for_attachment_columns | Filters the taxonomy columns for attachments in the Media list table. |
wp-admin/includes/class-wp-media-list-table.php: manage_media_columns | Filters the Media list table columns. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: esc_attr__() | Retrieve the translation of $text and escapes it for safe use in an attribute. |
wp-includes/functions.php: wp_filter_object_list() | Filters a list of objects, based on a set of key => value arguments. |
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/media.php: get_taxonomies_for_attachments() | Retrieves all of the taxonomies that are registered for attachments. |
wp-includes/post.php: post_type_supports() | Check a post type’s support for a given feature. |