Created
December 3, 2015 13:46
-
-
Save jimmy89Li/bbeb981e67b3dd6a4f2b to your computer and use it in GitHub Desktop.
Add background option in Appearance WordPress Admin Menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Register custom background = add background option in Appearance WordPress Admin Menu | |
add_theme_support( 'custom-background', array( | |
'default-color' => 'e6e6e6', | |
) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment