edit_comment_link

edit_comment_link

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('edit_comment_link') is found 1 times:

  • /wp-includes/link-template.php line 1652
    	 * @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