Filter for adding shortcode below login form
-
Hello, I’d like to add the following shortcode below the woodmart login form:
echo do_shortcode(‘[magic_login_form]’);
is there a filter for it?
thanks
Hi boti,
Thanks for reaching to us.
Are you referring to login form in the side cart? https://prnt.sc/8MUuIgY-jQWA
Regards,
Yes, and all forms that you have for login/register. is there any hook that we can use to add content there?
Hi boti,
Please add below code to functions.php in Child theme
add_action('woocommerce_login_form_end', function () {
echo do_shortcode('[magic_login_form]');
});
Regards,
Hi boti,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
The topic ‘Filter for adding shortcode below login form’ is closed to new replies.