Admin "Admin Bar" needs hook moved
-
remove_action( 'in_admin_header', 'wp_admin_bar_render', 0 ); add_action( 'in_admin_footer', 'wp_admin_bar_render', 1000 );The debug classes won’t change with the current hook. Meaning no coloring of debug bar to see presence of problems.
The topic ‘Admin "Admin Bar" needs hook moved’ is closed to new replies.