stock_quantity

stock_quantity

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('stock_quantity') is found 1 times:

  • /includes/class-wc-product-variation.php line 344
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
        $value = $this->get_prop( 'stock_quantity', $context );
     
        // Inherit value from parent.
        if ( 'view' === $context && 'parent' === $this->get_manage_stock() ) {
            $value = apply_filters( $this->get_hook_prefix() . 'stock_quantity', $this->parent_data['stock_quantity'], $this );
        }
        return $value;
    }
     
    /**
     * Get backorders.