• Resolved Marcoevich

    (@marcoevich)


    I have these notices on the settings page of this plugin:

    Notice: screen_icon is deprecated since version 3.8.0 with no alternative available. in wp-includes/functions.php on line 3841

    Notice: get_screen_icon is deprecated since version 3.8.0 with no alternative available. in wp-includes/functions.php on line 3841

    • This topic was modified 6 years, 11 months ago by Marcoevich.
Viewing 2 replies - 1 through 2 (of 2 total)
  • actually the screen_icon and get_screen_icon were deprecated and can’t be used any more and maybe one of your plugins still uses one of them, so no worry just wait and the plugin author will update it.
    i had this notice before and figured out that it only shows in a specific plugin’s options page, so i made some searches and found that the other plugins that don’t generate this notice are applying this check first

    if ( function_exists('screen_icon') ) screen_icon();

    so you can do your own search and make your edits or wait until update

    • This reply was modified 6 years, 11 months ago by Prosentra.

    Hey @marcoevich,

    Thank you for sharing the details. We are working on an updated version of our plugin which does not have this issue. This new version is currently in beta and it would take few weeks before we release it. Please bear with us till then.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHP Notice: screen_icon is deprecated since 3.8.0 with no alternative available’ is closed to new replies.