get_others_drafts

FUNCTION wp-admin\includes\deprecated.php (ligne 718) github
Retrieve drafts from other users.

Paramètres

Entrée :
$user_id
Sortie :
@param int $user_id User ID.
@return array List of drafts from other users.

Utilisation

// Utilisation de la fonction get_others_drafts
$result = get_others_drafts($user_id);

if ($result) {
    // Votre logique ici
}

Actualités

Chargement des actualités...