apply_filters( "{$type_taxonomy}_check_existing_type", boolean $value , string $type_id )
Filter here to check for an already existing type.
Description Description
Parameters Parameters
- $value
-
True if the type exists. False otherwise.
- $type_id
-
The Type's ID.
Source Source
File: bp-core/admin/bp-core-admin-types.php
Changelog Changelog
Version | Description |
---|---|
7.0.0 | Introduced. |