Skip to content

Commit f294198

Browse files
committed
Remove not needed customizer on block themes
1 parent 75f2d5b commit f294198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/forms/form-customizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if ( ! defined( 'ABSPATH' ) ) {
44
exit; // Exit if accessed directly
55
}
6-
add_action( 'customize_register', '__return_true' );
6+
77
if ( ! class_exists( 'acf_form_customizer' ) || ! class_exists( 'ACF_Form_Customizer' ) ) :
88
/**
99
* ACF Form Customizer Class

0 commit comments

Comments
 (0)