woocommerce_payment_methods_list_item

woocommerce_payment_methods_list_item

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('woocommerce_payment_methods_list_item') is found 1 times:

  • /includes/wc-account-functions.php line 408
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
                    'name' => esc_html__( 'Make default', 'woocommerce' ),
                );
            }
     
            $list[ $type ][ $key ] = apply_filters( 'woocommerce_payment_methods_list_item', $list[ $type ][ $key ], $payment_token );
        }
        return $list;
    }
     
    add_filter( 'woocommerce_saved_payment_methods_list', 'wc_get_account_saved_payment_methods_list', 10, 2 );

See this hook used in plugins: