• Resolved ffinnegan

    (@ffinnegan)


    Hey,

    Thanks for the great plugin.

    Is there a way to add a filter or something, so only users that have confirmed their email are synced to the list?

    Kind regards, Finn.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pravin Durugkar

    (@pravind)

    Hi @ffinnegan

    I have updated the plugin and added the filter ‘rusac_user_query_args

    you can modify the meta query in this filter and can achieve the desired output.

    for example:

    add_filter("rusac_user_query_args", "my_rusac_user_query_args");
    function my_rusac_user_query_args($args) {
       //you can add the meta condition here in args
       return $args;
    }
    Plugin Author Pravin Durugkar

    (@pravind)

    Please don’t forget to rate this plugin if you liked it.

    Thread Starter ffinnegan

    (@ffinnegan)

    Hey,

    Thank you that’s great !

    I’ll definitely give it 5 stars !!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unconfirmed Users’ is closed to new replies.