Created
May 8, 2018 10:18
-
-
Save anatol06/1295ac48ad72184bd56a3aa5da10cc72 to your computer and use it in GitHub Desktop.
Theme customize register for customize.php file - Empty
This file contains 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
function mytheme_customize_register( $wp_customize ) { | |
//All our sections, settings, and controls will be added here | |
} | |
add_action( 'customize_register', 'mytheme_customize_register' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment