Retrieves a list of networks.
$argsstring|arrayoptional
Default:array()
'fields' is set to 'ids', or the number of networks when 'count' is passed as a query var.function get_networks( $args = array() ) {
$query = new WP_Network_Query();
return $query->query( $args );
}
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/get_networks