Daniel Bachhuber
- Member Since: May 9th, 2007
- Portland, Oregon
- handbuilt.co
- Principal at Hand Built
- @danielbachhuber on WordPress.org and Slack
- Core Contributor
- Community Team
- WordCamp Speaker
- Plugin Developer
Bio/Description
-
Committed [1500636] to Plugins Trac:
Tag v0.3.12 weeks ago
-
Committed [1500634] to Plugins Trac:
Sync v0.3.1 from Github2 weeks ago
-
Committed [1499878] to Plugins Trac:
Remove LCache tests from the distribution artifact2 weeks ago
-
Committed [1499877] to Plugins Trac:
Tag v0.3.02 weeks ago
-
Committed [1499876] to Plugins Trac:
Sync v0.3.0 from Github2 weeks ago
-
Committed [1499830] to Plugins Trac:
Tag v0.6.02 weeks ago
-
Committed [1499829] to Plugins Trac:
Sync v0.6.0 from Github2 weeks ago
-
Committed [1496026] to Plugins Trac:
Tag v0.2.23 weeks ago
-
Committed [1496025] to Plugins Trac:
Update stable version to v0.2.23 weeks ago
-
Committed [1496021] to Plugins Trac:
Remove bad v0.2.2 tag3 weeks ago
-
Posted a reply to Sessions not clearing in the DB, on the site WordPress.org Forums:
No immediate ideas off the top of my head. Here are a few questions which…3 weeks ago
-
Posted a reply to How install? How I know its working?, on the site WordPress.org Forums:
Hello @ramonjosegn, The installation instructions for WP LCache are here: https://wordpress.org/plugins/wp-lcache/installation/ At this point, we…4 weeks ago
-
Posted a reply to I need some requiriments on my webhosting?, on the site WordPress.org Forums:
Yes, WP LCache requires PHP 5.6 or greater with the APCu extension enabled.4 weeks ago
-
Reopened ticket #37707, in Core Trac:
Change the inclusion of 'plugins.php' to require_once4 weeks ago
-
Released a new plugin, WP LCache
4 weeks ago
-
Posted a reply to Fatal error making WP-CLI unusable, on the site WordPress.org Forums:
@gwin If you explicitly globalize the global (e.g. global $adverts_namespace), the issue will be fixed.…4 weeks ago
-
Created a new ticket, #37900, in Core Trac:
Support custom dashicon for wp.mce.View.setLoader()1 month ago
-
Created a new ticket, #37767, in Core Trac:
Conditionally modify $tagnames in strip_shortcodes()1 month ago
-
Posted a reply to Reliable solution to integrate WordPress with Redis, on the site WordPress Support Forums:
Thanks!1 month ago
-
Created a new ticket, #37726, in Core Trac:
Mark $cache_hits public on WP_Object_Cache2 months ago
-
Posted a reply to Admin area only shows User ID as 1, on the site WordPress Support Forums:
Can you spot what I am doing wrong? It's not immediately obvious what you're doing…2 months ago
-
Wrote a comment on the post Release Leads: Call for Volunteers, on the site Make WordPress Core:
I'd like to throw my hat into the ring.2 months ago
-
Created a new ticket, #37436, in Core Trac:
"Popular Plugin" UI in WordPress News dashboard widget doesn't respect ...2 months ago
-
Created a new ticket, #37366, in Core Trac:
Restoring a scheduled post can cause it to be published3 months ago
-
Posted a reply to Why not Transients?, on the site WordPress Support Forums:
Just pondering why not use Transients API? Because the transient API is transient; your data…3 months ago
-
Created a new ticket, #37192, in Core Trac:
Validate before sanitizing when processing REST Request arguments3 months ago
-
Closed ticket #37177, in Core Trac:
Incorrect rest_url when home_url contains parameters3 months ago
-
Created a new ticket, #37177, in Core Trac:
Incorrect rest_url when home_url contains parameters3 months ago
-
Created a new ticket, #37123, in Core Trac:
Explicitly globalize $wpdb in either wp-settings.php or ms-settings.php4 months ago
-
Posted a reply to Plugin activation and settings updates fail, on the site WordPress Support Forums:
Hi Daniel, I definitely have a unique WP_CACHE_KEY_SALT on each site using my Redis instance…4 months ago
-
Posted a reply to Plugin activation and settings updates fail, on the site WordPress Support Forums:
Thanks for the more detailed explanation, Martin. The cache clearing/update should happen automatically, right? Yes,…4 months ago
-
Posted a reply to Facebook shortcode not visible on the frontend, on the site WordPress Support Forums:
I'm probably missing something obvious but currently I can preview the facebook shortcode on the…4 months ago
-
Posted a reply to Plugin activation and settings updates fail, on the site WordPress Support Forums:
I noticed an issue with this plugin when activating/deactivation a plugin on my site. It…4 months ago
-
Wrote a new post, WP REST API: Versions 2.0 Beta 12.1 and 2.0 Beta 13.1, on the site Make WordPress Core:
WP REST API Versions 2.0 Beta 12.1 and 2.0 Beta 13.1 are security releases to…4 months ago
-
Wrote a comment on the post Weekly Dev Chat Agenda for May 18 — Four Weeks Later, on the site Make WordPress Core:
Can we have a follow-up discussion about the WP REST API?5 months ago
-
Posted a reply to Disabling Redis for Plugin (WP All Import) and for WP-Admin, on the site WordPress Support Forums:
1) When uploading a CSV file, the delimiter does not get picked up correctly. So…5 months ago
-
Posted a reply to Disabling Redis for Plugin (WP All Import) and for WP-Admin, on the site WordPress Support Forums:
I'm having problems with WP All Import. Can you share more details on the nature…5 months ago
-
Wrote a comment on the post A data schema for meta, on the site Make WordPress Core:
Also worth mentioning: the problem of defining an application's data models is one I'm sure…5 months ago
-
Wrote a comment on the post A data schema for meta, on the site Make WordPress Core:
Generally, I'm very supportive of adding more structured metadata around data in WordPress. I'm also…5 months ago
-
Released a new plugin, One Time Login
5 months ago
-
Posted a reply to Cannot AUTH, on the site WordPress Support Forums:
@xberg Auth should be functional in the most recent release of the plugin. If you…6 months ago
-
Released a new plugin, WP SAML Auth
6 months ago
-
Confirmed as a speaker for WordCamp Europe 2016 coming up on June 24th
6 months ago
-
Posted a reply to Possibility to stop caching specific option, on the site WordPress Support Forums:
Anyhow to set up cron I use 'wp_schedule_single_event', then I was calling 'wp_cache_delete ( 'alloptions',…6 months ago
-
Posted a reply to Possibility to stop caching specific option, on the site WordPress Support Forums:
So is it possible to stop your plugin from caching that specific option? Because the…6 months ago
-
Posted a reply to What exactly does it cache?, on the site WordPress Support Forums:
WP Redis acts as a drop-in replacement to the WP_Object_Cache object. When enabled, any cache…6 months ago
-
Posted a reply to Creating post with category doesn't work, on the site WordPress Support Forums:
In both cases, your request is passing categories as a string, which means it's not…6 months ago
-
Posted a reply to Creating post with category doesn't work, on the site WordPress Support Forums:
I'm not able to reproduce the issue in my testing. @shembelcut Can you share the…6 months ago
-
Ad Code Manager
Active Installs: 800+
-
Bulk User Management
Active Installs: 50+
-
Co-Authors Plus
Active Installs: 20,000+
-
Comment Mixer
Active Installs: Less than 10
-
CP Redirect
Active Installs: 20+
-
Custom JavaScript Editor
Active Installs: 2,000+
-
Dashboard
Active Installs: 5,000+
-
Developer
Active Installs: 7,000+
-
Document Feedback
Active Installs: 30+
-
Edit Flow
Active Installs: 10,000+
-
Facebook
Active Installs: 200,000+
-
Frontend Uploader
Active Installs: 8,000+
-
GIF2HTML5
Active Installs: 70+
-
Image Shortcake
Active Installs: 70+
-
Jetpack by WordPress.com
Active Installs: 1+ million
-
Jetpack Follow Link for P2
Active Installs: 20+
-
One Time Login
Active Installs: 200+
-
P2 By Email
Active Installs: 100+
-
P2 Resolved Posts
Active Installs: 200+
-
Pantheon HUD
Active Installs: 200+
-
Post Author Box
Active Installs: 200+
-
Post Forking
Active Installs: 100+
-
Post Meta Inspector
Active Installs: 1,000+
-
Publish2
Active Installs: 10+
-
Publishing Checklist
Active Installs: 30+
-
Rewrite Rules Inspector
Active Installs: 10,000+
-
Safe Redirect Manager
Active Installs: 30,000+
-
Safe Report Comments
Active Installs: 1,000+
-
Shortcake (Shortcode UI)
Active Installs: 10,000+
-
Shortcake Bakery
Active Installs: 80+
-
Site Secrets
Active Installs: 40+
-
SupportFlow
Active Installs: 10+
-
The WP Remote WordPress Plugin
Active Installs: 60,000+
-
WordPress Native PHP Sessions
Active Installs: 8,000+
-
WordPress REST API (Version 2)
Active Installs: 30,000+
-
WP LCache
Active Installs: 60+
-
WP Redis
Active Installs: 2,000+
-
WP REST API Meta Endpoints
Active Installs: 400+
-
WP SAML Auth
Active Installs: 10+
Plugins
-
Ad Code Manager
-
CampTix Event Ticketing
-
Chartbeat
-
Co-Authors Plus
-
Configure SMTP
-
Custom JavaScript Editor
-
Custom Metadata Manager
-
Dashboard Notepad
-
Developer
-
Display Posts Shortcode
-
Document Feedback
-
Edit Flow
-
Frontend Uploader
-
Get the Image
-
HyperDB
-
Image Shortcake
-
Jetpack Follow Link for P2
-
JSON feed
-
Lazy Load
-
Liveblog
-
oEmbed Gist
-
P2 By Email
-
P2 Resolved Posts
-
PMC Post Savior
-
Post Author Box
-
Post Forking
-
Post Meta Inspector
-
Rewrite Rules Inspector
-
Safe Redirect Manager
-
Safe Report Comments
-
Shortcake (Shortcode UI)
-
SubHeading
-
Term Management Tools
-
The WP Remote WordPress Plugin
-
User Switching
-
WordPress.com Custom CSS
-
WP Google Analytics