自动展开/显示/打开产品属性

时间:2019-10-30 15:23:34

标签: wordpress woocommerce

我已经看了以下https://wordpress.stackexchange.com/questions/120062/how-to-automatically-add-and-showopen-all-the-product-attributes一段时间了,由于无法将代码放置在主题函数中,因此我很难确定将代码放置在何处:

function wpa_120062_scripts(){ ?>
<script type="text/javascript">
jQuery(document).ready(function($) {
    $('.product_attributes > div').removeClass('closed').show();
    $('#product_attributes a.expand_all').click();
});

</script>

有人可以帮助我吗?

0 个答案:

没有答案