Gets author users who can edit posts.
$user_id
Sortie :
@param int $user_id User ID. @return array|false List of editable authors. False if no editable users.
// Utilisation de la fonction get_editable_authors
$result = get_editable_authors($user_id);
if ($result) {
// Votre logique ici
}
Chargement des actualités...