Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
KaineLabs / add_comment_hide_show.php
Created October 12, 2020 16:16
Show / Hide Comments
<?php
/**
* Show / Hide Comments
*/
function add_comment_hide_show() {
?>
<style>
.single-group .activity-comments ul{display: none;}
</style>
<script type="text/javascript">