// loại bỏ widget meta mặc định của wordpress function remove_meta_widget() { unregister_widget('WP_Widget_Meta'); } ?>