On this page
apply_filters( 'minimum_site_name_length', int $length )
Filters the minimum site name length required when validating a site signup.
Parameters
$lengthint-
The minimum site name length. Default 4.
Source
File: wp-includes/ms-functions.php. View all references
$minimum_site_name_length = apply_filters( 'minimum_site_name_length', 4 );
Related
Used By
| Used By | Description |
|---|---|
| wpmu_validate_blog_signup() wp-includes/ms-functions.php | Processes new site registrations. |
Changelog
| Version | Description |
|---|---|
| 4.8.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/minimum_site_name_length