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
Return
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 9.3.3
public function add_to_cart_text() { return apply_filters( 'woocommerce_product_add_to_cart_text', __( 'View products', 'woocommerce' ), $this ); }