Transport 'hide hide filters button' with refresh parameter instead of postMessage.

This commit is contained in:
mateuswetah 2020-05-04 10:04:54 -03:00
parent 3b2aa319ca
commit f185bf1f20
1 changed files with 1 additions and 1 deletions

View File

@ -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',