How To Remove Pagination On Print Documents

Paste this code on your active theme’s functions.php file:

1
add_filter( 'wpcfe_has_pdf_pagination', '__return_false' );