wp_normalize_site_data

Advertisement

Summery Summery

Filters passed site data in order to normalize it.

Syntax Syntax

apply_filters( 'wp_normalize_site_data', array $data )

Parameters Parameters

$data

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

Source Source

File: wp-includes/ms-site.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.

Advertisement

Leave a Reply