Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-posts-list-table.php: disable_categories_dropdown | Filters whether to remove the ‘Categories’ drop-down from the post list table. |
wp-includes/category-template.php: wp_dropdown_categories() | Displays or retrieves the HTML dropdown list of categories. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
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_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. |