Gets the main network ID.
N/A
Sortie :
@return int The ID of the main network.
// Utilisation de la fonction get_main_network_id
$result = get_main_network_id();
if ($result) {
// Votre logique ici
}
Chargement des actualités...