4.7.33

Latest release in branch 4.7
Released 20 days ago (March 27, 2026)

Software WordPress
Branch 4.7
First official release version 4.7.0
First official release date 9 years ago (December 06, 2016)
Release notes https://wordpress.org/documentation/wordpress-version/version-4-7-33/
Source code https://github.com/WordPress/wordpress-develop/tree/4.7.33
Documentation https://wordpress.org/documentation/
Download https://wordpress.org/download/releases/#branch-47
WordPress 4.7 Releases View full list

What Is New in WordPress 4.7

WordPress 4.7, "Vaughan", introduces a modernized content creation experience, developer-focused APIs, and significant improvements to the customizer. This release makes building and designing sites more intuitive.

Category Key Changes
New Features Twenty Seventeen Theme, Custom CSS in the Customizer, PDF Thumbnail Previews, Video Headers
Developer APIs REST API Content Endpoints, Post Type Templates, WP_Hook, Custom Bulk Actions
Improvements User Admin Language Options, Editor Font Size Buttons, Live Theme Preview Shortcuts
Security Hardening for WP_Query, WP_Comment_Query, and WP_User_Query

What makes the new Twenty Seventeen theme special?

Twenty Seventeen is a business-focused theme designed for showcasing content on front pages and blogs. It supports video headers and uses a multi-panel design that works well for both businesses and bloggers.

In practice, the theme's customizer integration is seamless. You can assign custom content to different sections of the front page, making it highly flexible without needing to touch template files.

How does the Custom CSS feature work in the customizer?

The customizer now includes a dedicated section for adding site-specific CSS. This CSS is live-previewed alongside other customizer changes and saves alongside your theme mods.

This matters because it centralizes design tweaks. Instead of relying on a separate plugin or a child theme's style.css, you can now make and test visual adjustments directly in the admin interface.

What do the REST API content endpoints provide?

WordPress 4.7 ships with the core REST API content endpoints enabled by default. This provides native wp-json/wp/v2 endpoints for posts, pages, comments, terms, and users.

This is a foundational shift. It turns WordPress into a fully-featured headless CMS out of the box, enabling developers to build decoupled applications using React, Vue, or native mobile apps.

What are post type templates and how do I use them?

Theme developers can now assign specific template files to entire post types. By adding a template for single-{post_type}.php, you can control the display for all posts of that type.

This streamlines theme development for custom post types. You no longer need to write complex conditional logic in single.php; the template hierarchy automatically handles it.

What security improvements were made to database queries?

The core query classes (WP_Query, WP_Comment_Query, WP_User_Query) received hardening to prevent potential SQL injection attacks through carefully crafted meta queries.

This change is mostly under the hood, but it's critical. It protects sites from a class of vulnerabilities that could be exploited by plugins or themes with insufficient data sanitization.

FAQ

Does the new REST API replace the existing admin-ajax.php system?
Not necessarily. The REST API is a modern, standards-based alternative for front-end interactions, but admin-ajax.php is still fully supported for backwards compatibility with existing plugins and themes.

Can I use the Custom CSS feature alongside a child theme?
Yes. The custom CSS is loaded after the theme and child theme stylesheets, so its rules will take precedence due to CSS specificity rules.

What is the WP_Hook class introduced in this version?
WP_Hook is a refactored internal implementation of the WordPress plugin API. It makes the filter and action system more maintainable and debuggable, though its public API remains unchanged.

How do the new editor font size buttons work?
The editor now includes buttons to apply predefined font sizes to paragraph blocks. This provides more consistent typographic control without needing to manually write inline CSS.

Are there any changes to how theme updates are handled?
Yes, the process for live-previewing theme changes in the customizer was improved. You can now switch themes and customize them without publishing the changes immediately.

Releases In Branch 4.7

Version Release date
4.7.33 20 days ago
(March 27, 2026)
4.7.32 1 month ago
(March 13, 2026)
4.7.31 6 months ago
(September 30, 2025)
4.7.30 8 months ago
(August 05, 2025)
4.7.29 1 year ago
(June 24, 2024)
4.7.28 2 years ago
(January 30, 2024)
4.7.27 2 years ago
(October 12, 2023)
4.7.26 2 years ago
(May 16, 2023)
4.7.25 3 years ago
(October 17, 2022)
4.7.24 3 years ago
(August 30, 2022)
4.7.23 4 years ago
(March 11, 2022)
4.7.22 4 years ago
(January 06, 2022)
4.7.21 4 years ago
(May 12, 2021)
4.7.20 5 years ago
(April 15, 2021)
4.7.19 5 years ago
(October 29, 2020)
4.7.18 5 years ago
(June 10, 2020)
4.7.17 5 years ago
(April 29, 2020)
4.7.16 6 years ago
(December 12, 2019)
4.7.15 6 years ago
(October 14, 2019)
4.7.14 6 years ago
(September 04, 2019)
4.7.13 7 years ago
(March 13, 2019)
4.7.12 7 years ago
(December 13, 2018)
4.7.11 7 years ago
(July 05, 2018)
4.7.10 8 years ago
(April 03, 2018)
4.7.9 8 years ago
(January 16, 2018)
4.7.8 8 years ago
(November 29, 2017)
4.7.7 8 years ago
(October 31, 2017)
4.7.6 8 years ago
(September 19, 2017)
4.7.5 8 years ago
(May 16, 2017)
4.7.4 8 years ago
(April 20, 2017)
4.7.3 9 years ago
(March 06, 2017)
4.7.2 9 years ago
(January 26, 2017)
4.7.1 9 years ago
(January 11, 2017)
4.7.0 9 years ago
(December 06, 2016)