Filters reserved site names on a sub-directory Multisite installation.
$subdirectory_reserved_namesstring[]wp-includes/ms-functions.php:2768get_subdirectory_reserved_names() * @since 3.0.0 * @since 4.4.0 'wp-admin', 'wp-content', 'wp-includes', 'wp-json', and 'embed' were added * to the reserved names list. * * @param string[] $subdirectory_reserved_names Array of reserved names. */ return apply_filters( 'subdirectory_reserved_names', $names );} /** * Sends a confirmation request email when a change of network admin email address is attempted. * * The new network admin address will not become active until confirmed.Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.