WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_initialize_site_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-site.php apply_filters 676 /**
* Filters the arguments for initializing a site.
*
* @since 5.1.0
*
* @param array $args Arguments to modify the initialization behavior.
* @param WP_Site $site Site that is being initialized.
* @param WP_Network $network Network that the site belongs to.
*/

Hook Parameters

Parameter Type Name Description
array $args Arguments to modify the initialization behavior.
WP_Site $site Site that is being initialized.
WP_Network $network Network that the site belongs to.