| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* @copyright 2025 Bit Apps |
| 5 |
* |
| 6 |
* Plugin Name: Bit Flows |
| 7 |
* Plugin URI: https://bitapps.pro/bit-flows |
| 8 |
* Description: Integrates with other platform |
| 9 |
* Version: 1.9.0 |
| 10 |
* Author: Bit Apps |
| 11 |
* Author URI: https://bitapps.pro |
| 12 |
* Text Domain: bit-pi |
| 13 |
* Requires PHP: 7.4 |
| 14 |
* Requires WP: 5.0 |
| 15 |
* Domain Path: /languages |
| 16 |
* License: GPL-2.0-or-later |
| 17 |
* |
| 18 |
* Copyright (c) 2025 Bit Apps |
| 19 |
*/ |
| 20 |
if (!defined('ABSPATH')) { |
| 21 |
exit; |
| 22 |
} // Exit if accessed directly |
| 23 |
|
| 24 |
require_once plugin_dir_path(__FILE__) . 'backend/bootstrap.php'; |
| 25 |
|