PluginProbe
Advanced Custom Fields: Extended / 0.8.7.3
Advanced Custom Fields: Extended v0.8.7.3
0.9.2.7 0.9.2.6 0.9.2.5 0.8.6 0.8.6.1 0.8.6.3 0.8.6.5 0.8.6.6 0.8.6.7 0.8.6.8 0.8.6.9 0.8.7 0.8.7.1 0.8.7.2 0.8.7.3 0.8.7.4 0.8.7.5 0.8.7.6 0.8.8 0.8.8.1 0.8.8.10 0.8.8.11 0.8.8.2 0.8.8.3 0.8.8.4 All 92 releases
acf-extended / includes / modules / dynamic-form.php
dynamic-form.php
18 lines 581 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 if(!defined('ABSPATH'))
4 exit;
5
6 acfe_include('includes/modules/form/form-front.php');
7
8 // Check setting
9 if(!acf_get_setting('acfe/modules/dynamic_forms'))
10 return;
11
12 acfe_include('includes/modules/form/admin.php');
13 acfe_include('includes/modules/form/field-group.php');
14 acfe_include('includes/modules/form/actions/custom.php');
15 acfe_include('includes/modules/form/actions/email.php');
16 acfe_include('includes/modules/form/actions/post.php');
17 acfe_include('includes/modules/form/actions/term.php');
18 acfe_include('includes/modules/form/actions/user.php');