• Resolved rosko34

    (@rosko34)


    Instead of the standard tab with product description

    I want to add individual box with new seperate H2 title like image below.

    Image -> https://ibb.co/wK4VXJX

    However, where can I find the hook for product description so I can remove the tab description and add new.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • add_filter( 'woocommerce_product_description_heading', 'my_heading' );
    function my_heading( $heading ) {
      return 'Property Description';
    }
    MayKato

    (@maykato)

    Hi @rosko34

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hook for product description’ is closed to new replies.