bbp_untrashed_topic( $topic_id )
Called after untrashing a topic
Description
Source
File: bp-forums/topics/functions.php
function bbp_untrashed_topic( $topic_id = 0 ) { $topic_id = bbp_get_topic_id( $topic_id ); if ( empty( $topic_id ) || !bbp_is_topic( $topic_id ) ) return false; do_action( 'bbp_untrashed_topic', $topic_id ); }
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.