Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created February 5, 2021 12:41
Show Gist options
  • Save wpmu-authors/b2aae06d58cf20f1adc2ed6418f170d0 to your computer and use it in GitHub Desktop.
Save wpmu-authors/b2aae06d58cf20f1adc2ed6418f170d0 to your computer and use it in GitHub Desktop.
customizer_function.php
<?php
function wpmu_customize_register( $wp_customize ) {
}
add_action( 'customize_register', 'wpmu_customize_register' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment