• howdy guys.. is there a way to adding admin menu separator.. ’cause it seem that the add_admin_menu_separator function has been remove or deprecated on latest version of wordpress..

Viewing 4 replies - 1 through 4 (of 4 total)
  • As far as I know, add_admin_menu_separator isn’t a native function at all in WordPress.

    I am currently using a custom function called “add_admin_menu_separator” to add a separator one slot before my my menu option, which is to display between “Comments” and “Appearance”. However, the separator doesn’t get added properly unless there’s a third party plugin (ANY third party plugin…) enabled that displays itself at the very bottom of the WordPress menu. I don’t understand why it’s doing this…

    @rahendz – this is the link for the add_admin_menu_separator function:

    http://wordpress.stackexchange.com/questions/2666/add-a-separator-to-the-admin-menu

    Thread Starter Rahendra Putra K™

    (@rahendz)

    thanks @praeix.. actually i need those but now that i can do is waiting from wp dev to create a function that can handle admin menu separator 🙂

    @rahendz – Are they currently adding this functionality to core?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Add admin menu separator’ is closed to new replies.