| 1 |
<?php |
| 2 |
/** |
| 3 |
* Notibar edition flag — LITE variant. |
| 4 |
* |
| 5 |
* Swapped in for includes/edition.php by `release.sh --lite` via the |
| 6 |
* pro-manifest.json "replace" map. Do NOT load directly from the source tree. |
| 7 |
* |
| 8 |
* @package NjtNotificationBar |
| 9 |
*/ |
| 10 |
|
| 11 |
defined( 'ABSPATH' ) || exit; |
| 12 |
|
| 13 |
if ( ! defined( 'NJT_NOFI_IS_PRO' ) ) { |
| 14 |
define( 'NJT_NOFI_IS_PRO', false ); |
| 15 |
} |
| 16 |
|