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
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
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.
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
This topic has been closed to new replies.