tax_class

tax_class

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.9.5.1

apply_filters('tax_class') is found 1 times:

  • /includes/class-wc-product-variation.php line 306
    				$value = $this->parent_data['tax_class'];
    			}
    
    			if ( 'view' === $context ) {
    				$value = apply_filters( $this->get_hook_prefix() . 'tax_class', $value, $this );
    			}
    		}
    		return $value;
    	}
    
    	/**