apply filter sidebar rey theme custom button

PHOTO EMBED

Wed Nov 10 2021 07:15:46 GMT+0000 (Coordinated Universal Time)

Saved by @itaiki

function sx_add_js_to_footer() {
?>
<script>
	jQuery('#sendfilter').click( function() {
		jQuery('#rey-applyFilters-btn-wrapper-filter-panel button.rey-applyFilters-btn.js-rey-applyFilters-btn').click();
	} );
</script>
<?php
}
add_action( 'wp_footer', 'sx_add_js_to_footer', 999);
content_copyCOPY