Skip to content

Enable bbPress tinymce with Enlighter button function

  • This topic has 0 replies, 1 voice, and was last updated 1 year ago by Admin.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #156176
    Admin
    Administrator

    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;
    });
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.