jetpack_comment_reply_title_tag
jetpack_comment_reply_title_tag
Appears in: jetpack.12.5
Hook Type: filter
Displaying hooks found in version: jetpack.12.5apply_filters('jetpack_comment_reply_title_tag') is found 1 times:
- /modules/comments/comments.php line 398
* @since 12.4 * * @param string $comment_reply_title_tag The comment title tag. Default to h3. */ $comment_reply_title_tag = apply_filters( 'jetpack_comment_reply_title_tag', 'h3' ); // The actual iframe (loads comment form from Jetpack server). $is_amp = class_exists( Jetpack_AMP_Support::class ) && Jetpack_AMP_Support::is_amp_request(); ?>