PluginProbe
Bit Flows: AI Agent Automation & Integrations for Forms, CRM, eCommerce, Google Sheets, and More / 1.8.0
Bit Flows: AI Agent Automation & Integrations for Forms, CRM, eCommerce, Google Sheets, and More v1.8.0
1.29.0 1.28.2 1.28.1 1.28.0 1.27.0 1.26.0 1.25.0 1.24.0 1.23.0 1.22.0 1.22.1 1.21.0 1.20.0 1.19.0 trunk 0.1.0 0.1.1 0.1.3 0.1.4 0.1.5 0.1.7 0.2.0 0.3.0 0.4.0 0.4.1 All 60 releases
bit-pi / bit-pi.php

bit-pi.php in Bit Flows: AI Agent Automation & Integrations for Forms, CRM, eCommerce, Google Sheets, and More 1.8.0, at bit-pi.php

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