Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thanks e-sushi, just what I was looking for. Hope you don’t mind but I have corrected your 2nd code fragment for anyone who wan’t to cut ‘n’ paste.

    function admin_del_options() {
       global $_wp_admin_css_colors;
       $_wp_admin_css_colors = 0;
    }
    
    add_action('admin_head', 'admin_del_options');
Viewing 1 replies (of 1 total)