bbp_get_topic_tag_tax_labels()
Return array of labels used by the topic-tag taxonomy
Description
Return
(array)
Source
File: bp-forums/topics/template.php
function bbp_get_topic_tag_tax_labels() { return apply_filters( 'bbp_get_topic_tag_tax_labels', array( 'name' => __( 'Discussion Tags', 'buddyboss' ), 'singular_name' => __( 'Discussion Tag', 'buddyboss' ), 'search_items' => __( 'Search Tags', 'buddyboss' ), 'popular_items' => __( 'Popular Tags', 'buddyboss' ), 'all_items' => __( 'All Tags', 'buddyboss' ), 'edit_item' => __( 'Edit Tag', 'buddyboss' ), 'update_item' => __( 'Update Tag', 'buddyboss' ), 'add_new_item' => __( 'Add New Tag', 'buddyboss' ), 'new_item_name' => __( 'New Tag Name', 'buddyboss' ), 'view_item' => __( 'View Discussion Tag', 'buddyboss' ) ) ); }
Changelog
Version | Description |
---|---|
bbPress (r5129) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.