• Resolved itechpros

    (@itechpros)


    Thought I’d share how I hooked this plugin into LeanPress with the Eduma theme in case it helps others. By default, enabling the plugin didn’t put the captcha on the login page. This resolved it by adding it to the functions.php. It adds the Advanced Google reCaptcha plugins “advanced_google_recaptcha_display_captcha_input” function to be called in the “register_form” eduma hook.

    add_action( 'register_form', 'advanced_google_recaptcha_display_captcha_input', 10, 1 );

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘HowTo: LearnPress with Eduma Theme Integration’ is closed to new replies.