wpseek.com
A WordPress-centric search engine for devs and theme authors



get_screen_icon › WordPress Function

Since3.2.0
Deprecated3.8.0
get_screen_icon ( No parameters )
Returns:
  • (string) An HTML comment explaining that icons are no longer used.
Defined at:
Codex:

Retrieves the screen icon (no longer used in 3.8+).



Source

function get_screen_icon() {
	_deprecated_function( __FUNCTION__, '3.8.0' );
	return '<!-- Screen icons are no longer used as of WordPress 3.8. -->';
}