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 2022
Feb 14 Mon · 21:18
Forums med
Posted a reply to Custom Email Triggering Twice, on the site WordPress.org Forums:
It turns out I had another return clause in my functions file where I was…
Feb 14 Mon · 17:07
Forums med
Posted a reply to Custom Email Triggering Twice, on the site WordPress.org Forums:
I'd been basing a lot of my class file on the files in woocommerce/includes/emails ,…
Feb 14 Mon · 00:13
Forums med
Posted a reply to Custom Email Triggering Twice, on the site WordPress.org Forums:
Ok, so I actually managed to fix it myself, but I'm not sure if my…
Feb 14 Mon · 00:13
Forums med
Posted a reply to WooCommerce Email Triggering Twice, on the site WordPress.org Forums:
Ok, so I actually managed to fix it myself, but I'm not sure if my…
Feb 13 Sun · 22:16
Forums med
Created a topic, WooCommerce Email Triggering Twice, on the site WordPress.org Forums:
Hi folks, Asked this in the main WordPress forums and…
Feb 12 Sat · 21:18
Forums med
Posted a reply to Custom Email Triggering Twice, on the site WordPress.org Forums:
Sure thing, thanks very much for pointing me in that direction; I'm trying to test…
Feb 10 Thu · 19:58
Forums med
Created a topic, Custom Email Triggering Twice, on the site WordPress.org Forums:
Hi folks, I'm in the middle of developing a custom pl…
Feb 07 Mon · 14:24
Forums med
Posted a reply to Custom Email not Getting Template, on the site WordPress.org Forums:
That's it working now, thanks so much for your help – I suspected it'd be…
Feb 07 Mon · 14:15
Forums med
Posted a reply to Custom Email not Getting Template, on the site WordPress.org Forums:
public function get_content_html() { return wc_get_template_html( $this->template_html, array( 'order' => $this->object, 'email_heading' => $this->get_heading(), 'additional_content'…
Feb 07 Mon · 13:29
Forums med
Posted a reply to Custom Email not Getting Template, on the site WordPress.org Forums:
public function __construct() { // Unique ID for custom email $this->id = 'foundry_code_email'; // Is…