X

Como forçar a área de administração a usar o esquema de cores clássico de administração

Snippets by IsItWP

Você está procurando uma maneira de usar o esquema de cores clássico da área administrativa? Esse snippet forçará a área de administração a usar o esquema de cores clássico.

Instruções:

Tudo o que você precisa fazer é adicionar esse código ao arquivo functions.php do seu tema ou em um plug-in específico do site:

add_filter('get_user_option_admin_color','change_admin_color');
function change_admin_color() {
    return 'classic';
}

Observação: Se esta é a primeira vez que você adiciona trechos de código no WordPress, consulte nosso guia sobre como copiar/colar corretamente trechos de código no WordPress para não danificar seu site acidentalmente.

Se você gostou desse snippet de código, considere dar uma olhada em nossos outros artigos no site, como: Revisão do CSS Hero.

Comentários   Deixe uma resposta

  1. Terence Milbourn junho 7, 2014 em 8:07 am

    Admin Color Schemes ~ they should be switchable NOT by user but by site. Think how much swearing and shouting that would save!

    Seriously though, what donut thought that making it switchable by user profile was a good idea? I guess there’s some things about WordPress and WP developers I will never understand.

    By the way, if you ever come across a code snippet that I can add to my functions.php and give me a choice of selecting admin color scheme by site, rather than user, I will be forever in your debt.

      1. Terence Milbourn junho 7, 2014 em 10:13 am

        Hi Kevin,

        Thanks for the comeback. But I don’t want to stop a color being selected, I want to make it specific to a site, so that I can have one site in one color set and another in something different, rather than it is at the moment, linked to the user profile.

        1. Hi Terence,
          If you want to define things by site but not let users change their own color settings. Use the above snippet to define the theme to use and one of the others I provided to remove the controls for users. This should work great,

          1. Terence Milbourn junho 9, 2014 em 6:57 pm

            Thanks, I can see how that would work. I’ll go try it.

          2. Hi Terence,
            Does this mean that you will forever be in my debt? At some point in the future I will ask you for a favor. 😉 just kidding! glad I could help, enjoy the snippets!

          3. Terence Milbourn junho 10, 2014 em 10:39 pm

            Absolutely. Whatever you want. You just have to name it.

      2. Terence Milbourn novembro 21, 2015 em 8:01 am

        Never did get to the bottom of this.

        My goal is to be able to switch the color scheme for the super-admin dependent upon which blog he visits in a multisite setup.

        In other words, if he is the dashboard on the primary blog (#1), its “flat”, and if in blog #2 its “blue”.

        And what would be ideal is if that the color scheme went to “red” in any option in the Network Admin dashboard was selected.

        To me that’s clean, clear and logical. Unlike the single color scheme, at the moment, which follows the admin around the site.

        Do you see what I mean?

  2. Brand Dedication março 7, 2014 em 1:41 am

    @wpsnipp:disqus Hey, still loving your site! This snippet still work and this was the first place I came to find this handy snippet! ~Thanks

    1. Glad to hear it, still lots more snippets 🙂

  3. Tried this method on WP3.2, but it doesn’t seem to work. Any idea?

    1. Somehow it takes time to go in effect, not sure why, but it works. Thank you.

      1. I Juts tested it out and had no issues could have been cache, but should work fine.

  4. Hi, thanks for this, It’s been a big help. I was just wondering, what is the purpose of the $results variable, when it doesn’t seem to be used?

    It’s been confusing me for a while.

    Cheers

    1. Hi David it’s not required, as you may already know. Ill make and update to remove this it was a mistake.

  5. Tweets that mention Wordpress Force admin color scheme – wpsnipp.com Wordpress code snippets for your blog -- Topsy.com dezembro 23, 2010 em 12:16 pm

    […] This post was mentioned on Twitter by Marcel Bootsman. Marcel Bootsman said: RT @wpsnipp: #wordpress Force admin color scheme http://bit.ly/i98TsF #blog please RT 🙂 […]

Adicionar um comentário

Ficamos felizes por você ter optado por deixar um comentário. Lembre-se de que todos os comentários são moderados de acordo com nossa política de privacidade, e todos os links são nofollow. NÃO use palavras-chave no campo do nome. Vamos ter uma conversa pessoal e significativa.

WordPress Launch Checklist

A lista de verificação definitiva para o lançamento do WordPress

Compilamos todos os itens essenciais da lista de verificação para o lançamento de seu próximo site WordPress em um ebook prático.
Sim, envie-me o livro eletrônico gratuito grátis!