Filter hook 'minimum_site_name_length'

in WP Core File wp-includes/ms-functions.php at line 665

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.
	 */