forked from woocommerce/woocommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add $formatted_destination as an argument to the woocommerce_cart_no_…
…shipping_available_html filter (woocommerce#30723) Add $formatted_destination as an argument to the woocommerce_cart_no_shipping_available_html filter. Developers should be able to access the $formatted_destination variable directly in order to return a new string to the filter including that address. * Add docblock and changelog for woocommerce_cart_no_shipping_available_html tweak. * Bump version tag for cart-shipping template. Co-authored-by: barryhughes <3594411+barryhughes@users.noreply.github.com>
- Loading branch information
1 parent
527249f
commit 085149a
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Significance: patch | ||
Type: tweak | ||
|
||
Make the formatted shipping address available via the `woocommerce_cart_no_shipping_available_html` hook. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters