apply_filters( 'llms_usernames_blocklist', string[] $list )

Modify the list of disallowed usernames


Description Description

If a user attempts to create a new account with any username found in this list they will receive an error and will not be able to register the account.


Top ↑

Parameters Parameters

$list

(string[]) List of banned usernames.


Top ↑

Source Source

File: includes/functions/llms.functions.person.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.