Enable Custom Pagination Support
Instructions
See “Where do I put snippets?” in our documentation for installation instructions.
Code
Filename: gppt-custom-pagination.php
<?php
/**
* Gravity Perks // Page Transitions // Enable Custom Pagination Support
* https://gravitywiz.com/documentation/gppt_is_custom_pagination/
*/
add_filter( 'gppt_is_custom_pagination', '__return_true' );