W3cubDocs

/WordPress

apply_filters( ‘wp_normalize_site_data’, array $data )

Filters passed site data in order to normalize it.

Parameters

$dataarray
Associative array of site data passed to the respective function.
See wp_insert_site() for the possibly included data.

Source

$data = apply_filters( 'wp_normalize_site_data', $data );

Changelog

Version Description
5.1.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_normalize_site_data