Home / Admin / Enable WooCommerce Product Attributes in Search Appearance
Duplicate Snippet

Embed Snippet on Your Site

Enable WooCommerce Product Attributes in Search Appearance

By default, AIOSEO does not include support for WooCommerce Product Attributes in our Search Appearance settings, because this could cause performance issues on larger sites. If you want to enable this feature, just add this handy snippet!

<10
Code Preview
php
<?php
add_filter( 'aioseo_woocommerce_product_attributes', '__return_true' );

Comments

Add a Comment