Your WordPress News Dashboard

More efficient block type registration in 6.8 - Make WordPress Core

WordPress 6.8 introduces a new function wp_register_block_types_from_metadata_collection(), which allows plugins to register multiple block types with a single function call. This function expands on the foundational capabilities of the wp_register_block_metadata_collection() function, which was introduced in WordPress 6.7 to improve performance…. Continue Reading →

Data: A helpful performance warning for developers in the ‘useSelect’ hook - Make WordPress Core

useSelect is a React hook that lets you subscribe to WordPress data in the block editor. It checks if consumed data has changed and then rerenders your components accordingly. Usually, things just work, and consumers don’t have to worry about unnecessary… Continue Reading →

Roster of design tools per block (WordPress 6.8 edition) - Make WordPress Core

Below you find a table that lists all core blocks available in the inserter marks in the grid the feature they support in the block editor. It’s a basic lookup table that helps developers to find the information quickly. While… Continue Reading →

Internationalization improvements in 6.8 - Make WordPress Core

Various internationalization (i18n) improvements are in WordPress 6.8, and this developers note focuses on these. Localized PHPMailer messages Over 12 years after #23311 was reported, WordPress 6.8 now properly localizes any user-visible PHPMailer error messages. To achieve this, a new… Continue Reading →

Speculative Loading in 6.8 - Make WordPress Core

WordPress 6.8 introduces speculative loading, which can lead to near-instant page load times by loading URLs before the user navigates to them. The feature relies on the Speculation Rules API, a web platform feature that allows defining rules for which… Continue Reading →

© 2025 WP News Desk — Powered by WordPress and WP RSS Aggregator | Hosted by WP Engine

Up ↑