WC_Product::add_to_cart_text PHP 메소드

add_to_cart_text() 공개 메소드

Get the add to cart button text.
public add_to_cart_text ( ) : string
리턴 string
    public function add_to_cart_text()
    {
        return apply_filters('woocommerce_product_add_to_cart_text', __('Read more', 'woocommerce'), $this);
    }
WC_Product