get_comment_date

get_comment_date

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('get_comment_date') is found 1 times:

  • /wp-includes/comment-template.php line 629
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
         * @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