There is an action that I can use to check if the comment status was changed to "approve" or "hold". It is called wp_set_comment_status. But it does not work for "unspamming" = when changing the status from "spam" to "approve" or "hold".
Is there a way to trigger my function using some other way?
Thank you!