Adds prop option to hide advanced search.

This commit is contained in:
Mateus Machado Luna 2020-01-28 13:11:47 -03:00
parent 819aadcb18
commit a294b63279
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ function tainacan_the_faceted_search() {
$props .= 'default-view-mode="' . $default_view_mode . '" ';
$props .= 'enabled-view-modes="' . implode(',', $enabled_view_modes) . '" ';
echo "<main id='tainacan-items-page' hide-advanced-search='true' $props ></main>";
echo "<main id='tainacan-items-page' $props ></main>";
}