Add Customizer Back For Block Themes Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This is a really lightweight plugin that adds back the customizer when hidden by block themes.
The customizer is useful for block themes mainly because of Additional CSS.
Whilst it is still available for block themes, it is hidden. This plugin simply brings back the links.
If you want to add the code to your functions.php instead it is simply
add_action(
'customize_register',
function ( $manager ) {
},
10,
1 );
This plugin exists so that can be implemented easily.
Screenshots
No screenshots provided