woocommerce_product_single_add_to_cart_text, __( Add to cart, woocommerce
woocommerce_product_single_add_to_cart_text, __( Add to cart, woocommerce
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_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