I'm using save_field_value and get_field_value to encrypt and decrypt certain fields.
But I noticed that get_field_value is not called when you use the 'export form entries' method... which means my data is not decrypted.
Is there an alternative solution? Can I hook into the start_export method? Please advise.
Thanks.