PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 2.9.1
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v2.9.1
V-3.3.0 3.2.2 3.2.1 3.2.0 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 V3.0.3 V3.0.2 -3.0.1 V_3.0.0 1.1.1 1.1.8 1.2 1.3 1.4 1.4.18 1.5.2 1.9 2.0 2.10.0 2.10.1 2.10.2 All 137 releases
← All changes | includes/loader.php +2 -1 2.02.9.1 View file →
@@ -15,12 +15,13 @@
15 15 define('BITFORMS_UPLOAD_DIR', $bitformsUploadBaseDir . DIRECTORY_SEPARATOR . 'uploads');
16 16 define('BITFORMS_CONTENT_DIR', $bitformsUploadBaseDir);
17 17 define('BITFORMS_ROOT_URI', set_url_scheme(plugins_url('', BITFORMS_PLUGIN_MAIN_FILE), $scheme));
18 18 define('BITFORMS_ASSET_URI', BITFORMS_ROOT_URI . '/assets');
19 -define('BITFORMS_ASSET_JS_URI', BIT_DEV_URL ? BIT_DEV_URL : BITFORMS_ROOT_URI . '/assets/js');
19 +define('BITFORMS_ASSET_JS_URI', BIT_DEV_URL ? BIT_DEV_URL : BITFORMS_ROOT_URI . '/assets');
20 20 define('BITFORMS_ASSET_FRNT_JS_URI', BITFORMS_ROOT_URI . '/assets');
21 21 define('BITFORMS_UPLOAD_BASE_URL', $wpUploadBaseURL . '/bitforms');
22 22 define('BITFORMS_BF_SEPARATOR', '__bf__');
23 +define('BITFORMS_PREFIX', 'bitforms_');
23 24
24 25 // Autoload vendor files.
25 26 require_once BITFORMS_PLUGIN_DIR_PATH . 'vendor/autoload.php';
26 27 // Initialize the plugin.