settings->get( 'status_eslider' ) ) { return; } $args = [ 'post_type' => 'themefusion_elastic', 'posts_per_page' => -1, // phpcs:ignore WPThemeReview.CoreFunctionality.PostsPerPage 'suppress_filters' => 0, ]; $args['tax_query'][] = [ 'taxonomy' => 'themefusion_es_groups', 'field' => 'slug', 'terms' => $term, ]; $query = fusion_cached_query( $args ); $count = 1; ?> have_posts() ) : ?>