woocommerce_product_title, $this->get_name(

woocommerce_product_title, $this->get_name(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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