Filters the comment excerpt for display.
N/A
Sortie :
@param string $comment_excerpt The comment excerpt text. @param string $comment_id The comment ID as a numeric string. @return string The comment ID as a numeric string.
// Utilisation de la fonction get_comment_ID
$result = get_comment_ID();
if ($result) {
// Votre logique ici
}
Chargement des actualités...