WordPress 6.2.2 – Read more – Read Less for Product Category description
I'm using the following js file in the following manner to achieve the read more functionality in the Product Category description in woocommerce. function myFunction() { var dots = document.getElementById("dots"); var moreText = document.getElementById("more"); var btnText = document.getElementById("myBtn"); if (dots.style.display…