Filter hook 'wp_normalize_site_data'

in WP Core File wp-includes/ms-site.php at line 482

Description

Filters passed site data in order to normalize it.

Occurrences

Filename Line Number
wp-includes/ms-site.php 482

Parameters

Type Name Description
array $data Associative array of site data passed to the respective function. See {@see wp_insert_site()} for the possibly included data.

PHP Doc

/**
	 * Filters passed site data in order to normalize it.
	 *
	 * @since 5.1.0
	 *
	 * @param array $data Associative array of site data passed to the respective function.
	 *                    See {@see wp_insert_site()} for the possibly included data.
	 */