'shop-sort'], blocksy_collect_and_return(function () { woocommerce_catalog_ordering(); }) ) ); blocksy_add_customizer_preview_cache( blocksy_html_tag( 'div', ['data-id' => 'shop-results-count'], blocksy_collect_and_return(function () { woocommerce_result_count(); }) ) ); } }, 5 ); add_action('woocommerce_after_subcategory', function ( $category ) { $has_excerpt = get_theme_mod('has_excerpt', 'no') === 'yes'; if ( $has_excerpt ) { $excerpt_length = get_theme_mod('excerpt_length', '40'); echo blocksy_entry_excerpt( $excerpt_length, 'entry-excerpt', null, 'custom', $category->description ); } }, 15 );