apply_filters( ‘populate_site_meta’, array $meta, int $site_id )

In this article

Filters meta for a site on creation.

Parameters

$metaarray
Associative array of site meta keys and values to be inserted.
$site_idint
ID of site to populate.

Source

$site_meta = apply_filters( 'populate_site_meta', $meta, $site_id );

Changelog

VersionDescription
5.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.