Why WP_Screeen doesn’t show all options with admin_body_class
But parent_base is set to null. Yes, because by the time admin_body_class is fired, WordPress hasn’t yet set the parent_base value. And it’s only set after the <body> tag is actually outputted. More specifically, it’s set only after the <div id=”wpbody” role=”main”> as you can see here in wp-admin/admin-header.php. Any idea how to add class … Read more