Enable bbPress tinymce with Enlighter button function This topic has 0 replies, 1 voice, and was last updated 5 months 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 RelatedDisplay Wordpress Random Sticky PostsCreating a simple Wordpress Widget - Recent phpBB 3.1 TopicsMake Wordpress Permalink work with NginxHow to add buttons to bbPress visual editor 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