diff --git a/src/functions/customizer.php b/src/functions/customizer.php index 140197d..d7891f2 100644 --- a/src/functions/customizer.php +++ b/src/functions/customizer.php @@ -777,7 +777,7 @@ function tainacan_customize_register( $wp_customize ) { 'type' => 'theme_mod', 'capability' => 'edit_theme_options', 'default' => false, - 'transport' => 'postMessage' + 'transport' => 'refresh' ) ); $wp_customize->add_control( 'tainacan_items_page_hide_hide_filters_button', array( 'type' => 'checkbox',