In a highly regulated space like cannabis, there is no room for error. Ensure your business meets state and local regulatory requirements with a managed compliance solution. Working with a compliance partner who understands the industry is essential for every cannabis brand, whether you’re a retailer, producer, testing lab, vertically-integrated provider, or other plant-touching business. Browse qualified compliance services below:
Featured Listings:
‘business’,
‘posts_per_page’ => -1,
‘order’ => ‘DESC’,
‘orderby’ => ‘rand’,
‘tax_query’ => array(
‘relation’ => ‘AND’,
array(
‘taxonomy’ => ‘service’,
‘field’ => ‘slug’,
‘terms’ => ‘premium’
),
array(
‘taxonomy’ => ‘service’,
‘field’ => ‘slug’,
‘terms’ => array(‘exclusive’, $catslug),
‘operator’ => ‘IN’
)
)
);
$query = new WP_Query($args);
if ($query->have_posts()):
while ($query->have_posts()): $query->the_post(); ?>