Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author nuggetsol

    (@nuggetsol)

    Currently, the free version doesn’t have the hooks which come with the “pro” version.

    I will add these hooks to the “free” version as well, so that you can use them to do some custom actions like the one you described.

    Essentially, I will add the following hooks
    a) owf_submit_to_workflow
    b) owf_step_sign_off
    c) owf_workflow_complete

    For now, you can download the history report to see who has signed off.

    Plugin Author nuggetsol

    (@nuggetsol)

    I released a new version of the plugin which has the above hooks.

    You will be able to use the above hooks to do any custom actions including sending an email.

    Hope that helps.

    Thread Starter apkajanu

    (@apkajanu)

    Alright.. I am not a full developer can you paste a code snippet about using those hooks and where?

    Thread Starter apkajanu

    (@apkajanu)

    Any update? Which file should i edit for the above?

    Plugin Author nuggetsol

    (@nuggetsol)

    Essentially, you will need to create a custom plugin where you will be able to use these hooks and add custom code.

    You will use “add_action()” to call this hook and add a function which does the custom job.

    You might want to work with a wordpress developer to be able to add some custom code.

    Do not edit any of the plugin code files, since they will get overridden with the next update. Instead create your own little plugin and add the customization using the hook.

    Thread Starter apkajanu

    (@apkajanu)

    Okey great. Thanks your support is brilliant.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Admin Email’ is closed to new replies.