]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Cron plugin added and now default queue handler
[quix0rs-gnu-social.git] / EVENTS.txt
index 95763bb56eca4951e0f427c9b612b2d333ab3ce0..fd75036894293bc5d2305f7364f2373d63d0bbfd 100644 (file)
@@ -233,6 +233,10 @@ StartEndHTML: just before the </html> tag
 EndEndHTML: just after the </html> tag
 - $action: action object being shown
 
+FinalAction: After prepare() (and possible handle) in Action class.
+- $status: result of "prepare" call on action
+- $action: Action that is currently running
+
 StartShowDesign: just before showing a site, user, or group design
 - $action: action object being shown