woocommerce_product_add_to_cart_url, $this->get_product_url(

woocommerce_product_add_to_cart_url, $this->get_product_url(

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_product_url(') is found 1 times:

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