Title: Payment method title
Last modified: July 26, 2025

---

# Payment method title

 *  [emihof](https://wordpress.org/support/users/emihof/)
 * (@emihof)
 * [10 months, 2 weeks ago](https://wordpress.org/support/topic/payment-method-title/)
 * There is a setting to set a custom title for the payment method displayed at 
   checkout. It reads: _“This controls the title which the user sees during checkout._“.
 * However, this title does not appear at checkout as one would expect. Is this 
   the intended behavior?
 * When examining the code, it seems the custom title is never actually used anywhere.
   The plugin saves and loads the title, but it is not used beyond that. For example:
 * /includes/class-swedbank-pay-payment-gateway-checkout.php, line 338
 *     ```wp-block-code
       /** * Return the gateway's title. * * @return string */public function get_title() {   $title = __( 'Swedbank Pay Payment Menu', 'swedbank-pay-woocommerce-checkout' );   return apply_filters( 'woocommerce_gateway_title', $title, $this->id );}
       ```
   
 * As seen above, a static value for the title is set to “Swedbank Pay Payment Menu”,
   followed by the filter “woocommerce_gateway_title”. But the filter is never implemented
   by the plugin.

The topic ‘Payment method title’ is closed to new replies.

 * ![](https://ps.w.org/swedbank-pay-payment-menu/assets/icon-256x256.png?rev=3353912)
 * [Swedbank Pay Payment Menu](https://wordpress.org/plugins/swedbank-pay-payment-menu/)
 * [Support Threads](https://wordpress.org/support/plugin/swedbank-pay-payment-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/swedbank-pay-payment-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/swedbank-pay-payment-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/swedbank-pay-payment-menu/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [emihof](https://wordpress.org/support/users/emihof/)
 * Last activity: [10 months, 2 weeks ago](https://wordpress.org/support/topic/payment-method-title/)
 * Status: not resolved