get_comment_time

get_comment_time

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('get_comment_time') is found 1 times:

  • /wp-includes/comment-template.php line 1123
    	 * @param bool       $gmt          Whether the GMT date is in use.
    	 * @param bool       $translate    Whether the time is translated.
    	 * @param WP_Comment $comment      The comment object.
    	 */
    	return apply_filters( 'get_comment_time', $comment_time, $format, $gmt, $translate, $comment );
    }
    
    /**
     * Displays the comment time of the current comment.
     *
     * @since 0.71