Skip to content

Instantly share code, notes, and snippets.

@KaineLabs
Created July 1, 2023 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaineLabs/6d2133c3fddb3706bdcd55e9907cbffd to your computer and use it in GitHub Desktop.
Save KaineLabs/6d2133c3fddb3706bdcd55e9907cbffd to your computer and use it in GitHub Desktop.
Youzify - BuddyPress Prevent Comments Scroll
<?php
// Youzify - BuddyPress Prevent Comments Scroll
add_action('wp_footer', 'youzify_prevent_comments_scroll');
function youzify_prevent_comments_scroll() {
?>
<script type="text/javascript">
var youzify_prevent_comments_scroll = 'on';
</script>
<?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment