Home Forums WoodMart support forum Filter for adding shortcode below login form

Filter for adding shortcode below login form

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #519894

    boti
    Participant

    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

    #520074

    Hung Pham
    Keymaster

    Hi boti,

    Thanks for reaching to us.

    Are you referring to login form in the side cart? https://prnt.sc/8MUuIgY-jQWA

    Regards,

    #520084

    boti
    Participant

    Yes, and all forms that you have for login/register. is there any hook that we can use to add content there?

    #520332

    Hung Pham
    Keymaster

    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,

    #549312

    boti
    Participant

    thanks!

    #549513

    Hung Pham
    Keymaster

    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,

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Filter for adding shortcode below login form’ is closed to new replies.