Skip to content

Instantly share code, notes, and snippets.

@shameemreza
Last active May 8, 2024 09:43
Show Gist options
  • Save shameemreza/7d38f3f090a2f03cba24565105343d44 to your computer and use it in GitHub Desktop.
Save shameemreza/7d38f3f090a2f03cba24565105343d44 to your computer and use it in GitHub Desktop.
Re-enable the Customizer in a block theme
add_action( 'customize_register', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment