close

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
April 2018
Apr 10 Tue · 20:58
Forums med
Posted a reply to 404, on the site WordPress.org Forums:
I had the same issue - turns out I was missing my .htaccess file. Hope…
December 2017
Dec 06 Wed · 04:49
Forums med
Posted a reply to Add a class (under Display Tab), on the site WordPress.org Forums:
What's the easiest way to share my code? I'm used to doing this through Github
November 2017
Nov 28 Tue · 20:53
Forums med
Created a topic, Works great!, on the site WordPress.org Forums:
Plugin works great. I had a few questions and ideas, a…
Nov 28 Tue · 16:51
Forums med
Posted a reply to Disabled for logged in users, on the site WordPress.org Forums:
Thanks! If ever I get around to adding my plugin to Wordpress.org, I'll be sure…
Nov 28 Tue · 13:15
Forums med
Posted a reply to Disabled for logged in users, on the site WordPress.org Forums:
Having separate field groups works, but isn't really a viable option What I meant about…
Nov 27 Mon · 20:09
Forums med
Posted a reply to entry_saved hook, on the site WordPress.org Forums:
/** * Create entry when form is submitted * * @since 1.0.0 * */ function…
Nov 27 Mon · 20:00
Forums med
Posted a reply to entry_saved hook, on the site WordPress.org Forums:
Correction, I think it would be best to hook into create_entry (not entry_saved)
Nov 27 Mon · 19:57
Forums med
Created a topic, entry_saved hook, on the site WordPress.org Forums:
It'd be great if we could have a hook within entry_sav…
Nov 27 Mon · 17:22
Forums med
Posted a reply to Hook for construct?, on the site WordPress.org Forums:
I just realized it's not so simple - since it's in the constructor, the defaults…
Nov 27 Mon · 02:06
Forums med
Created a topic, Hook for construct?, on the site WordPress.org Forums:
Having just created my 2nd form on a site, I realize I…