On this page
apply_filters( 'subdirectory_reserved_names', string[] $subdirectory_reserved_names )
Filters reserved site names on a sub-directory Multisite installation.
Parameters
$subdirectory_reserved_namesstring[]-
Array of reserved names.
Source
File: wp-includes/ms-functions.php. View all references
return apply_filters( 'subdirectory_reserved_names', $names );
Related
Used By
| Used By | Description |
|---|---|
| get_subdirectory_reserved_names() wp-includes/ms-functions.php | Retrieves a list of reserved site on a sub-directory Multisite installation. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/subdirectory_reserved_names