Embedding discussions into a custom tab

Forums Discussions Tab for WooCommerce Products Embedding discussions into a custom tab

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #92582
    Pablo Pacheco
    Participant

    Hi,

    You could probably try to add this:

    if ( class_exists( 'Alg_WC_Products_Discussions_Tab' ) ) {
    	echo alg_wc_products_discussions_tab()->core->get_comments_template();
    }

    I must say the plugin was not designed to work like that. I’m not sure if it will work 100% this way. But of course you can try 🙂

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.