-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f22a1d0
commit 45553b1
Showing
4 changed files
with
419 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
<div class="wp-block-post-date__modified-date wp-block-post-date"><time datetime="2024-12-19T11:56:51-08:00">December 19, 2024</time></div> | ||
<p>This location data is related to the following recall: <a href="/2024/12/flavorz-integrated-vaporizer">Flavorz integrated vaporizer</a></p> | ||
|
||
<div style="height:35px" aria-hidden="true" class="wp-block-spacer"></div> | ||
|
||
<link | ||
rel="stylesheet" | ||
href="https://cdn.datatables.net/1.10.24/css/jquery.dataTables.min.css" | ||
/> | ||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> | ||
<script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script> | ||
<script src="https://cdn.datatables.net/colreorder/1.5.4/js/dataTables.colReorder.min.js"></script> | ||
<table id="recall_details_tbl" class="display compact" width="100%"> | ||
<thead> | ||
<tr> | ||
<th class="min-tablet">County</th> | ||
<th class="min-phone-l">Legal Business Name </th> | ||
<th class="all">License Number</th> | ||
</tr> | ||
</thead> | ||
<tbody><tr> | ||
<td>VENTURA</td> | ||
<td>PORT RETAIL, LLC</td> | ||
<td>C10-0000287-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>SACRAMENTO</td> | ||
<td>SACRAMENTO COMMUNITY CANNABIS COLLECTIVE</td> | ||
<td>C10-0000330-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>SAN JOAQUIN</td> | ||
<td>STOCKTON BUSINESS STRATEGIES</td> | ||
<td>C10-0000500-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>SAN FRANCISCO</td> | ||
<td>MSTMA Inc.</td> | ||
<td>C10-0000501-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>LOS ANGELES</td> | ||
<td>HOLISTIC ALTERNATIVE HERBAL MEDICINE</td> | ||
<td>C10-0000566-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>ORANGE</td> | ||
<td>JASON LILLY, LLC</td> | ||
<td>C10-0000606-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>LOS ANGELES</td> | ||
<td>LA FRESH FARMS</td> | ||
<td>C10-0001028-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>ORANGE</td> | ||
<td>CM COASTAL LLC</td> | ||
<td>C10-0001319-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>ORANGE</td> | ||
<td>STANTON MONROE, LLC</td> | ||
<td>C10-0001400-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>LOS ANGELES</td> | ||
<td>Saints Place LLC</td> | ||
<td>C12-0000208-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>SAN BERNARDINO</td> | ||
<td>SOCA FARMS LLC</td> | ||
<td>C12-0000475-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>LOS ANGELES</td> | ||
<td>URBAN BUDS, LLC</td> | ||
<td>C9-0000094-LIC</td> | ||
</tr> | ||
<tr> | ||
<td>LOS ANGELES</td> | ||
<td>STEVEN DANIEL</td> | ||
<td>C9-0000703-LIC</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
<script> | ||
$(document).ready(function () { | ||
const recall_table = new DataTable("#recall_details_tbl", { | ||
columns: [{ data: "county" }, { data: "license" }, { data: "business" },], | ||
colReorder: true, | ||
responsive: true, | ||
}); | ||
const newColumnOrder = [0, 1, 2]; | ||
recall_table.colReorder.order(newColumnOrder).draw(); | ||
}); | ||
</script> | ||
|
||
<div style="height:39px" aria-hidden="true" class="wp-block-spacer"></div> | ||
|
||
<div class="wp-block-buttons"> | ||
<div class="wp-block-button is-style-outline is-style-outline--332c7dd0dc87e604e2a6e576d31922e5"><a class="wp-block-button__link wp-element-button" href="/resources/cannabis-recalls-and-safety-notices/">View all cannabis recalls</a></div> | ||
</div> | ||
|
||
<style> | ||
.post-date{ | ||
display:none; | ||
} | ||
.pdf-link-icon{ | ||
display:none; | ||
} | ||
</style> | ||
|
||
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"></div></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{ | ||
"meta": { | ||
"created_date": "2024-12-19T19:15:12", | ||
"updated_date": "2024-12-19T19:56:51", | ||
"field_reference": "https://developer.wordpress.org/rest-api/reference/posts/", | ||
"api_version": "v2", | ||
"api_url": "https://api.cannabis.ca.gov/wp-json/wp/v2/", | ||
"object_url": "https://api.cannabis.ca.gov/wp-json/wp/v2/posts/21467", | ||
"process": { | ||
"source_code": "https://github.com/cagov/wordpress-to-github", | ||
"source_data": "https://api.cannabis.ca.gov", | ||
"deployment_target": "https://github.com/cagov/static-content-cannabis/tree/main" | ||
}, | ||
"refresh_frequency": "as needed" | ||
}, | ||
"data": { | ||
"id": 21467, | ||
"date": "2024-12-19T11:15:12", | ||
"date_gmt": "2024-12-19T19:15:12", | ||
"guid": "https://api.cannabis.ca.gov/?p=21467", | ||
"modified": "2024-12-19T11:56:51", | ||
"modified_gmt": "2024-12-19T19:56:51", | ||
"slug": "flavorz-integrated-vaporizer-locations-sold", | ||
"status": "publish", | ||
"type": "post", | ||
"link": "https://api.cannabis.ca.gov/2024/12/flavorz-integrated-vaporizer-locations-sold/", | ||
"title": "Flavorz integrated vaporizer locations sold", | ||
"excerpt": "<p>This location data is related to the following recall: Flavorz integrated vaporizer County Legal Business Name License Number VENTURA PORT RETAIL, LLC C10-0000287-LIC SACRAMENTO SACRAMENTO COMMUNITY CANNABIS COLLECTIVE C10-0000330-LIC SAN JOAQUIN STOCKTON BUSINESS STRATEGIES C10-0000500-LIC SAN FRANCISCO MSTMA Inc. C10-0000501-LIC LOS ANGELES HOLISTIC ALTERNATIVE HERBAL MEDICINE C10-0000566-LIC ORANGE JASON LILLY, LLC C10-0000606-LIC LOS ANGELES LA […]</p>\n", | ||
"author": 37, | ||
"featured_media": 0, | ||
"comment_status": "closed", | ||
"ping_status": "closed", | ||
"sticky": false, | ||
"template": "/code/wp-content/plugins/ca-design-system-gutenberg-blocks/includes/templates/template-page-single-column.php", | ||
"format": "standard", | ||
"meta": { | ||
"_stopmodifiedupdate": false, | ||
"_modified_date": "", | ||
"footnotes": "" | ||
}, | ||
"categories": [ | ||
"All" | ||
], | ||
"tags": [], | ||
"design_system_fields": { | ||
"template": "template-page-single-column" | ||
}, | ||
"og_meta": { | ||
"editor": { | ||
"platform": "WordPress", | ||
"plugin": "autodescription", | ||
"plugin_name": "The SEO Framework", | ||
"plugin_version": "4.1.5.1", | ||
"editor_url": "https://api.cannabis.ca.gov" | ||
}, | ||
"site_name": "Department of Cannabis Control", | ||
"site_description": "Learn about California cannabis laws and licenses", | ||
"site_url": "https://api.cannabis.ca.gov", | ||
"canonical_url": "https://api.cannabis.ca.gov/2024/12/flavorz-integrated-vaporizer-locations-sold/", | ||
"page_title": "Flavorz integrated vaporizer locations sold", | ||
"page_description": "Learn about California cannabis laws and licenses", | ||
"page_social_image_url": "https://api.cannabis.ca.gov/wp-content/uploads/2021/07/cropped-Cannabis_horizontal_social.png", | ||
"page_social_image_width": 1200, | ||
"page_social_image_height": 630, | ||
"page_social_image_alt": "", | ||
"meta_title": "Flavorz integrated vaporizer locations sold", | ||
"meta_description": "Learn about California cannabis laws and licenses", | ||
"meta_canonical_url": "https://api.cannabis.ca.gov/2024/12/flavorz-integrated-vaporizer-locations-sold/", | ||
"open_graph_title": "Flavorz integrated vaporizer locations sold", | ||
"open_graph_description": "Learn about California cannabis laws and licenses", | ||
"twitter_title": "Flavorz integrated vaporizer locations sold", | ||
"twitter_description": "Learn about California cannabis laws and licenses" | ||
}, | ||
"headless_categories": [ | ||
{ | ||
"term_id": 1, | ||
"name": "All", | ||
"slug": "all", | ||
"term_group": 0, | ||
"term_taxonomy_id": 1, | ||
"taxonomy": "category", | ||
"description": "", | ||
"parent": 0, | ||
"filter": "raw", | ||
"cat_ID": 1, | ||
"category_description": "", | ||
"cat_name": "All", | ||
"category_nicename": "all", | ||
"category_parent": 0 | ||
} | ||
], | ||
"headless_tags": [], | ||
"headless_publishing": [], | ||
"headless_preview": [], | ||
"event": null, | ||
"custom_post_date": "", | ||
"meta_": { | ||
"0": "", | ||
"custom_post_link": "", | ||
"custom_post_date": "", | ||
"custom_post_location": "" | ||
}, | ||
"wordpress_url": "https://api.cannabis.ca.gov/2024/12/flavorz-integrated-vaporizer-locations-sold/" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained"> | ||
<p>The Department of Cannabis Control (DCC) is issuing this notice of voluntary recall for multiple Flavorz integrated vaporizer products due to the presence of Methylene chloride.</p> | ||
|
||
<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-left" data-align="left"><strong>Business Recall Date</strong></td><td>December 17, 2024</td></tr><tr><td class="has-text-align-left" data-align="left"><strong>Recall Type</strong></td><td>Voluntary</td></tr><tr><td class="has-text-align-left" data-align="left"><strong>Product Type</strong> | ||
</td><td>Integrated Vaporizer</td></tr><tr><td class="has-text-align-left" data-align="left"><strong>Legal Business Name</strong> | ||
</td><td>Saints Place LLC</td></tr><tr><td class="has-text-align-left" data-align="left"><strong>Legal Business License Number</strong></td><td>C12-0000208-LIC</td></tr><tr><td class="has-text-align-left" data-align="left"><strong>Locations sold</strong></td><td><a href="/2024/12/flavorz-integrated-vaporizer-locations-sold/">View locations</a></td></tr></tbody></table></figure> | ||
|
||
<h2 class="wp-block-heading">Product details</h2> | ||
|
||
<p>This recall applies to the following Flavorz integrated vaporizer products: </p> | ||
|
||
<figure class="wp-block-table"><table><thead><tr><th>Product</th><th>Batch Number</th><th>Product Size</th><th>UID</th><th>Packaged Date </th><th>Sold Date </th></tr></thead><tbody><tr><td>Mango Slushie</td><td>FLAVORZ-MANGO SLUSHIE</td><td>1G (0.035oz)</td><td>1A4060300008B7D000006635</td><td>On or after November 4, 2024 </td><td>On or after November 12, 2024 </td></tr><tr><td>Mimosa</td><td>FLAVORZ-MIMOSA </td><td>1G (0.035oz)</td><td>1A4060300008B7D000006631</td><td>On or after November 4, 2024 </td><td>On or after November 12, 2024 </td></tr><tr><td>Gelato Cake</td><td>FLAVORZ-GELATO CAKE </td><td>1G (0.035oz)</td><td>1A4060300008B7D000006632</td><td>On or after November 4, 2024 </td><td>On or after November 12, 2024 </td></tr><tr><td>Lemon Berry</td><td>FLAVORZ-LEMON BERRY </td><td>1G (0.035oz)</td><td>1A4060300008B7D000006633</td><td>On or after November 4, 2024 </td><td>On or after November 12, 2024 </td></tr><tr><td>Forbidden Fruit</td><td>FLAVORZ-FORBIDDEN FRUIT </td><td>1G (0.035oz)</td><td>1A4060300008B7D000006634</td><td>On or after November 4, 2024 </td><td>On or after November 12, 2024 </td></tr><tr><td>Watermelon Splash</td><td>FLAVORZ-WATERMELON SPLASH </td><td>1G (0.035oz)</td><td>1A4060300008B7D000006636</td><td>On or after November 4, 2024 </td><td>On or after November 12, 2024 </td></tr><tr><td>Tropical Punch</td><td>FLAVORZ-TROPICAL PUNCH </td><td>1G (0.035oz)</td><td>1A4060300008B7D000006637 </td><td>On or after November 4, 2024 </td><td>On or after November 12, 2024 </td></tr></tbody></table></figure> | ||
|
||
<h2 class="wp-block-heading">Product photos</h2> | ||
|
||
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex"> | ||
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> | ||
<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://live-testmj-com.pantheonsite.io/wp-content/uploads/2024/12/Forbidden-Fruit-762x1024.jpg" alt="" class="wp-image-21306" height="350"/><figcaption class="wp-element-caption">Forbidden Fruit integrated vaporizer package</figcaption></figure> | ||
</div> | ||
|
||
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> | ||
<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://live-testmj-com.pantheonsite.io/wp-content/uploads/2024/12/Lemon-Berry-768x1024.jpg" alt="" class="wp-image-21307" height="350"/><figcaption class="wp-element-caption">Lemon Berry integrated vaporizer package</figcaption></figure> | ||
</div> | ||
</div> | ||
|
||
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex"> | ||
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> | ||
<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://live-testmj-com.pantheonsite.io/wp-content/uploads/2024/12/Mango-Slushie-768x1024.jpg" alt="" class="wp-image-21308" height="350"/><figcaption class="wp-element-caption">Mango Slushie integrated vaporizer package</figcaption></figure> | ||
</div> | ||
|
||
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> | ||
<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://live-testmj-com.pantheonsite.io/wp-content/uploads/2024/12/Mimosa-768x1024.jpg" alt="" class="wp-image-21309" height="350"/><figcaption class="wp-element-caption">Mimosa integrated vaporizer package</figcaption></figure> | ||
</div> | ||
</div> | ||
|
||
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex"> | ||
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> | ||
<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://live-testmj-com.pantheonsite.io/wp-content/uploads/2024/12/Tropical-Punch-768x1024.jpg" alt="" class="wp-image-21310" height="350"/><figcaption class="wp-element-caption">Tropical Punch integrated vaporizer package</figcaption></figure> | ||
</div> | ||
|
||
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"> | ||
<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://live-testmj-com.pantheonsite.io/wp-content/uploads/2024/12/Watermelon-Splash-768x1024.jpg" alt="" class="wp-image-21311" height="350"/><figcaption class="wp-element-caption">Watermelon Splash integrated vaporizer package</figcaption></figure> | ||
</div> | ||
</div> | ||
|
||
<h2 class="wp-block-heading">What consumers need to know</h2> | ||
|
||
<p>If you purchased this product: </p> | ||
|
||
<ul class="wp-block-list"> | ||
<li>If you are experiencing symptoms or any adverse reactions, contact your physician immediately. </li> | ||
|
||
<li>Check your package for the UID and batch number(s) above. </li> | ||
|
||
<li>If the numbers match, dispose of the product or return it to the retailer for proper disposal.</li> | ||
|
||
<li>Cannabis vape cartridges and cannabis integrated vaporizers must be properly disposed of as hazardous waste at a household hazardous waste facility or other approved facility.</li> | ||
</ul> | ||
|
||
<h2 class="wp-block-heading">What licensees need to know </h2> | ||
|
||
<p>DCC sent notices to all licensees with this product in their inventory with instructions about responding to this recall. Contact our team at <a href="mailto:[email protected]">[email protected]</a> if you have any questions.</p> | ||
|
||
<div class="wp-block-buttons"> | ||
<div class="wp-block-button is-style-outline is-style-outline--332c7dd0dc87e604e2a6e576d31922e5"><a class="wp-block-button__link wp-element-button" href="/resources/cannabis-recalls-and-safety-notices/">View all cannabis recalls</a></div> | ||
</div> | ||
|
||
<style> | ||
.post-date{ | ||
display:none; | ||
} | ||
.pdf-link-icon{ | ||
display:none; | ||
} | ||
</style> | ||
</div></div> |
Oops, something went wrong.