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

Filters meta for a network on creation.


Description Description


Parameters Parameters

$sitemeta

(array) Associative array of network meta keys and values to be inserted.

$network_id

(int) ID of network to populate.


Top ↑

Source Source

File: wp-admin/includes/schema.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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