Home / Knowledgebase / WpCargo Frontend Manager Add-ons / How To Remove Pagination On Print Documents How To Remove Pagination On Print Documents Paste this code on your active theme’s functions.php file: add_filter( 'wpcfe_has_pdf_pagination', '__return_false' );
How To Remove Pagination On Print Documents Paste this code on your active theme’s functions.php file: add_filter( 'wpcfe_has_pdf_pagination', '__return_false' );