woocommerce_product_add_to_cart_url, $this->get_permalink(
woocommerce_product_add_to_cart_url, $this->get_permalink(
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_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