Table of Contents
Description #
This action runs before rendering the export import page container.
/*
* Source Action
*/
do_action('fluentform_before_export_import_container');
Usage #
add_action('fluentform_before_export_import_container', function ()
{
// Do your stuffs here
}, 10, 0);
This code should be placed in the functions.php file of your active theme.
Source Code #
This hook is located in /fluentform/resources/views/admin/transfer/index.php