Displays a screen icon.
Source
function screen_icon() {
_deprecated_function( __FUNCTION__, '3.8.0' );
echo get_screen_icon();
}
CARVIEW |
This function has been deprecated.
Displays a screen icon.
function screen_icon() {
_deprecated_function( __FUNCTION__, '3.8.0' );
echo get_screen_icon();
}
Uses | Description |
---|---|
get_screen_icon()wp-admin/includes/deprecated.php | Retrieves the screen icon (no longer used in 3.8+). |
_deprecated_function()wp-includes/functions.php | Marks a function as deprecated and inform when it has been used. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.