woocommerce_get_product_class_include_taxonomies filter-hook . WC 1.0
Include attributes and any extra taxonomies only if enabled via the hook - this is a performance issue.
Usage
add_filter( 'woocommerce_get_product_class_include_taxonomies', 'filter_function_name_242' ); function filter_function_name_242( $false ){ // filter... return $false; }
- $false
- -
Where the hook is called
woocommerce/includes/wc-template-functions.php 691
if ( apply_filters( 'woocommerce_get_product_class_include_taxonomies', false ) ) {