Hi, I’m using a site that is displaying a login form to front-end users using the wp_login_form() function, which shows the built in login form.
However, it doesn’t look like this plugin is adding the recaptcha to this. Is there a way of doing this, or adding this please?
The wp_login_form() allows quite a few actions to hook into (https://developer.projectdmc.org/reference/functions/wp_login_form/), so I’m sure it could be done. Is there any reason why this wouldn’t be working?
Could this be added to the plugin any time soon please?