iThemes is one of the oldest and most respected brands in WordPress. iThemes has been known for themes and site builders, website tools, design tools, and even eCommerce at one time! In recent years, iThemes has solidified its role as a reliable leader in WordPress security, backups, site maintenance, and training. With that in mind, iThemes is becoming […]
WordPress 6.4 RC1 Released
WordPress 6.4 is one step closer to prime time with RC1 available today. The dev notes are rolling out with details on technical improvements in the upcoming release –block hooks for dynamic blocks, improvements to template loading, changes to attachment pages, and many more. RC1 is ready for another round of testing. There are 40 additional closed Trac […]
WordPress 6.4 RC1 Released
WordPress 6.4 is one step closer to prime time with RC1 available today. The dev notes are rolling out with details on technical improvements in the upcoming release –block hooks for dynamic blocks, improvements to template loading, changes to attachment pages, and many more. RC1 is ready for another round of testing. There are 40 additional closed Trac […]
Top 10 WordPress Plugins for Email Marketing –
Are you a day-to-day WordPress user looking to take your email marketing efforts to the next level? Look no further than these top 10 WordPress plugins for email marketing. Whether you’re looking for a free or premium plugin, these options will help you create and send effective email campaigns, grow your subscriber list, track your results, and have […]
Image loading optimization enhancements in 6.4
WordPress 6.4 comes with several enhancements to the wp_get_loading_optimization_attributes() function which was introduced in 6.3 as a central place to manage loading optimization attributes, specifically for images and iframes. Quick recap: Loading optimization attributes are those such as loading=”lazy” or fetchpriority=”high”, which can be added to certain HTML tags to optimize loading performance in the browser. Simplified complex […]
What Is Debug Mode in WordPress?
If you’re a website owner or developer, you’ve probably come across the term “debug mode” at some point. This powerful tool can help you identify and resolve issues on your WordPress platform, ensuring it runs smoothly and efficiently. So, what is debug mode in WordPress exactly? Debug mode is a setting that provides you with detailed information about […]
2023’s Most Influential Agency Coaches and Consultants to Follow
Successful agency leaders often learn from others. In 2023, if you’re an agency owner with big goals, our list of 70 agency coaches and consultants can help you reach your goals. Growing your agency can be tough. Whether you want to change your agency, focus on a certain area, offer more services, build a great team, or increase […]
New option functions in 6.4
WordPress 6.4 introduces a number of new functions related to options, with a particular focus on autoloaded options. While options are autoloaded by default, based on the $autoload parameter of add_option() and update_option(), autoloading too many options is a common cause for slow server response time as well as bugs while using a persistent object cache. To help […]
Replacing hard-coded style tags with wp_add_inline_style()
This dev note highlights the changes made in WordPress 6.4 to style loading. The main focus of the changes was to replace manually created style tags printed at the wp_head action with calls to wp_add_inline_style(). This change was implemented to address issues related to redundant code and bypassing the core’s style enqueuing system, which made it challenging for […]
Improvements to Object Caching in WordPress 6.4
In WordPress 6.4, the Performance team has introduced several enhancements centered around object caching, leading to better handling of filters, reduced database queries, and improved overall system efficiency. Change the position of notoptions lookup in get_option() In the get_option() function, a cache lookup for the notoptions key is performed; this stores an array of keys for options known […]


