wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



get_screen_icon › WordPress Function

Da3.2.0
Deprecato3.8.0
get_screen_icon ( Nessun parametro )
Ritorna:
  • (string) An HTML comment explaining that icons are no longer used.
Definito a:
Codex:

Retrieves the screen icon (no longer used in 3.8+).



Sorgenti

function get_screen_icon() {
	_deprecated_function( __FUNCTION__, '3.8.0' );
	return '<!-- Screen icons are no longer used as of WordPress 3.8. -->';
}