Doesn't show with full editor
-
Hi Support,
Image button doesn’t show with full editor.
Below is the code I am using with:
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’ );When I just make this true “$args[‘teeny’] = true;” it shows.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Doesn't show with full editor’ is closed to new replies.