Steve Grunwell
@stevegrunwell on WordPress.org and Slack
- Member Since: September 28th, 2010
- Location: Bowling Green, OH
- Website: stevegrunwell.com
- GitHub: stevegrunwell
- Job Title: Staff Software Engineer
- Employer: Mailchimp
Contribution History
Steve Grunwell’s badges:- Core Contributor
- Documentation Contributor
- Plugin Developer
- Translation Contributor
- WordCamp Speaker
-
Posted a reply to Wordfence reports that this plugin appears to be abandoned, on the site WordPress.org Forums:
@funex Thank you for the heads up, I've tested + bumped the value for WordPress… -
Committed [3011615] to Plugins SVN:
Bump tested up to for 6.4 (including in the 1.0.0 tag) -
Committed [3011612] to Plugins SVN:
Bump tested up to for 6.4 -
Mentioned in [53004] on Core SVN:
Plugins: Avoid stomping of some variables in `wp-settings.php`. -
Created ticket #55432 on Core Trac:
The $plugin parameter of the "plugin_loaded" action can be polluted by ... -
Mentioned in [52953] on Core SVN:
Taxonomy: Consider HTML5 input types when resetting form values after adding a new tag. -
Posted a reply to Thank you, on the site WordPress.org Forums:
@sjcrichton, We're so pleased that the plugin's working so well for you, and thank you… -
Posted a reply to Exclude a user rol, on the site WordPress.org Forums:
Hi @aidatun, This isn't something that's built-into the plugin, but could likely be accomplished via… -
Mentioned in [51076] on Core SVN:
Booststrap/Load: Only reference recovery mode email when it can be sent. -
Posted a reply to Show order limit in hoime page, on the site WordPress.org Forums:
@romeirocze This may help you, an add-on plugin that registers a new [limit-orders] shortcode: https://gist.github.com/stevegrunwell/393dc9ea09527c344b2b227c552c11e0… -
Created ticket #52560 on Core Trac:
Fatal error handler references recovery mode email, which may not have ... -
Posted a reply to Custom Order Reset time, on the site WordPress.org Forums:
@vitalseeds, I'd start by grabbing a fresh copy of the gist and replacing the version… -
Posted a reply to Counting only Processing orders, on the site WordPress.org Forums:
This seems like it may be unique to your store, as WooCommerce typically doesn't create… -
Posted a reply to [Bug] Unnecessary database update check, on the site WordPress.org Forums:
Awesome, and thank you for the quick response! -
Created a topic, [Bug] Unnecessary database update check, on the site WordPress.org Forums:
(Apologies if there's a better place to report softwar… -
Posted a reply to Cart empties when limit is hit, on the site WordPress.org Forums:
I can save you some money here: 1. In order to let items still be… -
Posted a reply to Cart empties when limit is hit, on the site WordPress.org Forums:
I believe this is coming about from the fact that Limit Orders adds "__return_false" to… -
Posted a reply to Show order limit in hoime page, on the site WordPress.org Forums:
Hi Roberto, You can use the Nexcess\LimitOrders\OrderLimiter class to get details about the order limiter… -
Posted a reply to Custom Order Reset time, on the site WordPress.org Forums:
@vitalseeds Apologies for the delay, messages tend to get buried when they're in already-closed threads.… -
Posted a reply to Custom Order Reset time, on the site WordPress.org Forums:
@vitalseeds There are a few factors that could be in-play here: 1. Please ensure that… -
Posted a reply to Custom Order Reset time, on the site WordPress.org Forums:
Awesome, glad to hear it! -
Posted a reply to Custom Order Reset time, on the site WordPress.org Forums:
@vitalseeds Indeed, it should work just fine with Code Snippets. Enjoy! -
Posted a reply to Is this plugin still working?, on the site WordPress.org Forums:
Hi @dezzdot, First, my apologies for the lateness of my reply, it's been...well, a year!… -
Posted a reply to limit orders but still take orders for other days, on the site WordPress.org Forums:
Hi @andreslc, I'm not quite sure I understand your question, but I'm going to guess… -
Created ticket #51752 on Core Trac:
Enable the static variable in wp_get_environment_type() to be reset -
Posted a reply to Reset time, on the site WordPress.org Forums:
Hi @atelierfelie, The start time for an interval indeed defaults to 00:00 (based on the… -
Posted a reply to Customer Based Limit, on the site WordPress.org Forums:
If you're trying to limit the number of orders per user (as opposed to the… -
Posted a reply to Displaying an order meter, on the site WordPress.org Forums:
You can accomplish this by creating a new instance of Nexcess\LimitOrders\OrderLimiter: $limiter = new \Nexcess\LimitOrders\OrderLimiter();… -
Posted a reply to Excluding one product from the count, on the site WordPress.org Forums:
Hi @atelierfelie, Since version 1.3.0, this is indeed possible using the "limit_orders_pre_count_qualifying_orders" filter. When a… -
Posted a reply to When will 1.3.1 update be available?, on the site WordPress.org Forums:
It appears that I failed to bump the "Stable Version" line when tagging 1.3.1; I… -
Posted a reply to When will 1.3.1 update be available?, on the site WordPress.org Forums:
Hi @aidatun, Thank you for bringing this to our attention; we have automated deployments set… -
Posted a reply to Custom Order Reset time, on the site WordPress.org Forums:
I did some digging and it seems that it's actually pretty easy to pull off… -
Posted a reply to Is there a way to call when the plugin is ‘active’?, on the site WordPress.org Forums:
Hi @duanedoogan, The OrderLimiter::customer_notice() method is designed to only display on WooCommerce pages (since it's… -
Posted a reply to Not working (during try), on the site WordPress.org Forums:
Hey @attrapantho, I wanted to let you know that we just tagged version 1.3.1 of… -
Posted a reply to Stops working randomly, on the site WordPress.org Forums:
Hey @bicnwa, I wanted to let you know that we just tagged version 1.3.1 of… -
Posted a reply to Not working (during try), on the site WordPress.org Forums:
Hi @attrapantho, I'm digging through the codebase right now and it doesn't look like Limit… -
Posted a reply to Custom Order Reset time, on the site WordPress.org Forums:
Hi @proexcell88, Thank you for the suggestion, I've opened a ticket on the plugin's GitHub… -
Posted a reply to Stops working randomly, on the site WordPress.org Forums:
Hi @bicnwa, I've spent some time digging into this today, and may have found the… -
Posted a reply to Extraneous in social icon output, on the site WordPress.org Forums:
Awesome, thank you for the swift response! -
Created a topic, Extraneous in social icon output, on the site WordPress.org Forums:
Apologies if this is not the preferred channel, but I … -
Wrote a comment on the post Proposal: Dropping support for old PHP versions via a fixed schedule, on the site Make WordPress Core:
I love the proposal, especially around backporting Site Health. Bonus if we're able to trigger… -
Created ticket #51086 on Core Trac:
Add native support for tabbed settings pages in WP Admin -
Committed [2365933] to Plugins SVN:
Bump tested up to to 5.4 -
Posted a reply to Call to undefined function WP101\\wp_json_encode, on the site WordPress.org Forums:
Hi @elkswebteam, The function referenced is wp_json_encode(), which is WordPress core's wrapper around PHP's native… -
Posted a reply to Limit order on number of product sold and limit order manually, on the site WordPress.org Forums:
It sounds like pizza's big on WooCommerce these days! Limit Orders for WooCommerce is designed… -
Posted a reply to Limit order on number of product sold and limit order manually, on the site WordPress.org Forums:
Happy to help! By the way, we just tagged version 1.3.0 of the plugin, so… -
Posted a reply to Limit by dollar amount?, on the site WordPress.org Forums:
Hi @eli0086, I wanted to let you know that I've opened a PR on the… -
Posted a reply to Limit order on number of product sold and limit order manually, on the site WordPress.org Forums:
Hi @mredodos, The limiting in the current version of Limit Orders for WooCommerce (1.2.1) is… -
Posted a reply to exclude a product, on the site WordPress.org Forums:
Hi Camilo, Limit Orders is based on the total number of orders, and doesn't delve… -
Committed [2329648] to Plugins SVN:
Bump the 'Tested up to' in both trunk and the 1.0.0 tag
Developer
-
Advanced Post Excerpt
Active Installs: 2,000+
-
Dynamic Asset Versioning
Active Installs: 50+
-
Gravity Forms Duplicate Prevention
Active Installs: 500+
-
Revision Strike
Active Installs: 90+
-
Schemify
Active Installs: 30+
-
Son of Clippy
Active Installs: 10+
-
We The People
Active Installs: 10+
-
WP Client Reference
Active Installs: 20+
Contributor
-
Airstory
Active Installs: 10+
-
Limit Orders for WooCommerce
Active Installs: 500+
-
Microsoft Azure Storage for WordPress
Active Installs: 2,000+
-
Two-Factor
Active Installs: 80,000+