apply_filters( 'bp_get_taxonomy_term_site_id', int $site_id , string $taxonomy )
Filters the ID of the site where BP should store taxonomy terms.
Parameters Parameters
- $site_id
-
(int) Site ID to cehck for.
- $taxonomy
-
(string) Taxonomy slug to check for.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |