8 lines
295 B
PHP
8 lines
295 B
PHP
|
<?php
|
||
|
|
||
|
define('BDP_LV_PLUGIN_SLUG', 'bdp-kompass');
|
||
|
define('BDP_LV_STARTUP_FILE', WP_PLUGIN_DIR . '/' . BDP_LV_PLUGIN_SLUG . '/' . BDP_LV_PLUGIN_SLUG . '.php');
|
||
|
|
||
|
define('BDP_LV_PLUGIN_DIR', plugin_dir_path(BDP_LV_STARTUP_FILE));
|
||
|
define('BDP_LV_PLUGIN_URL', plugin_dir_url(BDP_LV_STARTUP_FILE));
|