woocommerce_product_title, $this->parent_data[title], $this

woocommerce_product_title, $this->parent_data[title], $this

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_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