'; if ( empty( $category_class ) ) { $category_class = array(); } $category_class[] = 'category-' . $category->slug; // Run as shop filt if ( is_product_category( $category->term_id ) ) { $category_class[] = 'active'; } // Content Align if ( $content_align ) { $category_class[] = $content_align; } // Overlay $overlay = alpus_wc_get_loop_prop( 'overlay' ); if ( $overlay ) { $category_class[] = alpus_get_overlay_class( $overlay ); } /** * Fires before rendering product category loop item. * * @since 1.0 */ do_action( 'alpus_product_loop_before_cat' ); ?>