width

width

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('width') is found 1 times:

  • /includes/class-wc-product-variation.php line 270
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
        $value = $this->get_prop( 'width', $context );
     
        // Inherit value from parent.
        if ( 'view' === $context && empty( $value ) ) {
            $value = apply_filters( $this->get_hook_prefix() . 'width', $this->parent_data['width'], $this );
        }
        return $value;
    }
     
    /**
     * Returns the product height.