When I get the array back from the gform_post_submission hook, is the data sanitized, or tainted?
I'm assuming it's clean, post-processed by gravity.
When I get the array back from the gform_post_submission hook, is the data sanitized, or tainted?
I'm assuming it's clean, post-processed by gravity.
The $entry array available in the gform_post_submission is the same exact data that is stored in the database, so yes, it is post-processed and clean.