edit_comment_link

edit_comment_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('edit_comment_link') is found 1 times:

  • /wp-includes/link-template.php line 1668
    1664
    1665
    1666
    1667
    1668
    1669
    1670
    1671
    1672
    1673
    1674
         * @param string $link       Anchor tag for the edit link.
         * @param string $comment_id Comment ID as a numeric string.
         * @param string $text       Anchor text.
         */
        echo $before . apply_filters( 'edit_comment_link', $link, $comment->comment_ID, $text ) . $after;
    }
     
    /**
     * Displays the edit bookmark link.
     *
     * @since 2.7.0