I want to do some validation and duplicate checking on each record being considered for import, and trigger events accordingly (abort the import, send an email, etc).
Which hook is the best place to do this?
Thanks much.
I want to do some validation and duplicate checking on each record being considered for import, and trigger events accordingly (abort the import, send an email, etc).
Which hook is the best place to do this?
Thanks much.
Comments
Comment #1
robert castelo commentedhook_user_import_data() probably best place.