woocommerce_product_add_to_cart_description, sprintf( __( Select options for “%s”, woocommerce

woocommerce_product_add_to_cart_description, sprintf( __( Select options for “%s”, 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( __( Select options for “%s”, woocommerce') is found 1 times:

  • /includes/class-wc-product-variable.php line 91
    	 * @return string
    	 */
    	public function add_to_cart_description() {
    		/* translators: %s: Product title */
    		return apply_filters( 'woocommerce_product_add_to_cart_description', sprintf( __( 'Select options for “%s”', 'woocommerce' ), $this->get_name() ), $this );
    	}
    
    	/**
    	 * Get an array of all sale and regular prices from all variations. This is used for example when displaying the price range at variable product level or seeing if the variable product is on sale.
    	 *
    	 * @param  bool $for_display If true, prices will be adapted for display based on the `woocommerce_tax_display_shop` setting (including or excluding taxes).