get_screen_icon() – Retrieves the screen icon (no longer used in 3.8+).
You appear to be a bot. Output may be restricted
Description
Retrieves the screen icon (no longer used in 3.8+).
Usage
$string = get_screen_icon();
Parameters
Returns
string An HTML comment explaining that icons are no longer used.
Source
File name: wordpress/wp-admin/includes/deprecated.php
Lines:
1 to 4 of 4
function get_screen_icon() { _deprecated_function( get_screen_icon, '3.8.0' ); return '<!-- Screen icons are no longer used as of WordPress 3.8. -->'; }