hijiriworld / intuitive-custom-post-order

WordPress Plugin: Intuitive Custom Post Order
68 stars 34 forks source link

screen_icon is deprecated #24

Closed nothingatalldotnet closed 1 year ago

nothingatalldotnet commented 7 years ago

WP Admin shows the following:

Notice: screen_icon is deprecated since version 3.8.0

settings.php needs a change on line 11 <?php screen_icon( 'plugins' ); ?>

https://developer.wordpress.org/reference/functions/screen_icon/

austinpickett commented 6 years ago

Looks like the fallback get_screen_icon() is deprecated too and Screen Icons are not used in WP 3.8+

timohubois commented 1 year ago

screen_icon function is not used anymore.