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
- 
										Committed [2425952] to Plugins Trac: 
 Bump 'Tested Up To' to WP 5.64 days ago 
- 
										Committed [2425935] to Plugins Trac: 
 Bump 'Tested Up To' to WP 5.64 days ago 
- 
										Committed [2425932] to Plugins Trac: 
 Bump 'Tested Up To' to WP 5.64 days ago 
- 
										Committed [2425928] to Plugins Trac: 
 Bump 'Tested Up To' to WP 5.64 days ago 
- 
										Committed [2425914] to Plugins Trac: 
 Bump 'Tested Up To' to WP 5.64 days ago 
- 
										Committed [2425912] to Plugins Trac: 
 Bump 'Tested Up To' to WP 5.64 days 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 (…3 weeks 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…3 weeks 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!1 month 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 :)2 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…2 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…2 months ago 
- 
										Committed [2392008] to Plugins Trac: 
 Sync readme edits2 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…2 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.…2 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…2 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…2 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…3 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…3 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…3 months ago 
- 
										Posted a reply to Multiple issues with latest update (wp_mail_from_name filter), on the site WordPress.org Forums: 
 Thanks @prileygraham !3 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.3 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…3 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…3 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...3 months ago 
- 
										Posted a reply to Conflict with Malcare Pro, on the site WordPress.org Forums: 
 Ah, that could be the culprit.3 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…3 months ago 
- 
										Posted a reply to WP 5.5 + WP Engine, on the site WordPress.org Forums: 
 You're welcome!3 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…3 months ago 
- 
										Committed [2364140] to Plugins Trac: 
 Bump 'Tested Up To' to WP 5.53 months ago 
- 
										Committed [2363421] to Plugins Trac: 
 Tag v1.1.13 months ago 
- 
										Committed [2363420] to Plugins Trac: 
 Sync v1.1.1 from GitHub3 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…3 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?3 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…3 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…3 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…3 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…3 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…3 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…3 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…3 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…4 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…5 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…5 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…5 months ago 
- 
										Posted a reply to warning when installing on wp 5.4.2, on the site WordPress.org Forums: 
 Ok. WP Native PHP Sessions doesn't have a log like that. The PHP errors are…5 months ago 
- 
										Posted a reply to warning when installing on wp 5.4.2, on the site WordPress.org Forums: 
 Oh. If it only happens when the plugin gets activated, then I wouldn't worry about…5 months ago 
- 
										Posted a reply to warning when installing on wp 5.4.2, on the site WordPress.org Forums: 
 Hi @priesterath, The problem is that something else in your codebase (another plugin, your theme,…5 months ago 
- 
										Posted a reply to warning when installing on wp 5.4.2, on the site WordPress.org Forums: 
 Yes, something like this. Sorry I can't be more help at this point. If you…5 months ago 
- 
										Posted a reply to warning when installing on wp 5.4.2, on the site WordPress.org Forums: 
 Ok. I'm not sure what the issue is, unfortunately. I'd recommend disabling your plugins one…5 months ago 
Developer
- 
										
											Ad Code ManagerActive Installs: 200+ 
- 
										
											Co-Authors PlusActive Installs: 30,000+ 
- 
										
											Custom JavaScript EditorActive Installs: 1,000+ 
- 
										
											DeveloperActive Installs: 3,000+ 
- 
										
											Document FeedbackActive Installs: 10+ 
- 
										
											  Gist Block by PantheonActive Installs: 20+ 
- 
										
											Image ShortcakeActive Installs: 30+ 
- 
										
											Jetpack Follow Link for P2Active Installs: Less than 10 
- 
										
											  Mode AnalyticsActive Installs: Less than 10 
- 
										
											  Nutrifox WP ConnectorActive Installs: 200+ 
- 
										
											One Time LoginActive Installs: 7,000+ 
- 
										
											P2 By EmailActive Installs: 50+ 
- 
										
											P2 Resolved PostsActive Installs: 70+ 
- 
										
											  Pantheon Advanced Page CacheActive Installs: 9,000+ 
- 
										
											Pantheon HUDActive Installs: 700+ 
- 
										
											Post ForkingActive Installs: 60+ 
- 
										
											Post Meta InspectorActive Installs: 3,000+ 
- 
										
											Publishing ChecklistActive Installs: 40+ 
- 
										
											  Shortcake (Shortcode UI)Active Installs: 20,000+ 
- 
										
											Shortcake BakeryActive Installs: 90+ 
- 
										
											Site SecretsActive Installs: 60+ 
- 
										
											  Solr Search for WordPressActive Installs: 200+ 
- 
										
											SupportFlowActive Installs: Less than 10 
- 
										
											  WordPress Native PHP SessionsActive Installs: 20,000+ 
- 
										
											  WordPress REST API (Version 2)Active Installs: 30,000+ 
- 
										
											WP LCacheActive Installs: 50+ 
- 
										
											  WP RedisActive Installs: 10,000+ 
- 
										
											WP REST API Meta EndpointsActive Installs: 1,000+ 
- 
										
											  WP SAML AuthActive Installs: 4,000+ 
Contributor
- 
										
											Bulk User ManagementActive Installs: 60+ 
- 
										
											Edit FlowActive Installs: 10,000+ 
- 
										
											Frontend UploaderActive Installs: 6,000+ 
- 
										
											  Jetpack - WP Security, Backup, Speed, & GrowthActive Installs: 5+ million 
- 
										
											  Proxy Cache PurgeActive Installs: 50,000+ 
- 
										
											Rewrite Rules InspectorActive Installs: 10,000+ 
- 
										
											  Safe Redirect ManagerActive Installs: 50,000+ 
- 
										
											Safe Report CommentsActive Installs: 500+ 
- 
										
											  Shift8 Remote ManagementActive Installs: 10+ 
- 
										
											WordPress REST API - Authentication BrokerActive Installs: Less than 10 
- 
										
											  WordPress REST API - OAuth 1.0a ServerActive 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



 
			