Everything You Need to Know About Installing WordPress in a Subdirectory
In this article, we look at the benefits and limitations of installing WordPress in a subdirectory, how to install and manage subdirectory installs, and how to move WordPress core out… Read more
Using JavaScript FileReader to Upload Large Files in Chunks and Avoid Server Limits
If you’ve spent any amount of time messing with PHP config files to get a file to upload, you know that uploading large files can be a real pain. You… Read more
Delicious Brains, Advanced Custom Fields, and WP Engine Cyber Savings
As we slide into the tail end of our first full year at WP Engine, it’s pretty awesome to look back and celebrate all the big releases! From custom post… Read more
Delicious Brain Bytes: WordPress 6.4, Awards Season, and the Future of Yelling at Your Computer
In this issue of Delicious Brain Bytes, we take a look at what’s coming in WordPress 6.4, awards that honor the best in WordPress and awards that honor the ability… Read more
Why You Should Use the WordPress HTTP Functions to Make API Requests
Sometimes your WordPress site needs to talk to other services around the web. This almost exclusively happens using the HTTP protocol. A common example is when your WordPress installation contacts… Read more
Handling AJAX Requests in WordPress: WP REST API vs admin-ajax.php vs Must-Use Plugin
The WordPress REST API was merged into WordPress core in version 4.7. Before that, developers relied on the default AJAX implementation, otherwise known as admin-ajax after the /wp-admin/admin-ajax.php file that… Read more
Is HTTP/3 the Future of the Web?
The web as we know it wouldn’t exist without our old friend Hypertext Transfer Protocol (HTTP). The latest iteration, HTTP/3, promises to revolutionize the way we interact with the web.… Read more
Should You Use Bun for Your Projects?
Bun is an all-in-one JavaScript runtime and toolkit created with the explicit goals of serving as a drop-in replacement for Node.js, eliminating separate layers of tooling, and speeding up the… Read more
Examples of Refactoring PHP Code for Better Readability
Refactoring code is when you restructure existing code without changing its external behavior. Basically your aim is to make “bad” code better without changing the underlying functionality, and one of… Read more
Delicious Brain Bytes: Measuring Developer Productivity, New Releases, ACF Survey Results, and the State of WordPress Dev Tools
In this issue of Delicious Brain Bytes, we look into contentious methods for measuring productivity in software development, new releases from ACF, WP Migrate, WP Offload SES, and WP Offload… Read more
Catching Up on CSS Features
There’s a pretty good chance that CSS is one of the most consistently used tools in your kit. It’s highly familiar and often used, so much so that it’s easy… Read more
What MySQL 5.7 EOL Means for WordPress Developers
After eight years of general availability, no one can say MySQL 5.7 didn’t have a good run. MySQL 5.7 officially reaches its End of Life (EOL) in October 2023. The… Read more
Strategies for Handling Large WordPress Media Libraries in Dev and Staging Environments
Offloading your media files is a well-known tactic for speeding up your WordPress sites, but WP Offload Media can also greatly reduce the time it takes to replicate a new… Read more
Getting the Best Results From WordPress Code Reviews
Code review is an integral part of the development cycle, with a direct impact on quality. Whether you’re focused on web, plugin, or theme development, thorough code review can help… Read more
How To Set Up Amazon SES for WordPress Emails
Running a site that sends a lot of emails, like an ecommerce or membership site, needs a reliable service to keep up with that volume. Using an existing email provider… Read more
JavaScript in the Shallow End: Browser-Based React Native With Expo Snack
“Learn JavaScript. Deeply,” is good advice, but jumping right into the deep end when you’re first learning to swim may not be the smartest move. In this article, we’re going… Read more
WordPress Security Fundamentals: How to Not Get Hacked
WordPress has come a long way towards its stated goal of democratizing publishing, powering roughly 43% of the websites on the web. However, that status makes it a prime target… Read more
Why Developers Should Use SVG Files
SVG images have advantages that should make them an essential part of any developer’s toolkit. While they share a few similarities with JPG, PNG, and WebP image types, SVGs have… Read more
WP Offload Media 3.2 Released: New Status Indicators and Peace of Mind
WP Offload Media 3.2 raises the bar for monitoring and managing offloaded media from within WP Admin. Whether you’re trying to pinpoint exactly which media items still need to be… Read more
Mastering Migrations: Faster, Easier, and Safer Ways to Move Your WordPress Sites
Every WordPress developer knows the feeling of despair when a migration fails, balanced by the immense feelings of relief when one succeeds. It’s a frustrating process for many devs, with… Read more
DE{CODE} 2023: Developer Focused WordPress Education
You know code…but do you know DE{CODE}? Hosted by WP Engine, this 100% virtual event is dedicated to helping WordPress developers build smarter, maximize conversions, and modernize the user experience.… Read more
WP Offload SES 1.6 Released: 40 MB Attachments Enabled
WP Offload SES 1.6 uses the latest Amazon SES API v2 in order to increase the maximum size limit of messages from 10 MB to 40 MB. 📩 Larger Attachments… Read more
Head-to-Head: WordPress Export/Import vs. WP Migrate
The internal import and export tools in WordPress work pretty well…if the site you’re migrating is relatively small, doesn’t use a custom theme, and wasn’t built with any tricky coding.… Read more
SQL Query Optimization for Faster WordPress Sites
A fast site means happier users, improved ranking from Google, and increased conversions. Maybe you even think your WordPress sites are as fast as they can be – you’ve looked… Read more