// 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
 
 
 
 
 
 
 
 
 
 

Welcome to KNIVES4AFRICA

Knives4Africa is an online store providing quality custom and mid-tech knives and gear to professionals and enthusiasts alike.

K4A recently acquired theknifeguy.co.nz and all of its stock in the form of fixed blade knives, folding knives and accessories.

We look forward to offering you better service with improved offerings across a broader range at the same low price!

Ask us about price matching.

We will endeavour to match any New Zealand based companies current pricing excluding specials and clearances.

Featured Products

  • Sale!

    Nitecore BLT10 – Running Belt S/M

    Original price was: $50.00.Current price is: $42.50.
  • Sale!

    Nitecore Range Bag NRB10

    Original price was: $130.00.Current price is: $99.90.
  • Nitecore BP20 Backpack

    $120.00
  • Sale!

    Nitecore MP25 Backpack

    Original price was: $250.00.Current price is: $215.00.
  • Sale!

    Execution Beard Care – The CEO

    Original price was: $29.50.Current price is: $19.90.
  • Sale!

    Bestech Heidi (BFK01A)

    Original price was: $143.80.Current price is: $115.00.
  • D3 – Black Dragon Forge

    $350.00

Specials

  • Sale!

    Nitecore NPB2 Cylindrical Powerbank

    Original price was: $95.00.Current price is: $84.90.
  • Sale!

    Nitecore BLT10 – Running Belt L/XL

    Original price was: $50.00.Current price is: $42.50.
  • Sale!

    Nitecore Bandana – Tropical

    Original price was: $10.00.Current price is: $8.50.
  • Sale!

    Nitecore Bandana – Canary Yellow

    Original price was: $10.00.Current price is: $8.50.
  • Sale!

    Nitecore Combat Cap NDH10

    Original price was: $35.00.Current price is: $29.90.
  • Sale!

    Nitecore BLT10 – Running Belt S/M

    Original price was: $50.00.Current price is: $42.50.
  • Sale!

    Nitecore NPP10 Pouch – Black

    Original price was: $20.00.Current price is: $17.50.
  • Sale!

    Nitecore NPP10 Pouch – Camo

    Original price was: $20.00.Current price is: $17.50.
  • Sale!

    Nitecore NPP30 Pouch – Camo

    Original price was: $20.00.Current price is: $17.50.
  • Sale!

    Nitecore NPP50 Pouch – Camo

    Original price was: $25.00.Current price is: $20.00.
  • Sale!

    Nitecore NUP30 Pouch

    Original price was: $55.00.Current price is: $47.50.
  • Sale!

    Nitecore NUP20 Pouch

    Original price was: $48.00.Current price is: $39.90.
  • Sale!

    Nitecore NUP10 Pouch

    Original price was: $50.00.Current price is: $42.50.
  • Sale!

    Nitecore Range Bag NRB10

    Original price was: $130.00.Current price is: $99.90.
  • Sale!

    Nitecore NTC10

    Original price was: $50.00.Current price is: $42.50.
  • Sale!

    Nitecore MP25 Backpack

    Original price was: $250.00.Current price is: $215.00.
  • Sale!

    Nitecore MP20 Backpack

    Original price was: $215.00.Current price is: $185.00.
  • Sale!

    Nitecore NEB10 bag

    Original price was: $90.00.Current price is: $77.50.
  • Sale!

    Nitecore TIP SE

    Original price was: $50.00.Current price is: $39.90.
  • Sale!

    Nitecore NL1835 HP 8A battery

    Original price was: $43.50.Current price is: $34.90.

Flag Counter
0