Hook on changed custom field

In a plugin I want to run some code when a specific topic custom field changes. However, it seems that add_model_callback does not work because the code bypasses ActiveRecord and writes to the database directly.

Does anyone know the best way to accomplish this?

1 Like