Action after database save
-
I’m adding a custom logger (a class extending
WSAL_AbstractLogger
) to run after the database logger and save the data another way. It would be helpful to be able to capture the database ID that was generated. Would it be possible to get an action hook added at the end ofWSAL_Loggers_Database::Log()
, providing theWSAL_DB_Occurrence
instance? Something like:do_action('wsal_db_saved', $occ);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Action after database save’ is closed to new replies.