bp_clear_object_type_terms_cache( int $type_id, string $taxonomy = '' )
Clear the Database object types cache.
Description Description
Parameters Parameters
- $type_id
-
(Required) The Type's term ID.
- $taxonomy
-
(Optional) The Type's taxonomy name.
Default value: ''
Source Source
File: bp-core/bp-core-cache.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |