webimpian
5/5/2018 - 2:28 PM

Featured content (using Elementor shortcode) after product summary at single product page

<?php

function featured_content() {
    echo do_shortcode("[elementor-template id='10019']"); // Replace with Elementor shortcode
}
add_action( 'woocommerce_after_single_product_summary', 'featured_content', 20 );