Plugin Directory

Changeset 2690621


Ignore:
Timestamp:
03/08/2022 08:35:03 AM (4 years ago)
Author:
codeies
Message:

Urgent Commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elite-crypto-checkout/trunk/elite-crypto-checkout.php

    r2690597 r2690621  
    1212 * Plugin URI:    https://codeies.com/product/elite-crypto-checkout/
    1313 * Description:   Woocommerce Crypto currency checkout
    14  * Version:       1.1
     14 * Version:       1.2
    1515 * Author:        Codeies
    1616 * Author URI:    https://codeies.com/muhammad-junaid
     
    5959
    6060if ( ! in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) return;
    61 
     61/*
    6262if ( ! function_exists( 'ecc_fs' ) ) {
    6363    // Create a helper function for easy SDK access.
     
    9191    // Signal that SDK was initiated.
    9292    do_action( 'ecc_fs_loaded' );
    93 }
     93}*/
    9494
    9595function WOOCRYPTOC() {
Note: See TracChangeset for help on using the changeset viewer.