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
February 2021
Feb 19 Fri · 14:14
Forums med
Created a topic, Fails at times for no apparent reason, on the site WordPress.org Forums:
Multiple users are not allowed to login getting the er…
August 2020
Aug 13 Thu · 07:33
Forums med
Posted a reply to Error: This site requires a verified email address, on the site WordPress.org Forums:
Anyone?
Aug 05 Wed · 11:46
Forums med
Created a topic, Error: This site requires a verified email address, on the site WordPress.org Forums:
Even though the settings in the Oauth WordPress admin …
April 2018
Apr 26 Thu · 06:48
Forums med
Created a topic, Multisite: don’t add user to installation on login!, on the site WordPress.org Forums:
In your process_login() you automatically add a user t…
July 2017
Jul 04 Tue · 07:15
Forums med
Posted a reply to “Order properties should not be accessed directly, on the site WordPress.org Forums:
Update: This problem only occurs if I run the $order->get_items() ( or $order->get_data() ), in…
Jul 04 Tue · 06:36
Forums med
Created a topic, email_instructions error messages, on the site WordPress.org Forums:
The function email_instructions() is generating severa…
Jul 04 Tue · 06:27
Forums med
Posted a reply to “Order properties should not be accessed directly, on the site WordPress.org Forums:
Ok this is weird... removed the entire function which generated the error messages. But still…
Jul 03 Mon · 15:11
Forums med
Posted a reply to “Order properties should not be accessed directly, on the site WordPress.org Forums:
Hms...yeah found that and replaced. Seems there is also a referance to $order->payment_status which I'm…
Jul 03 Mon · 12:45
Forums med
Posted a reply to “Order properties should not be accessed directly, on the site WordPress.org Forums:
Hey, thanks for your quick reply. My code currently: if( !$order = wc_get_order( $order_id )…
Jul 03 Mon · 10:25
Forums med
Created a topic, “Order properties should not be accessed directly, on the site WordPress.org Forums:
I'm having some issues when trying to access the line-…