RestroPress

⌘K
  1. Home
  2. Docs
  3. RestroPress
  4. Developer Docs
  5. Filters
  6. rpress_get_user_verification_url

rpress_get_user_verification_url

The rpress_get_user_verification_url filter is applied to get user verification url through RestroPress. It receives two parameters:

apply_filters( ‘rpress_get_user_verification_url’, $url, $user_id );

$url – The verification url
$user_id – The current user id

How can we help?