ultimate member recaptcha plugin
-
I use ultimate member quite a bit. So I activated the ultimate member – recaptcha plugin to secure my page. I was a little bit surprised that complianz didn’t recognize this plugin.
So I tried to add it to the integration list, but it still dosn’t show up:public function register()
{
add_filter( ‘cmplz_integrations’, array($this, ‘integrate_um_recaptcha’) );
}
function integrate_um_recaptcha ($plugins) {
$plugins[‘um-recaptcha’] = array(
‘constant_or_function’ => ‘LMV_UM_RECAPTCHA’,
‘label’ => ‘Ultimate Member – recaptcha’,
‘condition’ => array(‘privacy-statement’ => ‘yes’),
);
return $plugins;
}As far as I understood now an additional line should appear in the Complianz -> Integration -> Plugins area. Unfortunately it doesn’t.
Can you give me a hint?
Are there any plans to integrate ultimate member recaptcha?
- The topic ‘ultimate member recaptcha plugin’ is closed to new replies.