diff --git a/functions.php b/functions.php index a0e1cc4..6f50e7f 100644 --- a/functions.php +++ b/functions.php @@ -63,4 +63,7 @@ function lex_scotland_block_styles() { } ' ) ); -} \ No newline at end of file +} + +// enable customizer +add_action( 'customize_register', '__return_true' ); \ No newline at end of file