-
Bitwarden Keyboard Shortcut Not Working? Here’s the Simple Fix
If you rely on Bitwarden to manage your passwords, you probably love the convenience of keyboard shortcuts to quickly fill in your credentials. But what if suddenly your Bitwarden keyboard shortcut stops working in Google Chrome? Don’t worry — this is a common issue and the fix is surprisingly straightforward. https://res.cloudinary.com/micsumner/video/upload/v1747041129/1747040857_l7khzg.mp4 What’s Going On?…
-
WP-CLI – List All User Roles with Specific Capability
I have stumbled upon a use case where a list of user roles must be retrieved given a specific capability. The following code accomplishes that. Here is the WP-CLI command to obtain a list of WordPress user roles with the upload_files capability. You can adjust the capability to your desired use: I have also added…
-
Setup PHPCBF on VS Code for Mac (WordPress PHPCS)
I have finally been able to set up PHPCBF (automatic lint fixing) with PHP Coding Standards for the Mac. It has been a long struggle of technical difficulties over different apps. How to set up automatic PHPCBF Open VS Code Open the Command Palette CMD+Shift+P and search for Tasks: Open User Tasks. Hit Enter. Paste…
-
ERR_CONNECTION_RESET on WordPress Site

What should you do if you face the error ERR_CONNECTION_RESET with your WordPress files? This should be a clue to figuring it out.
-
Remove WooCommerce Admin Notice for Outdated Theme Template Files

This is controversial… but you might want to remove the outdated theme template files nag within WP Admin. Here is how you can do so, and why.
-
How to Save Git Diff Into a File Using VS Code

Did you know that you can use VS Code to save diff or patch files? This is very useful when you want to contribute to WordPress core. Here is how to do it.
