woocommerce_product_single_add_to_cart_text, __( Add to cart, woocommerce

woocommerce_product_single_add_to_cart_text, __( Add to cart, woocommerce

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_product_single_add_to_cart_text, __( Add to cart, woocommerce') is found 1 times:

  • /includes/abstracts/abstract-wc-product.php line 2162
    	 *
    	 * @return string
    	 */
    	public function single_add_to_cart_text() {
    		return apply_filters( 'woocommerce_product_single_add_to_cart_text', __( 'Add to cart', 'woocommerce' ), $this );
    	}
    
    	/**
    	 * Get the aria-describedby description for the add to cart button.
    	 *
    	 * @return string