WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_normalize_site_data

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-site.php apply_filters 460 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
array $data Associative array of site data passed to the respective function.