Filters the comment edit link anchor tag.
$link = 0
Sortie :
@param string $link Anchor tag for the edit link. @param string $comment_id Comment ID as a numeric string. @param string $text Anchor text. @param int|stdClass $link Optional. Bookmark ID. Default is the ID of the current bookmark. @return string|void The edit bookmark link URL.
// Utilisation de la fonction get_edit_bookmark_link
$result = get_edit_bookmark_link($link = 0);
if ($result) {
// Votre logique ici
}
Chargement des actualités...