Adding Admin Menu Separators In WordPress


Answer :

You should hook in admin_menu:

add_action('admin_menu','admin_menu_separator'); 

And use something lower than 220. The biggest offset I got in my system is 99.

Check this very fine class to deal with Admin Menus.
It appeared in this WPSE Question: Add a Separator to the Admin Menu?


Comments

Popular posts from this blog

Chemistry - Bond Angles In NH3 And NCl3

Are Regular VACUUM ANALYZE Still Recommended Under 9.1?

Change The Font Size Of Visual Studio Solution Explorer