'; if ( activatelife_is_woocommerce_activated() ) { the_widget( 'WC_Widget_Product_Search' ); } else { get_search_form(); } echo ''; if ( activatelife_is_woocommerce_activated() ) { echo '
'; echo '
'; activatelife_promoted_products(); echo '
'; echo ''; echo '
'; echo '
'; echo '

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

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