Profiles

Badges

CODE
1 badge
Core Contributor '25

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

WordPress releases

Contributed to 1 release
  • 6.8

Contributions

Type
May 2020
May 17 Sun · 16:37
Forums med
Posted a reply to CF7 prints a “0” after ajax submit, on the site WordPress.org Forums:
$('form.wpcf7-form').each(function() { var action = $(this).attr('action'); action = action.substring(action.indexOf('#')); $(this).attr('action', action); wpcf7.initForm($(this)); });