bbp_untrash_reply( $reply_id )
Called before untrashing (restoring) a reply
Description
Source
File: bp-forums/replies/functions.php
1838 1839 1840 1841 1842 1843 1844 1845 | function bbp_untrash_reply( $reply_id = 0 ) { $reply_id = bbp_get_reply_id( $reply_id ); if ( empty ( $reply_id ) || !bbp_is_reply( $reply_id ) ) return false; do_action( 'bbp_untrash_reply' , $reply_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.