get_comment_date

get_comment_date

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

See hook in core

Displaying hooks found in version: wordpress-6.6.1

apply_filters('get_comment_date') is found 1 times:

  • /wp-includes/comment-template.php line 623
    	 * @param string|int $comment_date Formatted date string or Unix timestamp.
    	 * @param string     $format       PHP date format.
    	 * @param WP_Comment $comment      The comment object.
    	 */
    	return apply_filters( 'get_comment_date', $comment_date, $format, $comment );
    }
    
    /**
     * Displays the comment date of the current comment.
     *
     * @since 0.71