Created
February 5, 2021 12:41
-
-
Save wpmu-authors/b2aae06d58cf20f1adc2ed6418f170d0 to your computer and use it in GitHub Desktop.
customizer_function.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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