File "vivawallet-wechatpay-settings.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/viva-wallet-for-woocommerce/includes/admin/vivawallet-wechatpay-settings.php
File
size: 957 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
if (!defined('ABSPATH')) {
exit;
}
return apply_filters('wc_vivawallet_wechatpay_settings', array('enabled' => array('title' => __('Enable Viva Wallet WeChatPay Gateway', 'viva-wallet-for-woocommerce'), 'type' => 'checkbox', 'label' => __('Enable Viva Wallet WeChatPay Gateway and receive WeChatPay payments', 'viva-wallet-for-woocommerce'), 'default' => 'no'), 'title' => array('title' => __('Title', 'viva-wallet-for-woocommerce'), 'type' => 'text', 'description' => __('This controls the title which the user sees on checkout page.', 'viva-wallet-for-woocommerce'), 'default' => __('WeChatPay', 'viva-wallet-for-woocommerce')), 'description' => array('title' => __('Description', 'viva-wallet-for-woocommerce'), 'type' => 'text', 'description' => __('This controls the description which the user sees on checkout page.', 'viva-wallet-for-woocommerce'), 'default' => __('You will be redirected to WeChatPay.', 'viva-wallet-for-woocommerce'))));