Wysiwyg issue
-
No link and it is better to go back to the previous version of tinyMCE.
Every update we keep on changing the version of the tinyMCE to 4.9 which is the fixed version.
Can you help us fix this.
Thanks
function mce_external_plugins( $plugins ) {
if ( version_compare( get_bloginfo( ‘version’ ), ‘4.9’, ‘>=’ ) ) {
$plugins[‘code’] = CFS_URL . ‘/assets/js/tinymce/code.min.js’;
}
return $plugins;
}
- The topic ‘Wysiwyg issue’ is closed to new replies.