• Hello,

    Thank you very for your work on this plugin.

    I use it with New User Approve but I have to modifiy code (importer.php) this way to make it work (the approve part) :

    // New User Approve
    if( $approve_users_new_user_appove == “approve” )
    //update_user_meta( $user_id, “approved”, true );
    //smw
    update_user_meta( $user_id, “pw_user_status”, “approved” );
    else
    update_user_meta( $user_id, “pending”, true );

    I’m correct ?

    Thank you for your support,

    Stephane

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘New User Approve support’ is closed to new replies.