• Resolved egghead0

    (@egghead0)


    Hi Guys,

    I would like to remove the 2 dropdowns in the top right of the admin panel but cant seem to locate the code.

    Would appreciate a nudge in the right direction ??

    Thanks in Advance

    egghead0

Viewing 5 replies - 1 through 5 (of 5 total)
  • admin-header.php has a line that looks like this..

    screen_meta($current_screen);

    Which outputs the help and screen options sections, if you’re happy to edit the core then you can simply comment out that line.

    If you’re looking to just hide them visually then you could use CSS.

    Alternatively have a look at the screen_meta function in wp-admin/includes/template.php for some action/filter hooks.

    Thread Starter egghead0

    (@egghead0)

    really appreciate that t31os_

    solved

    You’re welcome. ??

    will that file gets updated when upgrading wordpress??

    thanks mark.. i was searching from last 2 hours..
    never know this will solved by just commenting one line.
    thanks again

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Help and Screen Options Dropdown’ is closed to new replies.