Reply To: 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 Reply To: Option to remove Use any font added items to the font editor

#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