Skip to content

Instantly share code, notes, and snippets.

@nirbhay18
Created June 10, 2020 10:55
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 nirbhay18/c27e3253dc6aa6bb46709e27ae09fd2a to your computer and use it in GitHub Desktop.
Save nirbhay18/c27e3253dc6aa6bb46709e27ae09fd2a to your computer and use it in GitHub Desktop.
Stop Scrolling in the Content Grid when Filters are Clicked
<?php
// PowerPack Content Grid prevent scroll animation on filtering
add_filter( 'pp_cg_scroll_to_grid_on_filter', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment