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.
Description Description
Parameters Parameters
- $site_id
-
Site ID to cehck for.
- $taxonomy
-
Taxonomy slug to check for.
Source Source
File: bp-core/bp-core-taxonomy.php
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Introduced. |