Brent Shepherd

Results 49 comments of Brent Shepherd

@DaveHamilton yeah unfortunately I think you'll need to do something like that. You can create additional code to add the first order during or after the import with the `wcs_create_renewal_order()`...

@tnorthcutt if you submit a PR with those changes, I will get it reviewed & merged it to help others. :)

> Generate (at the very least) an initial order for imported subscriptions by having it as an option on the front page (or even per CSV row to not slow...

> Can you let me know what you need in order to look into this? Hey @joshmbedford, depending on your skill level, to fix that functionality you can either: 1....

@johnbillion we are using `htmlspecialchars()` one one occasion instead `esc_*()` because of the issue detailed here: https://github.com/woocommerce/woocommerce/issues/9287 And much more briefly summarised as `esc_attr does not double encode` here: https://github.com/woocommerce/woocommerce/commit/cf54ea8fc055e079dc956889700af1c7cf614246

I would definitely review and most likely accept an OO version. I'm going to do it myself in the near future though, simply due to time constraints. The original code...

Nathan, it's so nice to see SC start to get some of the TLC it deserves. The code is looking so much nicer. I really look forwarding to merging that...

@DeanMarkTaylor I don't use it on any sites anymore and don't give it the love it deserves. If you or @Naatan would like to take ownership of it, let me...

> which is otherwise initialized via `add_action( 'plugins_loaded', 'cxli', 11 );` Hrm, is it possible that plugin/priority is the issue? I find it unlikely, but because ASHV initiates additional queues...

> if my cron is WP-CLI-only, is there a way to not go through admin-ajax at all? I you're cron is WP CLI only, I'd recommend making your [Action Scheduler...