Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/schema.php | apply_filters | 1303 | /** * Filters meta for a network on creation. * * @since 3.7.0 * * @param array $sitemeta Associative array of network meta keys and values to be inserted. * @param int $network_id ID of network to populate. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $sitemeta | Associative array of network meta keys and values to be inserted. |
int | $network_id | ID of network to populate. |