Reply To: Use any font hides option in toolbar for heading selection

Home Forums Use Any Fonts Use any font hides option in toolbar for heading selection Reply To: Use any font hides option in toolbar for heading selection

#2071
Dinesh
Keymaster

Hi Kendra,

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' );

In Upcoming release, i will keep the option to disable this feature and try to make it work with TinyMce.

Hope this helps.

Thanks