apply_filters( 'populate_site_meta', array $meta, int $site_id )

Filters meta for a site on creation.


Parameters

$meta array
Associative array of site meta keys and values to be inserted.
$site_id int
ID of site to populate.

Top ↑

Source

File: wp-admin/includes/schema.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
5.2.0 Introduced.

Top ↑

User Contributed Notes

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