08/02/2017WordpressHow to add custom font sizes to WordPress Text EditorIn your functions.php place the following code if ( ! function_exists( ‘tiny_mce_before_init’ ) ) { function tiny_mce_before_init( $init ) { $init[‘fontsize_formats’] = […]