PluginProbe
Kali Forms — Contact Form & Drag-and-Drop Builder / 2.4.24
Kali Forms — Contact Form & Drag-and-Drop Builder v2.4.24
2.4.24 2.4.23 2.4.22 2.4.21 2.4.20 2.4.19 2.4.18 2.4.17 2.4.15 2.4.16 2.4.14 2.3.52 2.3.53 2.4.0 2.4.1 2.4.10 2.4.11 2.4.13 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 All 29 releases
kali-forms / bootstrap.php

bootstrap.php in Kali Forms — Contact Form & Drag-and-Drop Builder 2.4.24, at bootstrap.php

19 lines 594 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'ABSPATH' ) ) {
3 exit;
4 }
5 require_once 'autoloader.php';
6
7 /**
8 *
9 * Plugin defines
10 *
11 */
12 define( 'KALIFORMS_BASE', plugin_dir_path( __FILE__ ) );
13 define( 'KALIFORMS_URL', plugin_dir_url( __FILE__ ) . 'public/' );
14 define( 'KALIFORMS_SITE', rtrim( ABSPATH, '\\/' ) );
15 define( 'KALIFORMS_BASE_API', 'https://www.kaliforms.com/wp-json/wp/v2/' );
16 define( 'KALIFORMS_EXTENSIONS_API', 'https://kaliforms.com/wp-json/kf/v1/plugins' );
17 define( 'KALIFORMS_UNINSTALL_FEEDBACK_API', 'https://kaliforms.com/wp-json/kf/v1/uninstall-feedback' );
18 define( 'KALIFORMS_VERSION', '2.4.24' );
19