Description
Filters the minimum site name length required when validating a site signup.
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-functions.php | 665 |
Parameters
Type | Name | Description |
---|---|---|
int | $length | The minimum site name length. Default 4. |
PHP Doc
/**
* Filters the minimum site name length required when validating a site signup.
*
* @since 4.8.0
*
* @param int $length The minimum site name length. Default 4.
*/