WC_Product::single_add_to_cart_text PHP Method

single_add_to_cart_text() public method

Get the add to cart button text for the single page.
public single_add_to_cart_text ( ) : string
return string
    public function single_add_to_cart_text()
    {
        return apply_filters('woocommerce_product_single_add_to_cart_text', __('Add to cart', 'woocommerce'), $this);
    }
WC_Product