Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
October 2019
Oct 28 Mon · 18:16
Forums med
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…
Oct 28 Mon · 16:37
Forums med
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 …
July 2019
Jul 29 Mon · 15:36
Forums med
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…
Jul 15 Mon · 22:26
Forums med
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…