Created
March 3, 2024 15:37
-
-
Save tdmrhn/f0ba4cd3ab7121f4902de96db0a3e905 to your computer and use it in GitHub Desktop.
Woo Force Click Product Tabs Reviews onload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_action('wp_footer', function() { | |
if (is_product()) { | |
wc_enqueue_js('jQuery(document).ready(function($) { $(".reviews_tab a").click(); });'); | |
} | |
}, 0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment