Re-sending E-mails after editing entries via Listings for WordPress
The code example will make it possible to re-send the Admin and or Confirmation E-mails after an entry has been edited or updated via the table view (Listings Add-on) on your WordPress site.
Send Admin email or Confirmation Email again after editing an entry via the Listings Add-on. In the below code example we changed the send
and confirm
to yes. That way when you edit an entry in the table view on your WordPress site it will trigger the emails again.
You can add the below code into your child theme functions.php file.
PreviousTrim values of fieldsNextCombine multiple field values into one column on Contact Entries page
Last updated