apply_filters( 'minimum_site_name_length', int $length )

Filters the minimum site name length required when validating a site signup.


Parameters

$length int
The minimum site name length. Default 4.

Top ↑

Source

File: wp-includes/ms-functions.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.8.0 Introduced.

Top ↑

User Contributed Notes

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