Skip to content

Commit

Permalink
feat: add hook above comments render (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiulodro authored Apr 23, 2020
1 parent e487f0b commit df53d07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions newspack-theme/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
}
?>
</div><!-- .comments-title-flex -->
<?php do_action( 'newspack_comments_above_comments' ); ?>
<?php
if ( have_comments() ) :

Expand Down

0 comments on commit df53d07

Please sign in to comment.