tax_class

tax_class

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('tax_class') is found 1 times:

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