PluginProbe
Bit Social – Social Media Auto Poster and Scheduler / 1.18.0
Bit Social – Social Media Auto Poster and Scheduler v1.18.0
1.18.0 1.17.1 1.17.0 1.16.0 1.15.3 1.15.2 1.15.1 1.15.0 1.14.0 1.13.10 1.13.9 trunk 0.1.0 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 All 106 releases
bit-social / bit-social.php

bit-social.php in Bit Social – Social Media Auto Poster and Scheduler 1.18.0, at bit-social.php

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