screen_icon() In this article Table of ContentsSource Related Changelog ↑ Back to top This function has been deprecated. Displays a screen icon. Source function screen_icon() { _deprecated_function( __FUNCTION__, '3.8.0' ); echo get_screen_icon(); } View all references View on Trac View on GitHub Related UsesDescriptionget_screen_icon()wp-admin/includes/deprecated.phpRetrieves the screen icon (no longer used in 3.8+). _deprecated_function()wp-includes/functions.phpMarks a function as deprecated and inform when it has been used. Changelog VersionDescription3.8.0This function has been deprecated.2.7.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.