Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This hook is triggered immediately after importing an XML form, allowing you to make any changes to the form that was just imported, if needed, or perform other actions.
Usage
add_action('frm_after_import_form', 'function_name', 10, 2);
Parameters
- $new_form_id (int)
- $old_form (array)
Examples
There are currently no examples for this hook.