• Resolved elektrobank

    (@elektrobank)


    How can I call a function when a row has been processed? Is there a hook I can tap into that will tell me every time a row has been processed and then I can just check the remaining jobs each time? Or a hook that will tell me when all the rows are processed for a specific group? Where does one find a list of all the hooks and filters available? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • How can I call a function when a row has been processed? Is there a hook I can tap into that will tell me every time a row has been processed and then I can just check the remaining jobs each time?

    @elektrobank The action_scheduler_after_execute action is likely your best option. (Note: there are also actions available if the scheduled action failed execution or validation.)

    Or a hook that will tell me when all the rows are processed for a specific group?

    I do not think that is available; action_scheduler_after_process_queue action would be your closest option.

    Where does one find a list of all the hooks and filters available?

    There does not appear to be documentation on all of the hooks and filters, though you can search the plugin’s codebase for do_action and apply_filters.

    Thread Starter elektrobank

    (@elektrobank)

    Thanks that should work

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Completion/progress hooks?’ is closed to new replies.