Version 4.4

On December 8, 2015, WordPress Version 4.4, named for jazz musician Clifford Brown, was released to the public. For more information on this enhancement and bug-fix release, read the WordPress Blog, and see the Changelog for 4.4.

For Version 4.4, the database version (db_version in wp_options) changed to 35700, and the Trac revision was 35842.

Highlights

twenty-sixteen White Desktop
  • New Default Theme – Twenty Sixteen
    • Modern take on the classic blog design
    • Flexible header and fun color schemes will make your content shine
    • Mobile-first and responsive

The Finer Points

Responsive devices
  • Responsive images:

WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.

WP embed preview
  • Embed your WordPress content:

Now you can embed your posts on other sites, even other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.

  • Even more embed providers:

In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.

For Developers

  • REST API infrastructure: Infrastructure for the REST API has been integrated into core, the first part of a multi-stage rollout. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official WordPress REST API plugin.
  • Term meta: Terms now support metadata, just like posts. See add_term_meta()get_term_meta(), and update_term_meta() for more information.
  • Comment query improvements: Comment queries now have cache handling to improve performance. New arguments in WP_Comment_Query make crafting robust comment queries simpler.
  • Term, comment, and network objects: New WP_TermWP_Comment, and WP_Network objects make interacting with terms, comments, and networks more predictable and intuitive in code.

What’s New

General

  • Developer reference – Improvements to inline code documentation.
  • i18n support – Improvements to translation strings all over the core.
  • Admin page headings were adjusted from H3 to H2 tags to reinforce page hierarchy
  • Improvements to how list tables are displayed on all size screens

Posts

  • The post/page permalink UI was simplified, linking the permalink and removing the “View” button

Media

Comments

  • The “View Comment” link was relocated from the Status meta box in the comment-editing screen
  • Many comment functions can now accept a full object instead of ‘comment_ID’ to reduce cache/db lookups
  • Orphaned comments now fall back to the ‘edit_posts’ capability

Appearance

  • Site icons will now fall back to the ‘full’ size URL when the ‘thumbnail’ size doesn’t exist

Users

Install Process

Multisite

  • The language chooser was added to the new site form on wp-signup.php
  • Sites may no longer be created with the following reserved slugs: wp-admin, wp-content, wp-includes, or wp-json

Accessibility

Under The Hood

General

  • Unclosed HTML elements in shortcode attributes were disallowed
  • HTML was removed from all translatable text strings
  • Rewrite rules are now flushed on theme switch
  • Most core classes were moved to their own files

Embeds

  • Add oEmbed support for Cloudup.
  • Add oEmbed support for Reddit Comments.
  • Add oEmbed support for ReverbNation.
  • Add oEmbed support for Speaker Deck.
  • Add oEmbed support for VideoPress.
  • Remove oEmbed support for Blip.

JavaScript

  • Customizer: Ensure persistence of unchanged active state for controls, sections, and panels
  • Customizer: Fixed logic for determining the container element when focusing on a panel, section, or control
  • Customizer: Fixed clearing of a color control’s setting by using proper empty value

Bug Fixes

  • Fail gracefully when checking mapped capabilities against unregistered post types
  • Visibility was restored for the Tags auto-suggest tooltip in Quick Edit
  • The $public_only parameter was added to count_user_posts()
  • Cron: Events are now rejected when the provided $timestamp value is not a valid timestamp
  • Users with no role are now redirected to the home page on login instead of their profile-editing screen

Multisite

  • A network can now be retrieved by its ID through WP_Network::get_instance()
  • A network can now be created or completed by passing arguments to WP_Network
  • Network-level capabilities were clarified and some long-time bugs were fixed

Classes

What’s New

Deprecated

Functions

What’s New

Deprecated

Actions & Filters

New Actions

New Filters

Deprecated

External Libraries

Miscellaneous

First published

Last updated