{"id":10112682,"date":"2018-03-25T13:51:22","date_gmt":"2018-03-25T13:51:22","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/great-tool-832\/"},"modified":"2018-03-25T14:10:17","modified_gmt":"2018-03-25T14:10:17","slug":"great-tool-832","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/great-tool-832\/","title":{"rendered":"Great tool!"},"content":{"rendered":"<p>Love the plugin but noticed today, whilst debugging a new plugin I&#8217;m writting, that the plugin still uses the depreciated functions: screen_icon() and get_screen_icon().<\/p>\n<p>Both have gone depreciated since 3.8.0 so I reckon a minor update to avoid these errors from popping up in the debug mode is worth the effort \ud83d\ude42<\/p>\n<p>The fix &#8211; with backwards compatibility (do we need that?) &#8211; would be to change:<br \/>\n<code>&lt;?php screen_icon( &#039;tools&#039; ); ?&gt;<\/code><br \/>\ninto:<br \/>\n<code>&lt;?php if ( function_exists(&#039;screen_icon&#039;) ) screen_icon( &#039;tools&#039; ); ?&gt;<\/code><\/p>\n<p>___<\/p>\n<p>(!) Notice: screen_icon is <strong>deprecated<\/strong> since version 3.8.0 with no alternative available.<br \/>\n(!) Notice: get_screen_icon is <strong>deprecated<\/strong> since version 3.8.0 with no alternative available.<br \/>\nLocation ..\\rewrite-rules-inspector.php:208<\/p>\n","protected":false},"template":"","class_list":["post-10112682","topic","type-topic","status-publish","hentry","topic-tag-depreciated","topic-tag-get_screen_icon","topic-tag-screen_icon"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/10112682","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":2,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/10112682\/revisions"}],"predecessor-version":[{"id":10112727,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/10112682\/revisions\/10112727"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=10112682"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}