bbp_get_network_sites()

Function get network sites.

Description

Return

(mixed|void)

Source

File: bp-forums/admin/tools.php

function bbp_get_network_sites() {
	$sites = get_sites();

	return apply_filters( 'bbp_get_network_sites', ( $sites ) ? $sites : array() );
}

Changelog

Changelog
Version Description
BuddyBoss 1.2.10 Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.