woocommerce_product_title

woocommerce_product_title

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_product_title') is found 2 times:

  • /includes/abstracts/abstract-wc-product.php line 1837
    	 *
    	 * @return string
    	 */
    	public function get_title() {
    		return apply_filters( 'woocommerce_product_title', $this->get_name(), $this );
    	}
    
    	/**
    	 * Product permalink.
    	 *
    	 * @return string
    
  • /includes/class-wc-product-variation.php line 92
    	 *
    	 * @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