get_edit_comment_link

get_edit_comment_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_edit_comment_link') is found 1 times:

  • /wp-includes/link-template.php line 1634
    1630
    1631
    1632
    1633
    1634
    1635
    1636
    1637
    1638
    1639
    1640
         * @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'.
         */
        return apply_filters( 'get_edit_comment_link', $location, $comment_id, $context );
    }
     
    /**
     * Displays the edit comment link with formatting.
     *
     * @since 1.0.0

See this hook used in plugins: