close

Profiles

Badges

POLYGLOTS
2 badges
Translation Contributor '20 Translation Editor '20

Recent impact

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

Last 30 days
3contributions
high0
medium3
score3
Last 90 days
4contributions
high1
medium3
score6
Last 12 months
12contributions
high1
medium11
score14

Contributions

Type
July 2026
Jul 18 Sat · 20:36
Forums med
Posted a reply to Critical React Error #299 after updating to v1.6.6/1.6.7, on the site WordPress.org Forums:
Hi, Thank you for the follow-up and for releasing version 1.6.8. I updated the plugin…
Jul 16 Thu · 08:38
Forums med
Posted a reply to Critical React Error #299 after updating to v1.6.6/1.6.7, on the site WordPress.org Forums:
Hi, I tested this again in a minimal setup with all plugins deactivated except WooCommerce…
Jul 13 Mon · 19:58
Forums med
Created a topic, Critical React Error #299 after updating to v1.6.6/1.6.7, on the site WordPress.org Forums:
Subject: Critical React Error #299 after updating to v…
June 2026
Jun 19 Fri · 00:32
Polyglots high
Translated 19 strings on translate.wordpress.org.
January 2026
Jan 07 Wed · 12:14
Forums med
Created a topic, Creating a plugin disruption on some pages, on the site WordPress.org Forums:
Hello. The plugin in the WordPress dashboard has a big…
November 2025
Nov 03 Mon · 20:08
Forums med
Created a topic, Issue: Filter still showing attribute terms with no in-stock variations, on the site WordPress.org Forums:
Subject: Issue: Filter still showing attribute terms w…
Nov 03 Mon · 18:50
Forums med
Posted a reply to Preventing all empty terms from being displayed, on the site WordPress.org Forums:
Resolved.... Thank you Dear Dara
Nov 02 Sun · 17:17
Forums med
Posted a reply to Preventing all empty terms from being displayed, on the site WordPress.org Forums:
Yes, it worked this time: My mistake was that I didn't understand your instructions correctly…
Nov 01 Sat · 19:08
Forums med
Posted a reply to Preventing all empty terms from being displayed, on the site WordPress.org Forums:
add_filter( 'bpfwe/get_terms_args/filter-078eb68', function( $args, $widget ) {if ( empty( $args['taxonomy'] ) ) return $args; $taxonomy…
Nov 01 Sat · 19:07
Forums med
Posted a reply to Preventing all empty terms from being displayed, on the site WordPress.org Forums:
Hi Dear Dara> The code did not work add_filter( 'bpfwe/get_terms_args/my_filter', function( $args, $widget ) {…