comment_link

comment_link

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('comment_link') is found 1 times:

  • /wp-includes/feed.php line 319
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
         * @see get_comment_link()
         *
         * @param string $comment_permalink The current comment permalink.
         */
        echo esc_url( apply_filters( 'comment_link', get_comment_link( $comment ) ) );
    }
     
    /**
     * Retrieves the current comment author for use in the feeds.
     *
     * @since 2.0.0