woocommerce_product_add_to_cart_aria_describedby, , $this
woocommerce_product_add_to_cart_aria_describedby, , $this
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_product_add_to_cart_aria_describedby, , $this') is found 1 times:
- /includes/abstracts/abstract-wc-product.php line 2179
* * @param string $var Text for the 'aria-describedby' attribute. * @param WC_Product $this Product object. */ return apply_filters( 'woocommerce_product_add_to_cart_aria_describedby', '', $this ); } /** * Get the add to cart button text. * * @return string