}
add_action( 'wp_enqueue_scripts', function() {
// Enqueue Slick CMS from a CDN if your theme doesn't provide it
wp_enqueue_style( 'slick-css', 'https://cdn.jsdelivr.net' );
wp_enqueue_script( 'slick-js', 'https://cdn.jsdelivr.net', array('jquery'), null, true );
});
add_action( 'wp_footer', function() {
// Only run on pages with facets
if ( ! function_exists( 'FWP' ) ) return;
?>