@kharisblank
9 years, 5 months ago
Yes, possible.
You can insert the massage via hook do_action( 'bbp_theme_before_reply_form' );. To make limitation, you can use post ID get_the_ID() detection.
do_action( 'bbp_theme_before_reply_form' );
get_the_ID()
I hope it helps.