WordPress Information Page 6
Join us for a WordPress feature that takes the mystery out of the world's most popular content management system. From basic blog building to complex website development, we'll take you step-by-step through how to utilize the power of WordPress for your digital creativity. Whether you're a beginner, an experienced developer, or a creative professional, this feature will provide you with the latest tips, in-depth guides, and inspiring case studies. Ready to get started? Let's start exploring, learning and creating in the world of WordPress together!
Gutenberg 19.4(古腾堡) 更新并发布-光子波动网-免费分享跨境知识和技术知识

Gutenberg 19.4 (Gutenberg) Updated and released!

Every two weeks, Gutenberg is updated. Now it is to Gutenberg 19.4 has been released and is available for download! Let's see what's new. New Write/Design modes Edit and Select modes are now called Write and Design modes. In writing mode, it is possible to...
WordPress 6.5 版本对国际化(I18N)多语言翻译的性能进行了改进。-光子波动网-免费分享跨境知识和技术知识

WordPress version 6.5 has performance improvements for internationalized (I18N) multilingual translations.

WordPress version 6.5 features several internationalization (i18n) improvements, which this developer note will focus on. Localized Translation System with Improved Performance Over the past year, WordPress contributors have carefully studied the existing internationalization (i18n) system...
Gutenberg 17.8 更新了网格布局和允许一次性导出多个模板的功能-光子波动网-免费分享跨境知识和技术知识

Gutenberg 17.8 Updated Grid Layout and Allows Exporting Multiple Templates at Once

Gutenberg version 17.8 focuses mainly on stability improvements and bug fixes, as many developers are busy preparing for the upcoming WordPress 6.5 release. However, this version also introduces some new features! Remember, WordPress 6.5 is still in beta right now and G...
WordPress 6.5 现在支持插件依赖关系,这使得开发者们更容易管理插件之间的关系。-光子波动网-免费分享跨境知识和技术知识

WordPress 6.5 now supports plugin dependencies, which makes it easier for developers to manage relationships between plugins.

WordPress 6.5 now enables dependencies between plugins. WordPress' extensibility is one of its most useful features, and it does this through plugins and the Hooks API. Many plugins are built on top of other plugins and used to extend their functionality....
WordPress 6.7 Beta 3测试指南:新功能、测试步骤及关键改进-光子波动网-免费分享跨境知识和技术知识

WordPress 6.7 Beta 3 Testing Guide: New Features, Testing Steps and Key Improvements

WordPress 6.7 Beta 3 (third beta version) is now ready for testing! This beta version of the WordPress software is still under development. When you download and test it, remember that you must not install, run or test this version on operational or critical sites ...
新的块类型注册 API :可提高 WordPress 6.7 中的性能-光子波动网-免费分享跨境知识和技术知识

New Block Type Registration API: Improving Performance in WordPress 6.7

WordPress 6.7 introduces a new feature that allows plugins to improve the performance of registering their block wp_register_block_metadata_collection() types, especially for plugins that register multiple block types. Extending WordPress Core Behavior to Plugins Since WordPress ...
WordPress 6.7 中延迟加载图像自动调整大小-光子波动网-免费分享跨境知识和技术知识

Delayed Loading Image Auto Resize in WordPress 6.7

WordPress 6.7 added the ability to delay loading images with sizes="auto". This feature, recently added to the HTML specification, allows browsers to use the rendered layout width srcset of an image when selecting a source from a list, since delayed-loaded images don't load until after the layout is known...
WordPress 6.7 中的 “帖子编辑器 ”iframing 与元框-光子波动网-免费分享跨境知识和技术知识

WordPress 6.7 "post editor" iframing with meta boxes

After attempting to iframe the post editor, the presence of the meta box became a blocking condition that prevented the editor content from loading in the iframe and made these benefits of the iframe unavailable: Isolating block and theme CSS from the editor UI Media queries and viewport related CSS units of...
WordPress 6.7 中的新插件模板注册 API-光子波动网-免费分享跨境知识和技术知识

New Plugin Template Registration API in WordPress 6.7

Since the introduction of block themes, theme developers have been able to create custom block templates. However, this possibility is limited to themes and plugins cannot register their own templates directly. In order to achieve similar functionality, plugins must employ complex methods, including hooking multiple PHP filters, hand...
WordPress 6.7 国际化改进:翻译管理与性能优化-光子波动网-免费分享跨境知识和技术知识

WordPress 6.7 Internationalization Improvements: Translation Management and Performance Optimization

There are various internationalization (i18n) improvements in WordPress 6.7, so let's take a look at them together. Determining if a translation exists Sometimes it's useful to know if a translation already exists in memory without having to load the translation for a given text field first. The new has_translation()...