apply_filters( 'get_main_network_id', int $main_network_id )

Filters the main network ID.


Parameters

$main_network_id int
The ID of the main network.

Top ↑

Source

File: wp-includes/functions.php. View all references

return (int) apply_filters( 'get_main_network_id', $main_network_id );


Top ↑

Changelog

Changelog
Version Description
4.3.0 Introduced.

Top ↑

User Contributed Notes

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