Last active
June 4, 2025 08:16
-
-
Save xlplugins/bfaeabdcc7f51b005ea5c1009ce9b3b4 to your computer and use it in GitHub Desktop.
Funnelkit Cart: WP Loyality reward points add Rewards Notice after Header of funnelkit cart
This file contains hidden or 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
add_action('fkcart_after_header',function(){ | |
echo do_shortcode('[wlr_cart_earn_message]'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment