Stable Release in branch 4.4
4.4.34
Released 15 Jul 2025
(1 year ago)
SoftwareWordPress
Version4.4
Initial release4.4.0
09 Dec 2015
(10 years ago)
Latest release4.4.34
15 Jul 2025
(1 year ago)
Support statusNo
Release noteshttps://wordpress.org/documentation/wordpress-version/version-4-4-34/
Source codehttps://github.com/WordPress/wordpress-develop/tree/4.4.34
Documentationhttps://wordpress.org/documentation/
Downloadhttps://wordpress.org/download/releases/#branch-44
WordPress 4.4 ReleasesView full list

What Is New in WordPress 4.4

Category Key Changes
New Features Twenty Sixteen theme, Responsive Images, oEmbed for WordPress sites, REST API (Infrastructure)
Improvements Comment queries, Term metadata, Improved term splitting
Developer Features REST API infrastructure, WP_Term class, Comment query improvements

What makes the new Twenty Sixteen theme stand out?

Twenty Sixteen is a modern, blog-focused theme designed to look great on any device. It features a versatile color scheme and a balanced layout that puts your content front and center. This theme is perfect for bloggers who want a clean, readable, and mobile-ready design right out of the box.

How does responsive images work in WordPress 4.4?

WordPress 4.4 automatically adds srcset and sizes attributes to your images, allowing browsers to choose the most appropriate file size based on the user's viewport. This means a mobile phone will download a smaller, optimized image instead of a large desktop-sized file. It's a huge win for performance and user experience without any extra work from theme developers.

What can I do with the new oEmbed feature?

You can now embed content from any WordPress site simply by pasting a URL into the editor, just like you would with YouTube or Twitter. This feature turns your entire network of WordPress sites into an oEmbed provider. In practice, this makes sharing posts and pages between your own sites or with other WordPress users incredibly seamless.

What is the new REST API infrastructure?

This release introduces the foundational infrastructure for the WordPress REST API directly into core. It provides a standardized way for developers to interact with WordPress data. While the endpoints themselves came later, this was the critical first step that enabled the modern headless WordPress development we see today.

What improvements were made for developers?

Term Metadata

Taxonomy terms now support metadata, similar to posts. This allows you to store additional information for categories, tags, or custom terms using the new add_term_meta(), get_term_meta(), and related functions.

WP_Term Class

Terms are now represented by a new WP_Term object, bringing more consistency to the WordPress object model. This makes working with term data more predictable and object-oriented.

Comment Query Improvements

Comment queries have been optimized to be significantly faster, especially on sites with a large number of comments. This was a long-awaited performance boost for large communities and news sites.

FAQ

Do I need to change my theme to support responsive images?
No, the feature works automatically for images uploaded through the media library. However, to get the most out of it, ensure your theme uses standard WordPress functions like the_post_thumbnail() and wp_get_attachment_image().

Is the full REST API available in 4.4?
No, 4.4 only includes the infrastructure layer. The content endpoints that allow you to retrieve posts and pages via JSON were introduced in a later version. This was the essential plumbing that made the eventual endpoints possible.

How do I use the new term meta functionality?
You can now store and retrieve metadata for terms using functions patterned after post meta. For example: add_term_meta( $term_id, 'key', 'value' );. This is useful for adding custom fields to categories or tags.

Will the oEmbed feature work on my multisite network?
Yes, the feature works for any WordPress site running 4.4 or higher. You can embed posts from one site on another site within your network by just pasting the URL, which simplifies content sharing across sites.

What's the deal with the improved comment query performance?
The database queries for retrieving comments were rewritten to be more efficient. On sites with tens of thousands of comments, this can lead to a noticeable reduction in page load times for posts with large comment threads.

Releases In Branch 4.4

VersionRelease date
4.4.3415 Jul 2025
(1 year ago)
4.4.3324 Jun 2024
(2 years ago)
4.4.3230 Jan 2024
(2 years ago)
4.4.3112 Oct 2023
(2 years ago)
4.4.3016 May 2023
(3 years ago)
4.4.2917 Oct 2022
(3 years ago)
4.4.2830 Aug 2022
(3 years ago)
4.4.2711 Mar 2022
(4 years ago)
4.4.2606 Jan 2022
(4 years ago)
4.4.2512 May 2021
(5 years ago)
4.4.2429 Oct 2020
(5 years ago)
4.4.2310 Jun 2020
(6 years ago)
4.4.2229 Apr 2020
(6 years ago)
4.4.2112 Dec 2019
(6 years ago)
4.4.2014 Oct 2019
(6 years ago)
4.4.1904 Sep 2019
(6 years ago)
4.4.1813 Mar 2019
(7 years ago)
4.4.1713 Dec 2018
(7 years ago)
4.4.1605 Jul 2018
(8 years ago)
4.4.1503 Apr 2018
(8 years ago)
4.4.1416 Jan 2018
(8 years ago)
4.4.1329 Nov 2017
(8 years ago)
4.4.1231 Oct 2017
(8 years ago)
4.4.1119 Sep 2017
(8 years ago)
4.4.1016 May 2017
(9 years ago)
4.4.920 Apr 2017
(9 years ago)
4.4.806 Mar 2017
(9 years ago)
4.4.726 Jan 2017
(9 years ago)
4.4.611 Jan 2017
(9 years ago)
4.4.507 Sep 2016
(9 years ago)
4.4.326 Jun 2016
(10 years ago)
4.4.421 Jun 2016
(10 years ago)
4.4.202 Feb 2016
(10 years ago)
4.4.106 Jan 2016
(10 years ago)
4.4.009 Dec 2015
(10 years ago)