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



screen_icon › WordPress Function

Since2.7.0
Deprecated3.8.0
screen_icon ( No parameters )
Defined at:
Codex:

Displays a screen icon.



Source

function screen_icon() {
	_deprecated_function( __FUNCTION__, '3.8.0' );
	echo get_screen_icon();
}