add_action( 'rest_api_init', 'blisscakedup_register_uber_webhook' ); function blisscakedup_register_uber_webhook() { register_rest_route( 'blisscakedup/v1', '/uber-direct', array( 'methods' => 'POST', 'callback' => 'blisscakedup_receive_uber_webhook', 'permission_callback' => '__return_true', ) ); } function blisscakedup_receive_uber_webhook( WP_REST_Request $request ) { $payload = $request->get_json_params(); if ( ! is_array( $payload ) ) { return new WP_REST_Response( array( 'received' => false, 'message' => 'Invalid JSON payload.', ), 400 ); } $event_type = ''; if ( isset( $payload['event_type'] ) ) { $event_type = sanitize_text_field( wp_unslash( $payload['event_type'] ) ); } $status = ''; if ( isset( $payload['status'] ) ) { $status = sanitize_text_field( wp_unslash( $payload['status'] ) ); } return new WP_REST_Response( array( 'received' => true, 'event_type' => $event_type, 'status' => $status, ), 200 ); }

The Bassline (Butter Almond)

Price range: $8.00 through $10.00

AVAILABLE NOW!

SKU: N/A

Description

Minimum order of 2

An airy and decadent 3 inch BLISScake infused with a buttery almond flavor profile sure to inspire inner joy! For added BLISSfulness, warm your favorite BLISScake! approx. 20 sec in the microwave (toppings displayed are not included)

Ingredients:
Unbleached flour (Bob’s Red Mill Gluten-Free flour for GF version)
Pure cane sugar
Butter
Cage-free eggs
Cream cheese
Pure vanilla extract
Pure almond extract

If you have pre-ordered items, your entire order will ship together when pre-orders are available for shipping.  Check the pre-ordered product for shipping start date.

Additional information

Weight 5 lbs
Dimensions 3 × 3 × 1.5 in
Version

Original, Gluten-Free, CBD Infused

Reviews

There are no reviews yet.

Be the first to review “The Bassline (Butter Almond)”

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