name = "add-cssjs-by-duo-leaf"; $this->smallDisplayName = "Add CSS/Js"; $this->displayName = $this->smallDisplayName . " by Duo Leaf"; $this->currentVersion = '1.0.8'; global $wpdb; $this->tableNamePrefix = "dl_acj"; $this->cssjsTableName = $wpdb->prefix . $this->tableNamePrefix . "_cssjs"; } }