get_comment_text

get_comment_text

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_comment_text') is found 1 times:

  • /wp-includes/comment-template.php line 1051
    	 * @param string     $comment_text Text of the comment.
    	 * @param WP_Comment $comment      The comment object.
    	 * @param array      $args         An array of arguments.
    	 */
    	return apply_filters( 'get_comment_text', $comment_text, $comment, $args );
    }
    
    /**
     * Displays the text of the current comment.
     *
     * @since 0.71
    

See this hook used in plugins: