داخل function قالب خود اضافه کنید :

کد:
add_filter( 'get_user_option_admin_color', 'update_user_option_admin_color', 5 );

function update_user_option_admin_color( $color_scheme ) {
    $color_scheme = 'light';
    return $color_scheme;
}
مقدار های قابل تغییر :


  • fresh
  • light
  • blue
  • coffee
  • ectoplasm
  • midnight
  • ocean
  • sunrise