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' );
Paste this code on your active theme’s functions.php file:
add_filter( 'wpcfe_has_pdf_pagination', '__return_false' );