add_cssclass in /wp-admin/menu.php
343
Continue readingAdd a new section to a settings page.Part of the Settings API. Use this to define new settings sections for an admin page. Show settings sections in your admin page callback function with do_settings_sections(). Add settings fields to your section with add_settings_field()
301
Continue reading