Filters the comment edit link.
$text = null, $before = '', $after = ''
Sortie :
@param string $location The edit link. @param int $comment_id Unique ID of the comment to generate an edit link. @param string $context Context to include HTML entities in link. Default 'display'. @param string $text Optional. Anchor text. If null, default is 'Edit This'. Default null. @param string $before Optional. Display before edit link. Default empty. @param string $after Optional. Display after edit link. Default empty.
// Utilisation de la fonction edit_comment_link
$result = edit_comment_link($text = null, $before = '', $after = '');
if ($result) {
// Votre logique ici
}
Chargement des actualités...