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. -->';
}
| CARVIEW |
This function has been deprecated.
Retrieves the screen icon (no longer used in 3.8+).
function get_screen_icon() {
_deprecated_function( __FUNCTION__, '3.8.0' );
return '<!-- Screen icons are no longer used as of WordPress 3.8. -->';
}
| Uses | Description |
|---|---|
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
| Used by | Description |
|---|---|
screen_icon()wp-admin/includes/deprecated.php | Displays a screen icon. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.