Advertisement
fauzanjeg

Fix Woocommerce Tabs Issue

Aug 30th, 2021
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.17 KB | None | 0 0
  1. /* Fix Woocommerce Tabs Issue */
  2. (function ($) {
  3.     $(window).ready(function () {
  4.         $('.woocommerce-tabs .wc-tabs li > a').prop('onclick', null).off('click');
  5.     })
  6. })(jQuery)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement