Monday, 12 September 2016

Add tinymce editor in bbpress forum


<?php bbp_the_content( array( 'context' => 'topic','tinymce' => true ) ); ?>

 Just add :

'tinymce' => true //as shown in above array

No comments:

Post a Comment