display_page_row in /wp-admin/includes/template.php
922
Continue readingTest support for compressing JavaScript from PHPOutputs JavaScript that tests if compression from PHP works as expected and sets an option with the result. Has no effect when the current user is not an administrator. To run the test again the option ‘can_compress_scripts’ has to be deleted.
709
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