Home Forums Theme support Theme Options in toolbar (top bar in admin)

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 2 years, 7 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • How can i hide the: “Theme Options” in toolbar (top bar in admin)
    It has to stay in the !Admin Bar”

    It’s for a translator who doesn’t have to se that option.

    Hi,

    you can add this code at the end of your functions.php, it should remove the link:

    remove_action( ‘wp_before_admin_bar_render’, ‘sl_add_theme_options_link_frontend’ );

    Did not work.

    Have you added the code at the end of your functions.php file? That’s important. If yes, can you send us a login (info @ 7theme . net ), then we can take a look at it.

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

You must be logged in to reply to this topic.