Changeset 2690621
- Timestamp:
- 03/08/2022 08:35:03 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
elite-crypto-checkout/trunk/elite-crypto-checkout.php
r2690597 r2690621 12 12 * Plugin URI: https://codeies.com/product/elite-crypto-checkout/ 13 13 * Description: Woocommerce Crypto currency checkout 14 * Version: 1. 114 * Version: 1.2 15 15 * Author: Codeies 16 16 * Author URI: https://codeies.com/muhammad-junaid … … 59 59 60 60 if ( ! in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) return; 61 61 /* 62 62 if ( ! function_exists( 'ecc_fs' ) ) { 63 63 // Create a helper function for easy SDK access. … … 91 91 // Signal that SDK was initiated. 92 92 do_action( 'ecc_fs_loaded' ); 93 } 93 }*/ 94 94 95 95 function WOOCRYPTOC() {
Note: See TracChangeset
for help on using the changeset viewer.