Daniel Bachhuber
@danielbachhuber on WordPress.org
- Member Since: May 9th, 2007
- Location: Tualatin, Oregon
- Website: handbuilt.co
- Job Title: Hand Built
- Employer: Principal
Bio
Contribution History
Daniel Bachhuber’s badges:- bbPress Contributor
- Core Contributor
- Core Team
- Documentation Contributor
- Hosting Contributor
- Hosting Team
- Meta Contributor
- Plugin Developer
- WordCamp Organizer
- WordCamp Speaker
- WP-CLI Contributor
- WP-CLI Team
-
Posted a reply to uninstall WP Lcache completely, on the site WordPress.org Forums:
Hi @eblow, In order to uninstall the plugin, you'll need to first remove the object-cache.php…1 day ago
-
Posted a reply to What are the steps to “Modify the prompt text using a filter”?, on the site WordPress.org Forums:
Hi @brucensmith, You can modify the prompt text (and other strings) on the document_feedback_strings filter.…1 week ago
-
Posted a reply to How to reduce Database Size or Uninstall the Plugin, on the site WordPress.org Forums:
Hi @etasigroup: Sorry to hear that you're experiencing this. You might want to check out…4 weeks ago
-
Posted a reply to Multiple sites?, on the site WordPress.org Forums:
@strarsis Oh, I don't know which would be better, to be honest. I'd imagine they're…1 month ago
-
Posted a reply to Multiple sites?, on the site WordPress.org Forums:
Hi @strarsis, To use the same Redis server with multiple, discreet WordPress installs, you can…1 month ago
-
Committed [2431199] to Plugins Trac:
Update README for fixed WP-CLI docs1 month ago
-
Committed [2429549] to Plugins Trac:
Update README and plugin version1 month ago
-
Committed [2429546] to Plugins Trac:
Tag v2.2.21 month ago
-
Committed [2429537] to Plugins Trac:
Sync v2.2.2 from GitHub1 month ago
-
Committed [2429415] to Plugins Trac:
Tag v1.1.01 month ago
-
Committed [2429414] to Plugins Trac:
Sync v1.1.0 from GitHub1 month ago
-
Committed [2425952] to Plugins Trac:
Bump 'Tested Up To' to WP 5.62 months ago
-
Committed [2425935] to Plugins Trac:
Bump 'Tested Up To' to WP 5.62 months ago
-
Committed [2425932] to Plugins Trac:
Bump 'Tested Up To' to WP 5.62 months ago
-
Committed [2425928] to Plugins Trac:
Bump 'Tested Up To' to WP 5.62 months ago
-
Posted a reply to Disabling Redis OC for REST API, on the site WordPress.org Forums:
Hi @darktwen, Something like this as your wp-content/object-cache.php file might work (untested): <?php if (…2 months ago
-
Posted a reply to Disabling Redis OC for REST API, on the site WordPress.org Forums:
Hi @darktwen, I think Redis Object Caching is a different plugin than WP Redis. In…2 months ago
-
Posted a reply to “mail” attribute is expected, but missing, in SAML response., on the site WordPress.org Forums:
Huh. Glad you were able to figure it out!3 months ago
-
Posted a reply to pass session variable to thankyou page, on the site WordPress.org Forums:
Ah, good find! Glad to hear you were able to figure it out :)3 months ago
-
Posted a reply to pass session variable to thankyou page, on the site WordPress.org Forums:
Hi @blurredj, Sorry, but it's hard to know whether you're missing something without being able…3 months ago
-
Posted a reply to “mail” attribute is expected, but missing, in SAML response., on the site WordPress.org Forums:
Hi @chibao, Nothing stands out immediately as the problem, unfortunately. The error you're seeing is…3 months ago
-
Posted a reply to another ini_set(): A session is active., on the site WordPress.org Forums:
It sounds like this was the cause. Let me know if you need any more…4 months ago
-
Posted a reply to another ini_set(): A session is active., on the site WordPress.org Forums:
Hi @blindtexth: If you delete the plugin, you'll also need to delete the wp-content/mu-plugins/000-loader.php file.…4 months ago
-
Posted a reply to redirect_to possible?, on the site WordPress.org Forums:
Yes. If you include the redirect_to parameter on the original redirect to wp-login.php, then it…4 months ago
-
Posted a reply to redirect_to possible?, on the site WordPress.org Forums:
Hi @stupidchief, You can use the login_redirect filter to apply some conditional behavior on where…4 months ago
-
Posted a reply to Clear Old Sessions, on the site WordPress.org Forums:
Makes sense, thanks for clarifying :) Here's a code snippet that registers a twice-daily cron…4 months ago
-
Posted a reply to Clear Old Sessions, on the site WordPress.org Forums:
Hi @okorieware, The pantheon_session_expiration filter sets the session.cookie_lifetime setting, which: With the code snippet you…4 months ago
-
Posted a reply to Clear Old Sessions, on the site WordPress.org Forums:
Hi @okorieware, You can change the session lifetime with the pantheon_session_expiration filter. Something like this…4 months ago
-
Posted a reply to Multiple issues with latest update (wp_mail_from_name filter), on the site WordPress.org Forums:
Thanks @prileygraham !4 months ago
-
Posted a reply to Multiple issues with latest update (wp_mail_from_name filter), on the site WordPress.org Forums:
@prileygraham Can you create a SVN tag too, please? See this comment.4 months ago
-
Posted a reply to Multiple issues with latest update (wp_mail_from_name filter), on the site WordPress.org Forums:
@prileygraham Also, looking at your changeset: $from_name = apply_filters( 'wp_mail_from_name', $from_name ); $from_name is still…4 months ago
-
Posted a reply to Multiple issues with latest update (wp_mail_from_name filter), on the site WordPress.org Forums:
@prileygraham Can you create a SVN tag too please? Here's some corresponding documentation. Essentially, the…4 months ago
-
Posted a reply to Multiple issues with latest update (wp_mail_from_name filter), on the site WordPress.org Forums:
Also, it looks like the SVN tag for v1.13.0 is missing...4 months ago
-
Posted a reply to Conflict with Malcare Pro, on the site WordPress.org Forums:
Ah, that could be the culprit.5 months ago
-
Posted a reply to Conflict with Malcare Pro, on the site WordPress.org Forums:
Hi @frank6tg, Although WP Redis handles WordPress' object cache, this particular problem seems like it…5 months ago
-
Posted a reply to WP 5.5 + WP Engine, on the site WordPress.org Forums:
You're welcome!5 months ago
-
Posted a reply to WP 5.5 + WP Engine, on the site WordPress.org Forums:
@nebrekab Neither WP Native PHP Sessions nor WordPress define the cookie session name. It might've…5 months ago
-
Posted a reply to Does not work in wordpress 5.5 (thumbnails), on the site WordPress.org Forums:
Ok. Thanks for all of this detail, @altstav. I don't have any immediate ideas for…5 months ago
-
Posted a reply to Does not work in wordpress 5.5 (thumbnails), on the site WordPress.org Forums:
What theme are you using?5 months ago
-
Posted a reply to Does not work in wordpress 5.5 (thumbnails), on the site WordPress.org Forums:
Ok, that's interesting, thanks for the update @altstav. Are your thumbnails generated by a plugin…5 months ago
-
Posted a reply to Deprecated JS call and critical site-health message, on the site WordPress.org Forums:
Hi @mitfi, WP Native PHP Sessions moves PHP session data from the filesystem to the…5 months ago
-
Posted a reply to Issue with WordPress 5.5, on the site WordPress.org Forums:
Hi @mad_jane: The only thing that's changed in WordPress 5.5 is that WordPress Core added…5 months ago
-
Posted a reply to How I update my product in bulk database, on the site WordPress.org Forums:
Hi @goldsourcetech, I'm not sure I follow how your question relates to the WP Native…5 months ago
-
Posted a reply to Decrypt SAML Response Data, on the site WordPress.org Forums:
Hi @antonius83, Under the hood, WP SAML Auth uses OneLogin's SAML PHP library. Based on…5 months ago
-
Posted a reply to Conflict with Beaver Themer, on the site WordPress.org Forums:
Thanks for the report, @frank6tg. Can you put the additional debugging information in a Pastebin…5 months ago
-
Posted a reply to Does not work in wordpress 5.5 (thumbnails), on the site WordPress.org Forums:
Hi @altstav, That's odd — thanks for the report. Can you try installing WP Redis…5 months ago
-
Posted a reply to How I use it after I install it ?, on the site WordPress.org Forums:
Hi @goldsourcetech, Using WP Native PHP Sessions should be as simple as activating it. If…6 months ago
-
Posted a reply to How will I use this plugin after Installion, on the site WordPress.org Forums:
Hi @okadamikki, I think what you might be asking for is outside the scope of…6 months ago
-
Posted a reply to Redis cluster, on the site WordPress.org Forums:
Hi @ramanm, Thanks for the kind words I, too, suspect it's probably not happening. The…6 months ago
-
Posted a reply to Need installation help, on the site WordPress.org Forums:
Hi @vismithams, The object-cache.php file is located within the WP Redis plugin. You'll want to…7 months ago
Developer
-
Ad Code Manager
Active Installs: 200+
-
Co-Authors Plus
Active Installs: 30,000+
-
Custom JavaScript Editor
Active Installs: 1,000+
-
Developer
Active Installs: 2,000+
-
Document Feedback
Active Installs: 10+
-
Gist Block by Pantheon
Active Installs: 10+
-
Image Shortcake
Active Installs: 30+
-
Jetpack Follow Link for P2
Active Installs: Less than 10
-
Mode Analytics
Active Installs: Less than 10
-
Nutrifox WP Connector
Active Installs: 200+
-
One Time Login
Active Installs: 7,000+
-
P2 By Email
Active Installs: 50+
-
P2 Resolved Posts
Active Installs: 70+
-
Pantheon Advanced Page Cache
Active Installs: 9,000+
-
Pantheon HUD
Active Installs: 700+
-
Post Forking
Active Installs: 60+
-
Post Meta Inspector
Active Installs: 3,000+
-
Publishing Checklist
Active Installs: 40+
-
Shortcake (Shortcode UI)
Active Installs: 20,000+
-
Shortcake Bakery
Active Installs: 80+
-
Site Secrets
Active Installs: 50+
-
Solr Search for WordPress
Active Installs: 200+
-
SupportFlow
Active Installs: Less than 10
-
WordPress Native PHP Sessions
Active Installs: 20,000+
-
WordPress REST API (Version 2)
Active Installs: 30,000+
-
WP LCache
Active Installs: 40+
-
WP Redis
Active Installs: 10,000+
-
WP REST API Meta Endpoints
Active Installs: 1,000+
-
WP SAML Auth
Active Installs: 4,000+
Contributor
-
Bulk User Management
Active Installs: 50+
-
Edit Flow
Active Installs: 10,000+
-
Frontend Uploader
Active Installs: 6,000+
-
Jetpack - WP Security, Backup, Speed, & Growth
Active Installs: 5+ million
-
Proxy Cache Purge
Active Installs: 50,000+
-
Rewrite Rules Inspector
Active Installs: 10,000+
-
Safe Redirect Manager
Active Installs: 50,000+
-
Safe Report Comments
Active Installs: 500+
-
Shift8 Remote Management
Active Installs: 10+
-
WordPress REST API - Authentication Broker
Active Installs: 10+
-
WordPress REST API - OAuth 1.0a Server
Active Installs: 10,000+
Plugins
-
Ad Code Manager
-
Chartbeat
-
Co-Authors Plus
-
Configure SMTP
-
Custom JavaScript Editor
-
Custom Metadata Manager
-
Dashboard Notepad
-
Developer
-
Display Posts - Easy lists, grids, navigation, and more
-
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 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
-
WP Google Analytics