wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_screen_icon › WordPress Function

Seit3.2.0
Veraltet3.8.0
get_screen_icon ( Keine Parameter )
Gibt zurück:
  • (string) An HTML comment explaining that icons are no longer used.
Definiert in:
Codex:

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



Quellcode

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