woocommerce_product_title

woocommerce_product_title

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_product_title') is found 2 times:

  • /includes/abstracts/abstract-wc-product.php line 1900
    1896
    1897
    1898
    1899
    1900
    1901
    1902
    1903
    1904
    1905
    1906
    *
     * @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 97
    093
    094
    095
    096
    097
    098
    099
    100
    101
    102
    103
    *
     * @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