PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Grid & Styler For Contact Form 7 And Divi
/
1.7.1
Grid & Styler For Contact Form 7 And Divi
v1.7.1
Switch version
trunk
1.0.2
1.1.0
1.2.0
1.2.1
1.2.2
1.3.0
1.4.1
1.4.2
1.5.2
1.6.0
1.6.1
1.7.0
1.7.1
2.1.0
2.1.1
Overview
Code
Analysis
cf7-grid-and-styler-for-divi
/
includes
/
loader.js
cf7-grid-and-styler-for-divi
/
includes
Last commit date
classes
1 year ago
modules
1 year ago
WptCf7Divi.php
1 year ago
loader.js
1 year ago
loader.php
1 year ago
loader.js
10 lines
1
//
External Dependencies
2
import
$
from
'
jquery
'
;
3
4
//
Internal Dependencies
5
import
modules
from
'
./modules
'
;
6
7
$
(
window
)
.
on
(
'
et_builder_api_ready
'
,
(
event
,
API
)
=>
{
8
API
.
registerModules
(
modules
)
;
9
}
)
;
10