TwentyTwenty_Walker_Comment::html5_comment( WP_Comment $comment, int $depth, array $args )
- Since
- Twenty Twenty 1.0
- Source
wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php:35
Compatibility
- WordPress
- since Twenty Twenty 1.0
- PHP
- 7.4–8.6-dev
- 6.7.7
- 6.8.8
- 6.9.7
- 7.0.4
- 7.1.0
Present in every tracked release (6.7.7 to 7.1.0), and compiles on PHP 7.4 through 8.6-dev.
Parameters
$commentWP_Comment- Comment to display.
$depthint- Depth of the current comment.
$argsarray- An array of arguments.
Performance profile
How much work a call to TwentyTwenty_Walker_Comment::html5_comment() does, and what it touches: the algorithmic scaling, the Zend instruction count per call across PHP versions, the hooks it hands control to, and the core code that calls it. Measured from the compiled opcodes, not a stopwatch, so every number is identical on any machine running the same PHP version, and every function in core is ranked by cost.
- Cost class
- Heavy
- Scaling
- Constant
- Instructions
- 125–170
- Plugin surface
- None
- Called by
- 0
Reaches the database via get_post().
No loop in the body: the same number of instructions runs whatever you pass in.
Executed per call on PHP 8.5, depending on the branch taken. The body compiles to 177.
Nothing here hands control to plugin code.
Nothing in core calls this; the cost is only what you spend yourself.
What it touches
- hookthird-party callbacks
apply_filters()one call below TwentyTwenty_Walker_Comment::html5_comment() - optionoption read or write
get_option()one call below TwentyTwenty_Walker_Comment::html5_comment() - querycontent query
get_post()one call below TwentyTwenty_Walker_Comment::html5_comment()
Further down the call graph this can also reach cache, serialize and transient. Those are the worst case, several calls deep and usually down an error path, not what a normal call pays.
What one call costs · 24 distinct outcomes
One number would be a lie: the work depends on which branch runs. These are every distinct cost TwentyTwenty_Walker_Comment::html5_comment() can have, taken from its control-flow graph on PHP 8.5.
| When | Instructions | Calls it makes |
|---|---|---|
!get_edit_comment_link() | 125–133 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
!get_edit_comment_link() | 131–139 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
empty($comment_author_url) && !get_edit_comment_link() | 132–140 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
!get_edit_comment_link() | 135–140 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
!empty($comment_author_url) && !get_edit_comment_link() | 135–143 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), printf(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
empty($comment_author_url) && !get_edit_comment_link() | 138–146 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
get_edit_comment_link() | 139–147 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
!get_edit_comment_link() | 141–146 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
!empty($comment_author_url) && !get_edit_comment_link() | 141–149 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), printf(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
empty($comment_author_url) && !get_edit_comment_link() | 142–147 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
!empty($comment_author_url) && !get_edit_comment_link() | 145–150 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), printf(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
get_edit_comment_link() | 145–153 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
12 further outcomes, up to 170 instructions
empty($comment_author_url) && get_edit_comment_link() | 146–154 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
empty($comment_author_url) && !get_edit_comment_link() | 148–153 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
get_edit_comment_link() | 149–154 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
!empty($comment_author_url) && get_edit_comment_link() | 149–157 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), printf(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
!empty($comment_author_url) && !get_edit_comment_link() | 151–156 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), printf(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
empty($comment_author_url) && get_edit_comment_link() | 152–160 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
get_edit_comment_link() | 155–160 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
!empty($comment_author_url) && get_edit_comment_link() | 155–163 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), printf(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author() |
empty($comment_author_url) && get_edit_comment_link() | 156–161 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
!empty($comment_author_url) && get_edit_comment_link() | 159–164 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), printf(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
empty($comment_author_url) && get_edit_comment_link() | 162–167 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
!empty($comment_author_url) && get_edit_comment_link() | 165–170 | comment_ID(), comment_class(), comment_ID(), get_comment_author_url(), get_comment_author(), get_avatar(), printf(), wp_kses_post(), esc_html(), __(), printf(), __(), get_comment_date(), get_comment_time(), sprintf(), get_comment_link(), esc_url(), get_comment_time(), esc_html(), printf(), get_edit_comment_link(), get_edit_comment_link(), esc_url(), __(), printf(), comment_text(), _e(), div-comment(), array_merge(), twentytwenty_is_comment_by_post_author(), __() |
Across PHP versions
| PHP | Compiled | Executed | Branches | Notes |
|---|---|---|---|---|
| 8.6-dev | 180 | 127–173 | 11 | 3 more instructions than PHP 8.5 |
| 8.5 | 177 | 125–170 | 11 | |
| 8.4 | 177 | 125–170 | 11 | |
| 8.3 | 177 | 125–170 | 11 | |
| 8.2 | 177 | 125–170 | 11 | |
| 8.1 | 177 | 125–170 | 11 | |
| 7.4 | 177 | 125–170 | 11 |
An instruction is not a fixed amount of time, so a matching count is not necessarily the same speed; what it rules out is a difference in the work itself.
Uses · 17
- comment_ID()Displays the comment ID of the current comment.
- comment_class()Generates semantic classes for each comment element.
- get_comment_author_url()Retrieves the URL of the author of the current comment, not linked.
- get_comment_author()Retrieves the author of the current comment.
- get_avatar()Retrieves the avatar `` tag for a user, email address, MD5 hash, comment, or post.
- wp_kses_post()Sanitizes content for allowed HTML tags for post content.
- esc_html()Escaping for HTML blocks.
- __()Retrieves the translation of $text.
- get_comment_date()Retrieves the comment date of the current comment.
- get_comment_time()Retrieves the comment time of the current comment.
- esc_url()Checks and cleans a URL.
- get_comment_link()Retrieves the link to a given comment.
Show all 17
- get_edit_comment_link()Retrieves the edit comment link.
- comment_text()Displays the text of the current comment.
- _e()Displays translated text.
- get_comment_reply_link()Retrieves HTML content for reply to comment link.
- twentytwenty_is_comment_by_post_author()Checks if the specified comment is written by the author of the post commented on.
Source code
protected function html5_comment( $comment, $depth, $args ) { $tag = ( 'div' === $args['style'] ) ? 'div' : 'li'; ?> <<?php echo $tag; ?> id="comment-<?php comment_ID(); ?>" <?php comment_class( $this->has_children ? 'parent' : '', $comment ); ?>> <article id="div-comment-<?php comment_ID(); ?>" class="comment-body"> <footer class="comment-meta"> <div class="comment-author vcard"> <?php $comment_author_url = get_comment_author_url( $comment ); $comment_author = get_comment_author( $comment ); $avatar = get_avatar( $comment, $args['avatar_size'] ); if ( 0 !== $args['avatar_size'] ) { if ( empty( $comment_author_url ) ) { echo wp_kses_post( $avatar ); } else { printf( '<a href="%s" rel="external nofollow" class="url">', $comment_author_url ); echo wp_kses_post( $avatar ); } } printf( '<span class="fn">%1$s</span><span class="screen-reader-text says">%2$s</span>', esc_html( $comment_author ), /* translators: Hidden accessibility text. */ __( 'says:', 'twentytwenty' ) ); if ( ! empty( $comment_author_url ) ) { echo '</a>'; } ?> </div><!-- .comment-author --> <div class="comment-metadata"> <?php /* translators: 1: Comment date, 2: Comment time. */ $comment_timestamp = sprintf( __( '%1$s at %2$s', 'twentytwenty' ), get_comment_date( '', $comment ), get_comment_time() ); printf( '<a href="%s"><time datetime="%s">%s</time></a>', esc_url( get_comment_link( $comment, $args ) ), get_comment_time( 'c' ), esc_html( $comment_timestamp ) ); if ( get_edit_comment_link() ) { printf( ' <span aria-hidden="true">•</span> <a class="comment-edit-link" href="%s">%s</a>', esc_url( get_edit_comment_link() ), __( 'Edit', 'twentytwenty' ) ); } ?> </div><!-- .comment-metadata --> </footer><!-- .comment-meta --> <div class="comment-content entry-content"> <?php comment_text(); if ( '0' === $comment->comment_approved ) { ?> <p class="comment-awaiting-moderation"><?php _e( 'Your comment is awaiting moderation.', 'twentytwenty' ); ?></p> <?php } ?> </div><!-- .comment-content --> <?php $comment_reply_link = get_comment_reply_link( array_merge( $args,Changelog
Introduced in Twenty Twenty 1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.
About this page
- Parsed data
- Generated from the wordpress-develop 7.1.0 tag, from
src/wp-content/themes/twentytwenty/classes/class-twentytwenty-walker-comment.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it. - Corrections
- Something wrong on this page? Report it and it gets fixed in the next regeneration.