// 1. Defer selected scripts by handle (safe implementation)
function safe_defer_scripts($tag, $handle, $src) {
$defer_list = ['navigation-js', 'filters-js']; // Adjust these handles to your own
if (in_array($handle, $defer_list)) {
return str_replace(' src', ' defer src', $tag);
}
return $tag;
}
add_filter('script_loader_tag', 'safe_defer_scripts', 10, 3);
// 2. Preload Google Fonts safely via WordPress hooks
function preload_google_fonts_resource_hints($urls, $relation_type) {
if ('preconnect' === $relation_type) {
$urls[] = [
'href' => 'https://fonts.googleapis.com',
'crossorigin' => true,
];
$urls[] = [
'href' => 'https://fonts.gstatic.com',
'crossorigin' => true,
];
}
return $urls;
}
add_filter('wp_resource_hints', 'preload_google_fonts_resource_hints', 10, 2);
// 3. Enqueue the main stylesheet (non-blocking)
function enqueue_async_main_style() {
wp_enqueue_style(
'main-style',
get_stylesheet_uri(),
[],
wp_get_theme()->get('Version')
);
}
add_action('wp_enqueue_scripts', 'enqueue_async_main_style');
// 4. Native lazy loading is built into WordPress 5.5+
// Use this fallback ONLY if absolutely needed for older content:
function force_lazy_loading_on_images($content) {
$pattern = '/
]*loading=)([^>]+?)>/i';
$replacement = '
';
return preg_replace($pattern, $replacement, $content);
}
// Uncomment the next line to activate fallback lazy loading:
// add_filter('the_content', 'force_lazy_loading_on_images');
Skip to main content
-
A Olivier Model B
$438.00
-
Sale!
A Olivier Model E
$445.00 Original price was: $445.00.$399.00Current price is: $399.00.
-
A Olivier Model F
$399.00
-
Sale!
A Olivier Model G
$438.00 Original price was: $438.00.$399.00Current price is: $399.00.
-
A Olivier Model G Ironwood
$438.00
-
ADV Megapoon fixed blade OD Green
$475.00
-
Arno Bernard Cheetah with Giraffe bone 2102BV
$525.00
-
Arno Bernard Kudu with Giraffe bone 3402BV
$452.07
-
Arno Bernard Meerkat with Giraffe bone 5202BV
$227.15
-
Arno Bernard Meerkat with Warthog Tusk 5201BV
$265.25
-
Arno Bernard Squirrel with Warthog Tusk 5401BV
$265.25
-
Arno Bernard Squirrel with Wild Olive 5415BV
$199.00
-
Arno Bernard Wild Dog with Sheep Horn 4404BV
$379.53
-
Sale!
Bestech Heidi (BFK01A)
$143.80 Original price was: $143.80.$115.00Current price is: $115.00.
-
Sale!
Bestech Heidi (BFK01B)
$143.80 Original price was: $143.80.$115.00Current price is: $115.00.
-
D3 – Black Dragon Forge
$350.00
-
D4 – Black Dragon Forge 2
$350.00
-
Nkosi Hunter H1 Buffalo Portrait
$385.00
-
Nkosi Hunter H2 Lioness and cub
$420.00
-
Sale!
Nkosi Hunter H2 Pangolin
$420.00 Original price was: $420.00.$389.00Current price is: $389.00.
-
Sale!
Nkosi Hunter H2 roaring Lion
$420.00 Original price was: $420.00.$389.00Current price is: $389.00.
-
PSR Knives Bowie
$300.00
-
PSR Knives BT1
$216.00
-
Sale!
PSR Knives H2 Hunter Giraffe
$311.00 Original price was: $311.00.$249.00Current price is: $249.00.
-
PSR Knives H4 Hunter Giraffe
$311.00
-
PSR Knives HG1
$224.00
0