minimum_site_name_length

最后更新于:2021-11-27 08:18:38

apply_filters( ‘minimum_site_name_length’, int $length )

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

参数

$length

(int)
The minimum site name length. Default 4.

源文件

文件: gc-includes/ms-functions.php

View on Trac