You appear to be a bot. Output may be restricted
Description
Get the add to cart button text for the single page.
Usage
$string = WC_Product::single_add_to_cart_text();
Parameters
Returns
string
Source
File name: woocommerce/includes/abstracts/abstract-wc-product.php
Lines:
1 to 3 of 3
public function single_add_to_cart_text() { return apply_filters( 'woocommerce_product_single_add_to_cart_text', __( 'Add to cart', 'woocommerce' ), $this ); }