Option to remove Use any font added items to the font editor

Home Forums Use Any Fonts Option to remove Use any font added items to the font editor

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2062
    Yoram Zara
    Guest

    I welcome the addition to the editor that allows changing the font and font size. However, I have un experienced authors in my site who might mess things up with these new options. I suggest having an option to disable the extra items in the WYSIWYG editor that the plugin added in ver 4

    #2063
    Dinesh
    Keymaster

    Hi Yoram,

    Definitely a good idea will keep this in upcoming release. But it won’t be so soon. As many users get irritated for quick updates.

    So for quick fix i would suggest you to remove some of the lines from plugin file.

    Please open plugin_interface.php from wp-content\plugins\use-any-font and remove these lines from line 7 & 8.

    add_filter('mce_buttons_2', 'wp_editor_fontsize_filter');
    add_filter( 'tiny_mce_before_init', 'uaf_mce_before_init' );

    Hope this helps.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Option to remove Use any font added items to the font editor’ is closed to new replies.