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

$minimum_site_name_length = apply_filters( 'minimum_site_name_length', 4 );

Changelog

VersionDescription
4.8.0Introduced.

User Contributed Notes

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