Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-posts-list-table.php: manage_taxonomies_for_{$post_type}_columns | Filters the taxonomy columns in the Posts list table. |
wp-admin/includes/class-wp-posts-list-table.php: manage_pages_columns | Filters the columns displayed in the Pages list table. |
wp-admin/includes/class-wp-posts-list-table.php: manage_posts_columns | Filters the columns displayed in the Posts list table. |
wp-admin/includes/class-wp-posts-list-table.php: manage_{$post_type}_posts_columns | Filters the columns displayed in the Posts list table for a specific post type. |
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_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/post.php: post_type_supports() | Check a post type’s support for a given feature. |