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
May 2020
May 28 Thu · 15:54
Forums med
Posted a reply to Does not update tags on member list., on the site WordPress.org Forums:
Any news about this feature? Any work around at the moment? I need to update…
May 04 Mon · 19:11
Forums med
Posted a reply to Contact Form 7 send addtional fields to mailchimp, on the site WordPress.org Forums:
Solved! add_filter( 'mc4wp_user_sync_subscriber_data', function( $subscriber, $user ) { $subscriber->merge_fields['MY_FIELD'] = $user->field_name; return $subscriber; }, 10,…
May 04 Mon · 18:52
Forums med
Created a topic, Contact Form 7 send fields to mailchimp, on the site WordPress.org Forums:
Hello, I'm using contact form 7, and I'm trying to se…