-
Posted a reply to Export Many Thousands of Entries, on the site WordPress.org Forums:
Update: It was because the hosting had a memory limit. They increased the limit and… -
Created a topic, Export Many Thousands of Entries, on the site WordPress.org Forums:
I need a way to export all entries for a form. I have … -
Posted a reply to Unable to delete rows, on the site WordPress.org Forums:
$del_id = implode(‘,’, array_map(‘intval’, array_map( ‘sanitize_text_field’, $_POST[‘del_id’]))); I confirmed that this works at least on… -
Posted a reply to How to maintain/not clear certain field values after submission?, on the site WordPress.org Forums:
You shouldn't be editing plugin files directly. I'd like to see someone come up with…