do_action( 'bbp_insert_reply', int $reply_id, int $reply_meta['topic_id'], int $reply_meta['forum_id'] )

Fires after reply has been inserted via bbp_insert_reply.


Description Description


Parameters Parameters

$reply_id

The reply id.

$reply_meta['topic_id']

The reply topic meta.

$reply_meta['forum_id']

The reply forum meta.


Top ↑

Source Source

File: includes/replies/functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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