apply_filters( 'populate_network_meta', array $sitemeta, int $network_id )

Filters meta for a network on creation.


Parameters

$sitemeta array
Associative array of network meta keys and values to be inserted.
$network_id int
ID of network to populate.

Top ↑

Source

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

$sitemeta = apply_filters( 'populate_network_meta', $sitemeta, $network_id );


Top ↑

Changelog

Changelog
Version Description
3.7.0 Introduced.

Top ↑

User Contributed Notes

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