Visual editor tinymce not work after modify functions.php
-
Hi.
According Enable visual editor I put on my child theme’s functions.php code
`// Additional Functions
// =============================================================================// bbPress 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’ );`
But not work.
Also I try to install plugin TinyMCE Advanced but not work.
I’m using X Theme (Theme.co)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.