From b5112ab12e210c47ddb7b9af51c86e94c75f0d3f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20G=C3=BCnther?=
Date: Sat, 30 Dec 2023 14:32:43 +0100
Subject: [PATCH] Basic release
---
bdp-kompass.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/bdp-kompass.php b/bdp-kompass.php
index aa29d97..8a91410 100644
--- a/bdp-kompass.php
+++ b/bdp-kompass.php
@@ -15,6 +15,7 @@
use Bdp\Modules\Security\Security;
use Bdp\Modules\Seo\Seo;
+
define('BDP_LV_PLUGIN_DIR', ABSPATH . '/wp-content/plugins/bdp-kompass/');
define('BDP_LV_PLUGIN_URL', plugin_dir_url(__FILE__));
define('BDP_LV_PLUGIN_SLUG', 'bdp-kompass');