Archive | /wp-admin/includes/template.php RSS feed for this section

compression_test

Test 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 reading

add_settings_section

Add 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