Determines whether we are currently on an endpoint that should be protected against WSODs.
N/A
Sortie :
@return bool True if the current endpoint should be protected.
// Utilisation de la fonction is_protected_endpoint
$result = is_protected_endpoint();
if ($result) {
// Votre logique ici
}
Chargement des actualités...