Network API
$network = null
Sortie :
@param WP_Network|int|null $network Optional. Network to retrieve. Default is the current network. @return WP_Network|null The network object or null if not found.
// Utilisation de la fonction get_network
$result = get_network($network = null);
if ($result) {
// Votre logique ici
}
Chargement des actualités...