Table of Contents
Description #
This action fires before rendering the payment entries.
/*
* Source Action
*/
do_action('flunetform_render_payment_entries');
Usage #
add_action('flunetform_render_payment_entries', 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 /fluentformpro/src/Payments/Classes/PaymentEntries.php