woocommerce_get_price_suffix, $html, $this, $price, $qty

woocommerce_get_price_suffix, $html, $this, $price, $qty

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_get_price_suffix, $html, $this, $price, $qty') is found 1 times:

  • /includes/abstracts/abstract-wc-product.php line 2345
    				'{price_excluding_tax}' => wc_price( wc_get_price_excluding_tax( $this, array( 'qty' => $qty, 'price' => $price ) ) ), // @phpcs:ignore WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound
    			);
    			$html         = str_replace( array_keys( $replacements ), array_values( $replacements ), ' <small class="woocommerce-price-suffix">' . wp_kses_post( $suffix ) . '</small>' );
    		}
    		return apply_filters( 'woocommerce_get_price_suffix', $html, $this, $price, $qty );
    	}
    
    	/**
    	 * Returns the availability of the product.
    	 *
    	 * @return string[]