woocommerce_product_add_to_cart_description, sprintf( __( View products in the “%s” group, woocommerce

woocommerce_product_add_to_cart_description, sprintf( __( View products in the “%s” group, woocommerce

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_product_add_to_cart_description, sprintf( __( View products in the “%s” group, woocommerce') is found 1 times:

  • /includes/class-wc-product-grouped.php line 56
    	 * @return string
    	 */
    	public function add_to_cart_description() {
    		/* translators: %s: Product title */
    		return apply_filters( 'woocommerce_product_add_to_cart_description', sprintf( __( 'View products in the “%s” group', 'woocommerce' ), $this->get_name() ), $this );
    	}
    
    	/**
    	 * Returns whether or not the product is on sale.
    	 *
    	 * @param  string $context What the value is for. Valid values are view and edit.