WYSIWYG hide styles. Functions.php
function wpa_45815($arr){ $arr['block_formats'] = 'Paragraph=p;Heading 3=h3;Heading 4=h4'; return $arr; } add_filter('tiny_mce_before_init', 'wpa_45815');