woocommerce_product_title, $this->parent_data[title], $this
woocommerce_product_title, $this->parent_data[title], $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_title, $this->parent_data[title], $this') is found 1 times:
- /includes/class-wc-product-variation.php line 97
* * @return string */ public function get_title() { return apply_filters( 'woocommerce_product_title', $this->parent_data['title'], $this ); } /** * Get product name with SKU or ID. Used within admin. * * @return string Formatted product name