Table of Contents
Description #
This is a smart background action to process jobs like integration data pushing.
/*
* Source Action
*/
do_action('fluentform_maybe_scheduled_jobs');
Usage #
add_action('fluentform_maybe_scheduled_jobs', 'custom_function', 10, 0);
function custom_function()
{
// Do your stuff here
}
Source Code #
This filter is located in fluentform/app/Global/Common.php