Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Remove specific buttons from TinyMCE

$
0
0

I’m using this guide to show TinyMCE in my bbpress forum:
https://codex.bbpress.org/enable-visual-editor/

function bbp_enable_visual_editor( $args = array() ) {
    $args['tinymce'] = true;
    $args['teeny'] = false;
    return $args;
}
add_filter( 'bbp_after_get_the_content_parse_args', 'bbp_enable_visual_editor' );

Is it possible to remove or hide some buttons in Visual tab?

I want to hide those:

Can someone help me?

Thanks 🙂


Viewing all articles
Browse latest Browse all 3638

Trending Articles