'; if ( storefront_is_woocommerce_activated() ) { the_widget( 'WC_Widget_Product_Search' ); } else { get_search_form(); } echo ''; if ( storefront_is_woocommerce_activated() ) { echo '
'; echo '
'; storefront_promoted_products(); echo '
'; echo ''; echo '
'; echo '
'; echo '

' . esc_html__( 'Popular Products', 'storefront' ) . '

'; $shortcode_content = storefront_do_shortcode( 'best_selling_products', array( 'per_page' => 4, 'columns' => 4, ) ); echo $shortcode_content; // WPCS: XSS ok. echo '
'; } ?>