Advertisement
GochiSiyan

wvt woocommerce tab

May 12th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. add_action('wp_footer', function () {
  2. ?>
  3. <script>
  4. (function() {
  5. let wvt_woo = document.querySelector('a[href="#tab-wd_custom_tab"]');
  6. wvt_woo && wvt_woo.addEventListener('click', function() {
  7. Object.keys(wvtp.instance).forEach(function(key) {
  8. wvtp.instance[key].resize();
  9. });
  10. });
  11. })();
  12. </script>
  13. <?php
  14. }, 999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement