• Resolved piccart

    (@piccart)


    Hello! thanks for this plugin!

    I need to fire some logic just after the static site has been generated.

    I see within the code there is an action hook before the process starts:
    ss_before_static_export

    but it seems we don’t have hooks at the end of the process…

    is it possible to add one? Or maybe one for successful export and one for failed export?

    Or is there any other way I could fire some logic when the process is finished?

    thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • Plugin Author patrickposner

    (@patrickposner)

    Hey @piccart,

    thanks for your message!

    There is a hook that gets fired once the static export is finished.

    It’s called “ss_after_cleanup” and doesn’t require any arguments and gets triggered once the static export is finished and the temporary files are deleted.

    Best regards,
    Patrick

Viewing 1 replies (of 1 total)
  • The topic ‘Hook some action AFTER the export’ is closed to new replies.