comment_text, $comment_text, $comment, $args
comment_text, $comment_text, $comment, $args
Appears in: gutenberg.23.6.2
Hook Type: filter
Displaying hooks found in version: gutenberg.23.6.2apply_filters('comment_text, $comment_text, $comment, $args') is found 1 times:
- /build/scripts/block-library/comment-content.php line 37
return ''; } /** This filter is documented in wp-includes/comment-template.php */ $comment_text = apply_filters( 'comment_text', $comment_text, $comment, $args ); $moderation_note = ''; if ( '0' === $comment->comment_approved ) { $commenter = wp_get_current_commenter(); if ( $commenter['comment_author_email'] ) {