Skip to content

Instantly share code, notes, and snippets.

Created December 4, 2015 15:31
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 anonymous/eb8252f563d505c58713 to your computer and use it in GitHub Desktop.
Save anonymous/eb8252f563d505c58713 to your computer and use it in GitHub Desktop.
<?php
function Ari_customize_register( $wp_customize ) {
// Alle Einstellungen, die Settings und Sektionen kommen hier hinein
}
add_action( 'customize_register', 'Ari_customize_register' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment