cancel_comment_reply_link

cancel_comment_reply_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('cancel_comment_reply_link') is found 1 times:

  • /wp-includes/comment-template.php line 2021
    2017
    2018
    2019
    2020
    2021
    2022
    2023
    2024
    2025
    2026
    2027
         * @param string $cancel_comment_reply_link The HTML-formatted cancel comment reply link.
         * @param string $link_url                  Cancel comment reply link URL.
         * @param string $link_text                 Cancel comment reply link text.
         */
        return apply_filters( 'cancel_comment_reply_link', $cancel_comment_reply_link, $link_url, $link_text );
    }
     
    /**
     * Displays HTML content for cancel comment reply link.
     *
     * @since 2.7.0

See this hook used in plugins: