apply_filters( ‘wp_normalize_site_data’, array $data )

In this article

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

VersionDescription
5.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.