screen_icon()

In this article

This function has been deprecated.

Displays a screen icon.

Source

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

Changelog

VersionDescription
3.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.