RestroPress

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

rpress_validate_username

The rpress_validate_username filter is applied to for username validation. It receives two parameters:

apply_filters( ‘rpress_validate_username’, $valid, $username );

$valid – Its sanitize the user name.
$username – The current user name.

How can we help?