Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created March 3, 2024 15:37
Show Gist options
  • Save tdmrhn/f0ba4cd3ab7121f4902de96db0a3e905 to your computer and use it in GitHub Desktop.
Save tdmrhn/f0ba4cd3ab7121f4902de96db0a3e905 to your computer and use it in GitHub Desktop.
Woo Force Click Product Tabs Reviews onload
<?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