Skip to content

Instantly share code, notes, and snippets.

@kirasiris
Created October 25, 2017 23:40
Show Gist options
  • Save kirasiris/668d9f092c197948eb76cf6b72b232ee to your computer and use it in GitHub Desktop.
Save kirasiris/668d9f092c197948eb76cf6b72b232ee to your computer and use it in GitHub Desktop.
<?php
function mytheme_customize_register( $wp_customize ) {
//Aqui es donde crearemos nuestros add sections, add setting, y add controls.
}
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