Hướng dẫn cách bật nút soạn thảo ẩn trong wordpress
[php]function ilc_mce_buttons($buttons){ array_push($buttons, "backcolor", "anchor", "hr", "sub", "sup", "fontselect", "fontsizeselect", "styleselect", "cleanup" ); return $buttons; } add_filter("mce_buttons", "ilc_mce_buttons");[/php]