Description
This action runs before rendering any addon page , for example PDF addon.
Usage
add_action('fluentform/addons_page_render_{$current_menu_item}', function() {
}, 10, 0);
1
2
3
Note: $current_menu_item is dynamic addon item. Replace $current_menu_item with your addon menu item key.
Reference
do_action('fluentform/addons_page_render_' . $current_menu_item);
This hook is located in fluentform/app/Views/admin/addons/index.php.