Skip to content

Instantly share code, notes, and snippets.

@anatol06
Created May 8, 2018 10:18
Show Gist options
  • Save anatol06/1295ac48ad72184bd56a3aa5da10cc72 to your computer and use it in GitHub Desktop.
Save anatol06/1295ac48ad72184bd56a3aa5da10cc72 to your computer and use it in GitHub Desktop.
Theme customize register for customize.php file - Empty
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