Viewing 1 replies (of 1 total)
  • Plugin Author SkyVerge

    (@skyverge)

    Hi Aishwarya,

    The tabs title and content are both stored in the product’s frs_woo_product_tabs post meta. You can use something like the following code to grab that data:

    maybe_unserialize( get_post_meta( $post->ID, 'frs_woo_product_tabs', true ) );

    Hope that helps ??

    Tamara

Viewing 1 replies (of 1 total)
  • The topic ‘Display custom tab information anywhere’ is closed to new replies.