Skip to content

Instantly share code, notes, and snippets.

@ucheng
Created October 28, 2016 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ucheng/fcf6bf476f5af4df75688e65e85092f9 to your computer and use it in GitHub Desktop.
Save ucheng/fcf6bf476f5af4df75688e65e85092f9 to your computer and use it in GitHub Desktop.
<?php
function themeslug_customize_register( $wp_customize ) {
// Do stuff with $wp_customize, the WP_Customize_Manager object.
}
add_action( 'customize_register', 'themeslug_customize_register' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment