How to Popup after WooCommerce Registration
-
Hi,
I was just wondering how could I make “Thank You” popup appear after registering with WooCommerce plugin.
I have redirect code set up to redirect to “Home page” and I would like to have a “Thank you” popup appear after the redirect.
Here is the redirect code
// After registration redirect to home page function custom_registration_redirect() { return home_url('/'); } add_action('woocommerce_registration_redirect', 'custom_registration_redirect', 2);
Thank you for your help
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to Popup after WooCommerce Registration’ is closed to new replies.