| 1 |
<?php |
| 2 |
|
| 3 |
if (! defined('ABSPATH')) { |
| 4 |
exit; |
| 5 |
} |
| 6 |
|
| 7 |
/** |
| 8 |
* Plugin Name: Bit Social |
| 9 |
* Plugin URI: https://bitapps.pro/bit-social |
| 10 |
* Description: Blog to Social Media Auto Post Scheduler and Publisher |
| 11 |
* Version: 1.18.0 |
| 12 |
* Author: Bit Social Auto Poster & Scheduler - by Bit Apps |
| 13 |
* Author URI: https://bitapps.pro |
| 14 |
* Text Domain: bit-social |
| 15 |
* Requires PHP: 7.4 |
| 16 |
* Requires WP: 5.1 |
| 17 |
* Domain Path: /languages |
| 18 |
* License: GPLv2 or later |
| 19 |
*/ |
| 20 |
require_once plugin_dir_path(__FILE__) . 'backend/bootstrap.php'; |
| 21 |
|