woocommerce_product_add_to_cart_aria_describedby, , $this

woocommerce_product_add_to_cart_aria_describedby, , $this

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_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