Closed nothingatalldotnet closed 1 year 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' ); ?>
<?php screen_icon( 'plugins' ); ?>
https://developer.wordpress.org/reference/functions/screen_icon/
Looks like the fallback get_screen_icon() is deprecated too and Screen Icons are not used in WP 3.8+
get_screen_icon()
screen_icon function is not used anymore.
WP Admin shows the following:
settings.php needs a change on line 11
<?php screen_icon( 'plugins' ); ?>
https://developer.wordpress.org/reference/functions/screen_icon/