apply_filters( 'wp_normalize_site_data', array $data )

Filters passed site data in order to normalize it.


Parameters

$data

Associative array of site data passed to the respective function.<br> See wp_insert_site() for the possibly included data.


Source

File: wp-includes/ms-site.php

View on GitHub



Changelog

Changelog
Version Description
5.1.0 Introduced.