woocommerce_product_title, $this->get_name(
woocommerce_product_title, $this->get_name(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_title, $this->get_name(') is found 1 times:
- /includes/abstracts/abstract-wc-product.php line 1995
* * @return string */ public function get_title() { return apply_filters( 'woocommerce_product_title', $this->get_name(), $this ); } /** * Product permalink. * * @return string