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