<?php

if (! defined('ABSPATH')) {
    exit;
}

/**
 * Plugin Name: Bit Social
 * Plugin URI:  https://bitapps.pro/bit-social
 * Description: Blog to Social Media Auto Post Scheduler and Publisher
 * Version:     1.16.0
 * Author:      Bit Social Auto Poster & Scheduler - by Bit Apps
 * Author URI:  https://bitapps.pro
 * Text Domain: bit-social
 * Requires PHP: 7.4
 * Requires WP: 5.1
 * Domain Path: /languages
 * License: GPLv2 or later
 */
require_once plugin_dir_path(__FILE__) . 'backend/bootstrap.php';
