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' );
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' );