height

height

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('height') is found 1 times:

  • /includes/class-wc-product-variation.php line 286
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
        $value = $this->get_prop( 'height', $context );
     
        // Inherit value from parent.
        if ( 'view' === $context && empty( $value ) ) {
            $value = apply_filters( $this->get_hook_prefix() . 'height', $this->parent_data['height'], $this );
        }
        return $value;
    }
     
    /**
     * Returns the tax class.