get_screen_icon(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top This function has been deprecated. Retrieves the screen icon (no longer used in 3.8+). Return string An HTML comment explaining that icons are no longer used. Source function get_screen_icon() { _deprecated_function( __FUNCTION__, '3.8.0' ); return '<!-- Screen icons are no longer used as of WordPress 3.8. -->'; } View all references View on Trac View on GitHub Related UsesDescription_deprecated_function()wp-includes/functions.phpMarks a function as deprecated and inform when it has been used. Used byDescriptionscreen_icon()wp-admin/includes/deprecated.phpDisplays a screen icon. Changelog VersionDescription3.8.0This function has been deprecated.3.2.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.