Forums

[resolved] Remove Help and Screen Options Dropdown (6 posts)

  1. egghead0
    Member
    Posted 2 years ago #

    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

  2. Mark / t31os
    Moderator
    Posted 2 years ago #

    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.

  3. egghead0
    Member
    Posted 2 years ago #

    really appreciate that t31os_

    solved

  4. Mark / t31os
    Moderator
    Posted 2 years ago #

    You're welcome. :)

  5. chouxpastry2002
    Member
    Posted 1 year ago #

    will that file gets updated when upgrading wordpress??

  6. Prajapati
    Member
    Posted 1 year ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic