%2$s', tag_escape( $heading_tag ), esc_html( $heading_text ) ); } /** * Hook 'botiga_woocommerce_no_products_found_popular_products_grid_columns' * * @since 1.0.0 */ $columns = apply_filters( 'botiga_woocommerce_no_products_found_popular_products_grid_columns', 5 ); /** * Hook 'botiga_woocommerce_no_products_found_popular_products_grid_rows' * * @since 1.0.0 */ $rows = apply_filters( 'botiga_woocommerce_no_products_found_popular_products_grid_rows', 1 ); /** * Hook 'botiga_woocommerce_no_products_found_popular_products_grid_orderby' * * @since 1.0.0 */ $orderby = apply_filters( 'botiga_woocommerce_no_products_found_popular_products_grid_orderby', 'popularity' ); $limit = $columns * $rows; echo do_shortcode( '[products limit="'. $limit .'" columns="'. $columns .'" orderby="'. $orderby .'"]' ); ?>