Enable bbPress tinymce with Enlighter button function This topic has 0 replies, 1 voice, and was last updated 1 month ago by Locohacker. Viewing 1 post (of 1 total) Author Posts December 6, 2022 at 9:02 am #156176 LocohackerAdministrator Enable bbPress tinymce with Enlighter button function add_filter('bbp_after_get_the_content_parse_args', function($args = array()){ $args['tinymce'] = true; $args['teeny'] = false; $args['quicktags'] = false; return $args; }); Author Posts Viewing 1 post (of 1 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In