woocommerce_product_add_to_cart_url, $this->get_permalink(

woocommerce_product_add_to_cart_url, $this->get_permalink(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_product_add_to_cart_url, $this->get_permalink(') is found 1 times:

  • /includes/abstracts/abstract-wc-product.php line 2153
    	 *
    	 * @return string
    	 */
    	public function add_to_cart_url() {
    		return apply_filters( 'woocommerce_product_add_to_cart_url', $this->get_permalink(), $this );
    	}
    
    	/**
    	 * Get the add to cart button text for the single page.
    	 *
    	 * @return string