PluginProbe
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder / 2.15.3
Bit Form – Contact Form, Payment Forms, Multi Step Forms, Calculator & Custom Form Builder v2.15.3
3.3.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 All 138 releases
← All changes | views/view-root.php +4 -9 3.2.22.15.3 View file →
@@ -1,14 +1,9 @@
1 -<?php
2 -// This file is included via require_once inside Admin_Bar::RootPage(); $logoUrl is in that method's local scope, not global namespace.
3 -if (!defined('ABSPATH')) {
1 +<?php if (!defined('ABSPATH') && !defined('BITFORMS_ASSET_URI')) {
4 2 exit;
5 3 }
6 -if (!defined('BITFORMS_ASSET_URI')) {
7 - exit;
8 -}
9 4
10 -$logoUrl = BITFORMS_ASSET_URI . '/logo-black.svg';
5 +$logoUrl = BITFORMS_ASSET_URI . '/logo.svg';
11 6
12 7 ?>
13 8
14 9 <noscript>You need to enable JavaScript to run this app.</noscript>
@@ -22,9 +17,8 @@
22 17 }
23 18
24 19 .__root-logo {
25 20 margin-inline: auto;
26 - border-radius: 8px;
27 21 }
28 22
29 23 .__root-title {
30 24 color: white;
@@ -47,5 +41,6 @@
47 41 backgroundColor
48 42 } = window.getComputedStyle(document.querySelector('#wpadminbar'))
49 43 document.querySelector('#wpbody').style.backgroundColor = backgroundColor
50 44 document.querySelector('#wpcontent').style.paddingLeft = 0
51 -</script>
45 +</script>
46 +<script defer type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/xlsx/0.16.8/xlsx.full.min.js"></script>