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 action is located in fluentform/boot/globals.php