Skip to content

Instantly share code, notes, and snippets.

@jshwlkr
Created August 30, 2022 02:45
Show Gist options
  • Save jshwlkr/32dd2ff94f0c4ab61fcd593e5c51a1c7 to your computer and use it in GitHub Desktop.
Save jshwlkr/32dd2ff94f0c4ab61fcd593e5c51a1c7 to your computer and use it in GitHub Desktop.
add customizer link back to admin
add_action( 'customize_register', function ( $manager ) { }, 10, 1 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment