File: bp-core/bp-core-taxonomy.php |
Description |
---|---|
bp_register_default_taxonomies() |
Register our default taxonomies. |
bp_get_taxonomy_term_site_id() |
Gets the ID of the site that BP should use for taxonomy term storage. |
bp_get_taxonomy_term_site_id |
Filters the ID of the site where BP should store taxonomy terms. |
bp_set_object_terms() |
Set taxonomy terms on a BuddyPress object. |
bp_set_object_terms |
Fires when taxonomy terms have been set on BuddyPress objects. |
bp_get_object_terms() |
Get taxonomy terms for a BuddyPress object. |
bp_remove_object_terms() |
Remove taxonomy terms on a BuddyPress object. |
bp_remove_object_terms |
Fires when taxonomy terms have been removed from BuddyPress objects. |
bp_get_objects_in_term() |
Retrieve IDs of objects in valid taxonomies and terms for BuddyPress-related taxonomies. |
bp_get_term_by() |
Get term data for terms in BuddyPress taxonomies. |