Skip to content

Instantly share code, notes, and snippets.

Created December 8, 2015 16:39
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/302582fface592ad4771 to your computer and use it in GitHub Desktop.
Save anonymous/302582fface592ad4771 to your computer and use it in GitHub Desktop.
<?php
// Setup the Theme Customizer settings and controls...
add_action( 'customize_register' , array( 'Ari_Customizer' , 'register' ) );
// Enqueue live preview javascript in Theme Customizer admin screen
add_action( 'customize_preview_init' , array( 'Ari_Customizer' , 'live_preview' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment