Plugin Directory

Changeset 2199970


Ignore:
Timestamp:
11/24/2019 02:40:40 PM (6 years ago)
Author:
drupalmatts
Message:

V1.0.1

Location:
wp-shield
Files:
8 added
1 edited

Legend:

Unmodified
Added
Removed
  • wp-shield/trunk/wp_shield_auth.php

    r2199969 r2199970  
    2323        // Check if plugin is enabled
    2424        $is_enabled = $this->wp_shield_is_enabled();
    25         echo $is_enabled;
    2625
    2726        // Get UN from Config or Database
    2827        $active_un = defined('WP_SHIELD_UN') ? WP_SHIELD_UN : get_option('wp_shield_username');
    29         echo $active_un;
    3028
    3129        // Get UN from Config or Database
    3230        $active_pw = defined('WP_SHIELD_PWD') ? WP_SHIELD_PWD : get_option('wp_shield_password');
    33         echo $active_pw;
    3431
    3532        $is_not_authenticated = true;
Note: See TracChangeset for help on using the changeset viewer.