I found another thread that had the solution for me. I commented out the Custom_Admin_Bar class in classes.php in my custom theme. I also noticed a deprecation warning for automatic_feed_links( false ) which I changed to add_theme_support( ‘automatic-feed-links’ ) in functions.php. Now error logs and UI are clean.
Thanks! This did the trick for me, too. I commented out the Custom_Admin_Bar class in classes.php. I also noticed a deprecation warning for automatic_feed_links( false ) which I changed to add_theme_support( ‘automatic-feed-links’ ). Now error logs and UI are clean.
pmcmillan3698 did you ever get a chance to look at the changes your developer made? I’m struggling with the same issue.