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.


Top ↑

Source Source

File: bp-core/admin/bp-core-admin-types.php


Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.