From f185bf1f202d2cf81b7c79f45d800e9b9a335c05 Mon Sep 17 00:00:00 2001 From: mateuswetah Date: Mon, 4 May 2020 10:04:54 -0300 Subject: [PATCH] Transport 'hide hide filters button' with refresh parameter instead of postMessage. --- src/functions/customizer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',