Filters passed site data in order to normalize it.
Parameters
$data
array- 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. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.