WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about minimum_site_name_length

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-functions.php apply_filters 662 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
int $length The minimum site name length. Default 4.