Title: Remove Payment Method
Last modified: January 25, 2021

---

# Remove Payment Method

 *  Resolved [johnosmond](https://wordpress.org/support/users/johnosmond/)
 * (@johnosmond)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-payment-method-3/)
 * How can I remove the ‘Payment Method’ line from the invoice? Thanks.

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Darren Peyou](https://wordpress.org/support/users/dpeyou/)
 * (@dpeyou)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/remove-payment-method-3/#post-13961898)
 * Hi [@johnosmond](https://wordpress.org/support/users/johnosmond/),
 * You can use this code to do so. This will inject some code that will allow you
   to hide the payment method using CSS:
 *     ```
       add_action( 'wpo_wcpdf_custom_styles', function( $document_type, $document ) {
       	?>
       	.payment-method {display:none;}
       	<?php
       }, 10, 2 );
       ```
   
 * The easier way is to use the Premium Extension’s Customizer which gives you the
   ability to control what data appears on your documents. The payment method row
   isn’t there by default, so you wouldn’t have to worry about it.
 * I hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Remove Payment Method’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-pdf-invoices-packing-slips/assets/icon-256x256.
   png?rev=2189942)
 * [PDF Invoices & Packing Slips for WooCommerce](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-pdf-invoices-packing-slips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-pdf-invoices-packing-slips/reviews/)

## Tags

 * [remove](https://wordpress.org/support/topic-tag/remove/)

 * 1 reply
 * 2 participants
 * Last reply from: [Darren Peyou](https://wordpress.org/support/users/dpeyou/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/remove-payment-method-3/#post-13961898)
 * Status: resolved