How to disable the PDF Invoices & Packaging Slips integration

To prevent the plugin adding license keys in the PDF invoices you can add this code, either in your theme’s functions.php file or as a mu-plugin (Must-Use Plugin)

add_filter( 'dlm_wcpips_show_in_line_item', '__return_false' );