WC_Product_Grouped::add_to_cart_text
Get the add to cart button text.
Method of the class: WC_Product_Grouped{}
Hooks from the method
Returns
String.
Usage
$WC_Product_Grouped = new WC_Product_Grouped(); $WC_Product_Grouped->add_to_cart_text();
WC_Product_Grouped::add_to_cart_text() WC Product Grouped::add to cart text code WC 10.6.2
public function add_to_cart_text() {
return apply_filters( 'woocommerce_product_add_to_cart_text', __( 'View products', 'woocommerce' ), $this );
}