crstauf
@crstauf on WordPress.org and Slack
- Member Since: July 14th, 2011
- Website: develop.calebstauffer.com
- GitHub: crstauf
- Job Title: Custom WordPress Developer
Contributions
Contribution History
crstauf’s badges:- Core Contributor
- Meta Contributor
- Plugin Developer
-
Posted a reply to Needs code placement instructions, on the site WordPress.org Forums:
Code for performing on action run can be added to a plugin, an mu-plugin, or… -
Wrote a comment on the post get_avatar_url, on the site WordPress Developer Resources:
Use the `default` parameter in the `$args` array to specify a default image. See `get_avatar_data()`… -
Posted a reply to Disable scheduled backups on dev environments, on the site WordPress.org Forums:
@duongcuong96 Disabling WP Cron on dev environments is too aggressive, preferable to deactivate only the… -
Created a topic, Disable scheduled backups on dev environments, on the site WordPress.org Forums:
Is there a constant or filter hook that can be set to … -
Created a topic, Action hook on backup completion, on the site WordPress.org Forums:
Is there an action hook for backup completion? I'd lik… -
Posted a reply to Actions not processing ?, on the site WordPress.org Forums:
Action Scheduler uses WP Cron to run. If you want Action Scheduler to run without… -
Posted a reply to A great little plugin deserving of more attention, on the site WordPress.org Forums:
I expect it's because the majority of uses are through a plugin or theme: because… -
Posted a reply to Critical error after plugin update, on the site WordPress.org Forums:
This could be relevant: https://github.com/woocommerce/action-scheduler/pull/713#issuecomment-862557180 -
Posted a reply to Critical error after plugin update, on the site WordPress.org Forums:
This sounds like Action Scheduler library is being loaded incorrectly, so the magic of loading… -
Posted a reply to How do I notify to Action that my process is complete?, on the site WordPress.org Forums:
@ddoddsr Oh yes, wp_die() will prevent AS from marking the action as completed. Remove that… -
Posted a reply to How-to access WP CLI commands, on the site WordPress.org Forums:
Well, today it works. Strange. -
Created a topic, How-to access WP CLI commands, on the site WordPress.org Forums:
I reviewed the sg-cachepress (v5.7.15) plugin code, an… -
Posted a reply to Popups rendering in backend page builder, on the site WordPress.org Forums:
Turns out that the quick fix provided above doesn't work. At some point it seemed… -
Created a topic, Popups rendering in backend page builder, on the site WordPress.org Forums:
It seems that popups are rendering in the backend when… -
Posted a reply to How do I notify to Action that my process is complete?, on the site WordPress.org Forums:
I ran into this the other day, where I wanted to indicate an action had… -
Posted a reply to Pending items never run, on the site WordPress.org Forums:
You're welcome! 🙇♂️ -
Posted a reply to Pending items never run, on the site WordPress.org Forums:
Also keep in mind that standard WP-Cron is triggered by traffic to the site, so… -
Posted a reply to Pending items never run, on the site WordPress.org Forums:
Okay, that's likely the problem: standard WP-Cron typically doesn't work if there's HTTP authentication in… -
Posted a reply to Pending items never run, on the site WordPress.org Forums:
A couple things to check: Is the staging site protected with HTTP authentication? Is Alternate… -
Posted a reply to One schedule or Multiple?, on the site WordPress.org Forums:
@stevejonesdev If you go the batch route, I think using a meta key to identify… -
Posted a reply to One schedule or Multiple?, on the site WordPress.org Forums:
@stevejonesdev You would certainly get better performance if you had an individual scheduled action for… -
Posted a reply to How to use this plugin to schedule and action or hook, on the site WordPress.org Forums:
@formalxcom The documentation for Action Scheduler describes several functions to use to schedule actions. -
Posted a reply to Not purging Failed actions, on the site WordPress.org Forums:
@elektrobank There's an issue for this, so for now you'd need to write yourself. -
Posted a reply to How to log the result of an action?, on the site WordPress.org Forums:
@elektrobank The first parameter passed in the action_scheduler_after_execute, action_scheduler_failed_execution, and action_scheduler_failed_validation actions is the action's… -
Posted a reply to How to log the result of an action?, on the site WordPress.org Forums:
@elektrobank In my uses I do throw new Exception( 'Exception message' ) and 'Exception message'… -
Posted a reply to How to log the result of an action?, on the site WordPress.org Forums:
@elektrobank In the WordPress admin: Tools > Scheduled Actions. -
Posted a reply to How to log the result of an action?, on the site WordPress.org Forums:
@elektrobank Using the hooks you asked about previously would allow you to store the result… -
Closed ticket #50896 on Core Trac:
Add filters to wp_get_environment_type() -
Posted a reply to Completion/progress hooks?, on the site WordPress.org Forums:
> How can I call a function when a row has been processed? Is there… -
Wrote a comment on the post New wp_get_environment_type() function in WordPress 5.5, on the site Make WordPress Core:
Created Trac ticket: https://core.trac.wordpress.org/ticket/50896. -
Created ticket #50896 on Core Trac:
Add filters to wp_get_environment_type() -
Wrote a comment on the post New wp_get_environment_type() function in WordPress 5.5, on the site Make WordPress Core:
Certainly. -
Wrote a comment on the post New wp_get_environment_type() function in WordPress 5.5, on the site Make WordPress Core:
The removal of the filters is strange to me: core calls `wp_get_environment_type()` only to define… -
Wrote a comment on the post External Linking Policy – Trusted Sources, on the site Make WordPress Documentation:
crstauf-4. I vote no. As a WordPress developer, being considered a "trusted source" would also… -
Wrote a comment on the post External Linking Policy – Trusted Sources, on the site Make WordPress Documentation:
crstauf-1. My position is that there should be a significant difference between qualification and disqualification:… -
Wrote a comment on the post External Linking Policy – Trusted Sources, on the site Make WordPress Documentation:
crstauf-3. A reader of some kind with team access and subscriptions to all trusted sources… -
Wrote a comment on the post External Linking Policy – Trusted Sources, on the site Make WordPress Documentation:
Questions I'm thinking about: crstauf-1. If a blog post is written during WP 5.4.2 (latest… -
Wrote a comment on the post External Linking Policy – Trusted Sources, on the site Make WordPress Documentation:
Exactly. If a blog post is written during WP 5.4.2 (latest release), and the source… -
Wrote a comment on the post External Linking Policy – Trusted Sources, on the site Make WordPress Documentation:
Should also be considered what causes a URL to lose it's "trusted source" qualification (probably… -
Posted a reply to First time login failed or too long to wait, on the site WordPress.org Forums:
@harisrozak I have similar issue when using Local by Flywheel (I think it's called Local… -
Posted a reply to how to display relevant product related to product category in same page?, on the site WordPress.org Forums:
@farhanahmed1360 All that should be required then is to build out the product category template… -
Posted a reply to NOT RESOLVED after all. Can’t edit MENU pages. Help!, on the site WordPress.org Forums:
@jonathanbucket That's strange... have you checked the setting in your WordPress profile has the admin… -
Posted a reply to Adding Element Not Allow Editing, on the site WordPress.org Forums:
@lhwanggis2020 It appears your site is using VisualComposer... you may be better served to ask… -
Posted a reply to Standardising Featured Image Sizes, on the site WordPress.org Forums:
@kellym101 Your site seems to be using the Bridge theme, which is a premium theme… -
Posted a reply to GTmetrix and scaled images…help, on the site WordPress.org Forums:
Also note that GTmetrix uses Yslow, which hasn't been updated since 2014; you'll likely get… -
Posted a reply to GTmetrix and scaled images…help, on the site WordPress.org Forums:
@irishhombre GTmetrix is reporting that the resolution of image indicated is much larger than the… -
Posted a reply to Word spacing in my articles theme ?, on the site WordPress.org Forums:
@ideas101 Yep, your theme is applying text-align: justify to some of the articles, which causes… -
Posted a reply to hot to export post article to txt file, on the site WordPress.org Forums:
@sasabusa Copy and pasting from the WordPress editor or frontend into a Word document should… -
Posted a reply to Post Edit page Custom URL, on the site WordPress.org Forums:
@klivie That's correct: you'll want to use admin_menu action to directly adjust the WooCommerce menu…
Contributor
-
Send Emails with Mandrill
Active Installs: 8,000+
Plugins
-
Action Scheduler
-
Advanced Custom Fields
-
Airplane Mode
-
BackWPup - WordPress Backup Plugin
-
iThemes Security
-
MonsterInsights - Google Analytics Dashboard for WordPress (Website Stats Made Easy)
-
My Eyes Are Up Here
-
Query Monitor
-
Regenerate Thumbnails
-
Safe SVG
-
Two Factor Authentication
-
Two-Factor
-
User Switching
-
WP Crontrol
-
Yoast SEO
-
Yoast Test Helper