Mini-Cart Update Hooks #22386
stickypages
started this conversation in
Feature Request
Replies: 2 comments 2 replies
|
@stickypages Maybe you can use these hooks?
Example: |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe.
We need some actions available in the mini-cart. So we can actually put some content in the mini-cart with some functionality, and not edit the plugin file.
do_action( 'woocommerce_before_mini_cart' );
do_action( 'woocommerce_after_mini_cart' );
Describe the solution you'd like
In your mini-cart file, please add the following lines:
LINE 70: do_action( 'woocommerce_before_mini_cart' );
LINE 102: do_action( 'woocommerce_after_mini_cart' );
Describe alternatives you've considered
Modifying elementor-pro
Additional context
No response
All reactions