PluginProbe
Import Users & Customers with Meta | WP Ultimate CSV Importer Add-on / 1.7
Import Users & Customers with Meta | WP Ultimate CSV Importer Add-on v1.7
2.0 1.7.1 1.2.9 1.3 1.4 1.4.1 1.4.2 1.4.3 1.5 1.6 1.7 trunk 1.0 1.1 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8
← All changes | SmackImportUserInstall.php +7 -6 1.2.21.7 View file →
@@ -1,11 +1,11 @@
1 1 <?php
2 -/******************************************************************************************
3 - * Copyright (C) Smackcoders. - All Rights Reserved under Smackcoders Proprietary License
4 - * Unauthorized copying of this file, via any medium is strictly prohibited
5 - * Proprietary and confidential
6 - * You can contact Smackcoders at email address info@smackcoders.com.
7 - *******************************************************************************************/
2 +/**
3 + * Import Users plugin file.
4 + *
5 + * Copyright (C) 2010-2020, Smackcoders Inc - info@smackcoders.com
6 + */
7 +
8 8 namespace Smackcoders\SMUSERS;
9 9
10 10 if ( ! defined( 'ABSPATH' ) )
11 11 exit; // Exit if accessed directly
@@ -12,8 +12,9 @@
12 12
13 13 class UserInstall {
14 14
15 15 protected static $instance = null,$smack_instance,$tables_instance;
16 + public $plugin;
16 17 private static $db_updates = array();
17 18 /**
18 19 * SmackCSVInstall Constructor
19 20 */