HowTo: LearnPress with Eduma Theme Integration

[ad_1]

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 );

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer