PATH:
home
/
letacommog
/
ldqm1
/
wp-content
/
plugins
/
woocommerce-gateway-stripe
/
includes
/
admin
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } return apply_filters( 'wc_stripe_eps_settings', array( 'geo_target' => array( 'description' => __( 'Customer Geography: Austria', 'woocommerce-gateway-stripe' ), 'type' => 'title', ), 'activation' => array( 'description' => __( 'Must be activated from your Stripe Dashboard Settings <a href="https://dashboard.stripe.com/account/payments/settings" target="_blank">here</a>', 'woocommerce-gateway-stripe' ), 'type' => 'title', ), 'enabled' => array( 'title' => __( 'Enable/Disable', 'woocommerce-gateway-stripe' ), 'label' => __( 'Enable Stripe EPS', 'woocommerce-gateway-stripe' ), 'type' => 'checkbox', 'description' => '', 'default' => 'no', ), 'title' => array( 'title' => __( 'Title', 'woocommerce-gateway-stripe' ), 'type' => 'text', 'description' => __( 'This controls the title which the user sees during checkout.', 'woocommerce-gateway-stripe' ), 'default' => __( 'EPS', 'woocommerce-gateway-stripe' ), 'desc_tip' => true, ), 'description' => array( 'title' => __( 'Description', 'woocommerce-gateway-stripe' ), 'type' => 'text', 'description' => __( 'This controls the description which the user sees during checkout.', 'woocommerce-gateway-stripe' ), 'default' => __( 'You will be redirected to EPS.', 'woocommerce-gateway-stripe' ), 'desc_tip' => true, ), 'webhook' => array( 'title' => __( 'Webhook Endpoints', 'woocommerce-gateway-stripe' ), 'type' => 'title', /* translators: webhook URL */ 'description' => $this->display_admin_settings_webhook_description(), ), ) );
[+]
..
[-] class-wc-stripe-admin-notices.php
[edit]
[-] stripe-eps-settings.php
[edit]
[-] stripe-p24-settings.php
[edit]
[-] stripe-multibanco-settings.php
[edit]
[-] stripe-alipay-settings.php
[edit]
[-] stripe-bancontact-settings.php
[edit]
[-] stripe-sofort-settings.php
[edit]
[-] stripe-ideal-settings.php
[edit]
[-] stripe-giropay-settings.php
[edit]
[-] stripe-settings.php
[edit]
[-] stripe-sepa-settings.php
[edit]
[-] class-wc-stripe-inbox-notes.php
[edit]
[-] class-wc-stripe-privacy.php
[edit]