woocommerce_product_get_cogs_html, $html, $value, $this
woocommerce_product_get_cogs_html, $html, $value, $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_get_cogs_html, $html, $value, $this') is found 1 times:
- /includes/abstracts/abstract-wc-product.php line 2076
* @param WC_Product $product The product for which the cost is rendered. * * @since 9.8.0 */ return apply_filters( 'woocommerce_product_get_cogs_html', $html, $value, $this ); } /** * Get product name with SKU or ID. Used within admin. * * @return string Formatted product name