• Resolved benhartwich

    (@yoursql719)


    Hi,

    what php hook could I use if I would like to display anything after your tabs element on a single product page?

    Regards,

Viewing 1 replies (of 1 total)
  • Thread Starter benhartwich

    (@yoursql719)

    Ah found it by myself:

    add_action( 'woocommerce_after_single_product_summary', 'product_custom_content', 10);
    
    function product_custom_content() {
        echo do_shortcode( 'whatever' );
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Hook for after tabs’ is closed to new replies.