- added a reinit function for acf fields after form validation

- added a plugin version of the modal patch for form builder
This commit is contained in:
asus
2024-03-03 21:48:39 +01:00
parent 483c02a4c6
commit cf9a020162
8 changed files with 67 additions and 7 deletions

View File

@@ -38,13 +38,14 @@ include_once(PLGNTLS_class::get_path() . 'php/admin_menu/example_menu.php');
include_once(PLGNTLS_class::get_path() . 'php/paypal/paypal.php');
include_once(PLGNTLS_class::get_path() . '/php/user_infos.php');
//include_once(PLGNTLS_class::get_path() . '/php/hide_admin.php');
include_once(PLGNTLS_class::get_path() . '/php/hide_admin.php');
//include_once(PLGNTLS_class::get_path() . '/php/menus.php');
include_once(PLGNTLS_class::get_path() . 'php/register_partenaires.php');
include_once(PLGNTLS_class::get_path() . 'php/redirections.php');
include_once(PLGNTLS_class::get_path() . 'php/author_restriction.php');
include_once(PLGNTLS_class::get_path() . 'php/reinit_acf_fields.php');
include_once(PLGNTLS_class::get_path() . 'php/form_builder_patch/form_builder.php');