Welcome

04/2024
? 1 min

Welcome to Black Diamond Tactical Inc. your premier destination for high-quality firearms and accessories. Founded in 2020, we have been serving the needs of firearm enthusiasts and professionals alike with our extensive selection, exceptional customer service, and commitment to safety.

At Black Diamond Tactical Inc. we understand the importance of reliability and precision when it comes to firearms. That’s why we handpick each product in our inventory, ensuring that only the finest firearms and accessories make it to our shelves. Whether you’re a seasoned marksman, a law enforcement officer, or a first-time gun owner, we have everything you need to enhance your shooting experience.

Our team consists of passionate firearm experts who are dedicated to providing you with personalized assistance and guidance. We believe in fostering a welcoming and inclusive environment where customers can feel confident and informed about their purchases. Whether you have questions about a specific firearm model, need advice on accessories, or require assistance with firearm maintenance, our knowledgeable staff is here to help.

Share with:
Related posts
More about Firearm
<?php

// Get the current post's categories
$post_categories = get_the_category();

// Find the parent category of the current post's categories
$parent_category = null;
foreach ($post_categories as $category) {
    if ($category->parent == 0) {
        $parent_category = $category;
        break;
    }
}

// Get the children categories of the parent category
if ($parent_category) {
    $args = array(
        'parent' => $parent_category->term_id, // Get children categories of the parent category
        'hide_empty' => 0,                     // Get categories even if they have no posts
    );

    $children_categories = get_categories($args);

    // Prepare an array to hold the children category IDs
    $children_category_ids = array();

    // Loop through each child category and add its ID to the children array
    foreach ($children_categories as $child_category) {
        $children_category_ids[] = $child_category->term_id;
    }

    add_filter('bricks/terms/query_vars', function ($query_vars, $settings, $element_id) use ($children_category_ids) {
        // Get only the children categories of the current post's parent category
        if ($element_id == 'jnniub') {
            $query_vars['include'] = $children_category_ids;
        }
    
        return $query_vars;
    }, 10, 3);
}

?>
Welcome to Black Diamond Tactical, in order to browse our site you must be at least 18 years of age.
Are you at least 18 years old?
No