• Resolved johannschnagl

    (@johannschnagl)


    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?

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘ultimate member recaptcha plugin’ is closed to new replies.