File "vivawallet-ideal-settings.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/viva-wallet-for-woocommerce/includes/admin/vivawallet-ideal-settings.php
File size: 933 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_ideal_settings', array('enabled' => array('title' => __('Enable Viva Wallet iDeal Gateway', 'viva-wallet-for-woocommerce'), 'type' => 'checkbox', 'label' => __('Enable Viva Wallet iDeal Gateway and receive iDeal 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' => __('iDeal', '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 iDeal.', 'viva-wallet-for-woocommerce'))));