do_action( 'bp_type_inserted', integer $type_term_id, string $type_taxonomy, string $type_id )

Hook here to add code once the type has been inserted.


Description Description


Parameters Parameters

$type_term_id

The Type's term_ID.

$type_taxonomy

The Type's taxonomy name.

$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.