I want to use the gform_after_submission action to insert posts into the wordpress database (wp_insert_post) I am wondering I have to do some safety checks before passing the values? Or GF will take care of escaping, sanitizing, etc?
I want to use the gform_after_submission action to insert posts into the wordpress database (wp_insert_post) I am wondering I have to do some safety checks before passing the values? Or GF will take care of escaping, sanitizing, etc?