Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
metropolite
/
wp-content
/
plugins
/
mycryptocheckout
/
src
/
actions
:
woocommerce_payment_fields_wallet_options.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace mycryptocheckout\actions; /** @brief Modify the wallet options, adding or removing currencies. @since 2019-09-01 20:50:48 **/ class woocommerce_payment_fields_wallet_options extends action { /** @brief IN/OUT: The array of wallet options shown in the WC checkout form. @since 2019-09-01 20:51:10 **/ public $options; }