Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp_footer', function () {
- ?>
- <script>
- (function() {
- let wvt_woo = document.querySelector('a[href="#tab-wd_custom_tab"]');
- wvt_woo && wvt_woo.addEventListener('click', function() {
- Object.keys(wvtp.instance).forEach(function(key) {
- wvtp.instance[key].resize();
- });
- });
- })();
- </script>
- <?php
- }, 999);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement