Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Pablo Pacheco

    (@karzin)

    Hi @avijitpalit3 ,

    You can use the function alg_wc_ev_is_user_verified() passing a WP_User object as the first parameter. Example:

    $user = new WP_User( $user_id );
    alg_wc_ev_is_user_verified( $user );

    • This reply was modified 11 months, 1 week ago by Pablo Pacheco.
    Plugin Contributor Pablo Pacheco

    (@karzin)

    Hi, I’m going to close the ticket as it seems the question has been answered. Let us know if you need more help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Check user verified or not in PHP’ is closed to new replies.