wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_screen_icon › WordPress Function

Since3.2.0
已弃用3.8.0
get_screen_icon ( 没有参数 )
返回:
  • (string) An HTML comment explaining that icons are no longer used.
定义在:
文档:

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. -->';
}