From f09b4d78375eec1a153f0a021da6086dc8b52bd9 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jun 2024 07:35:52 +0500 Subject: [PATCH] enable customizer --- functions.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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