do_action( 'bbp_insert_topic', int $topic_id , int $topic_meta['forum_id'] )
Fires after topic has been inserted via bbp_insert_topic.
Description Description
Parameters Parameters
- $topic_id
-
The topic id.
- $topic_meta['forum_id']
-
The topic forum meta.
Source Source
File: includes/topics/functions.php
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |