quform_pre_resend_notifications

This hook is run once before any notifications are re-sent (from the View Entry page).

quform_pre_resend_notifications

Example

1
2
3
add_action('quform_pre_resend_notifications', function (Quform_Form $form, array $entry) {
    // Custom code
}, 10, 2);
add_action('quform_pre_resend_notifications', function (Quform_Form $form, array $entry) {
    // Custom code
}, 10, 2);

Parameters

  • $formQuform_Form – the form instance
  • $entryarray – the entry data (excluding form values – they are accessible from the $form instance)

Accessing form data

See Getting form values

Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy