PluginProbe
Notibar – Notification Bar for WordPress / trunk
Notibar – Notification Bar for WordPress vtrunk
3.2.2 3.2.1.1 3.2.1 3.1.5 3.1.4 3.1.1 3.1.0 trunk 1.9.2 1.9.3 2.0 2.1.1 2.1.4 2.1.5 2.1.6 2.1.8 2.1.9
notibar / includes / edition.php

edition.php in Notibar – Notification Bar for WordPress trunk, at includes/edition.php

16 lines 353 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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