Skip to content

Instantly share code, notes, and snippets.

@xlplugins
Last active June 4, 2025 08:16
Show Gist options
  • Save xlplugins/bfaeabdcc7f51b005ea5c1009ce9b3b4 to your computer and use it in GitHub Desktop.
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
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