Itโ€™s time to test real-time collaboration!

Iteration issue: https://github.com/WordPress/gutenberg/issues/74549

Have you been waiting to collaborate in WordPress posts the way you do in Google Docs? Hereโ€™s your chance!

Real-time collaboration is the crowning feature of the GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ Project phase 3, and this is the first iteration to land in CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.. You can call it RTC for short.

But before it can get there, RTC needs you! (And your friends!) Every part of this groundbreaking functionality, from front-end usability to literal php functions, plus database calls, APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. endpoints, and more, needs to run this first implementation through its paces.

In short, please ride this hard. Try to break everything! Thatโ€™s how the folks whoโ€™ve been working hard on this for years will know itโ€™s good enough to be in Core.

Testing steps:

  • Install WordPress 7.0 BetaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. 1 on a server that somebody else can reach.ย 
  • This should probably be a new installation. maybe on a local network or on a staging server, or something in betweenโ€”not a production server, but also not a local installLocal Install A local install of WordPress is a way to create a staging environment by installing a LAMP or LEMP stack on your local computer. on a single machine.
  • In the pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party., navigate to Settings > Writing and toggle on โ€œEnable real-time collaboration.
  • Open a post for editing. Start with a regular post, of course, but remember that pages are also posts, and custom post types are posts too! There are some exceptions, which youโ€™ll find below.ย 
  • Invite a friend or colleague (or two or ten!) to edit the same post.
    • Consider joining a video call and sharing your screens so you can each see both experiences.
    • Or, collaborate with yourself! To do that, open your install in a separate tab and log in as someone else. See if you can edit as both people!
    • Another option: open your site on two machines on the same network.
  • If you have some, use real contentโ€”real text and images, other data sources and other media. See if you can use your usual workflows.

What to expect

  • Real-time collaboration only works when youโ€™re editing posts in the blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. editor. It wonโ€™t function on other admin screens.
  • Classic post metaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. boxes do not sync. Using these boxes still works, but your collaborators will not see updates in real time. They might even overwrite each otherโ€™s changes.
    • Without looking at the code, itโ€™s not always obvious whether a post meta box is Classic (persisted using a save_post hook) or modern (integrated with the Gutenberg data store). Many plugins still use Classic post meta boxes.
  • Most blocks are compatible. Blocks are synced via their attributes, which means that most blocks support real-time collaboration by default. Some blocks might use local state when working with user input, which can result in issues during real-time collaboration.
  • Plugins that integrate with the block editor might have issues. Behavior with plugins is some of the most important feedback you can give.ย 
  • Collaborator cursors disappear in the Show Template view.
  • Collaborating on the same block can have issues. Please test it anyway, but expect quirkiness around cursor placement. Your feedback may well speed up the fix!
  • Syncing happens over HTTPHTTP HTTP is an acronym for Hyper Text Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. polling, so itโ€™s not instant. It could feel laggy sometimesโ€”please report this! As well, if it feels much smoother at some points than at others, please report that. Performance will directly affect how the community takes to RTC long-term.

What to notice

About overall functionality:

  • Did real-time collaboration work the whole time?ย 
  • Did you get disconnected? Did it ever feel unresponsive to the point that it interrupted your work?
  • Did you lose any content? How about duplication?

In real-life workflows, could you collaborate:

  • On custom blocks?
  • Inside a pluginโ€™s UIUI UI is an acronym for User Interface - the layout of the page the user interacts with. Think โ€˜how are they doing thatโ€™ and less about what they are doing.?
  • In the site editor?
  • On a large document?
  • If you added more than one user?

How did RTC do on accessibilityAccessibility Accessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โ€œdirect accessโ€ (i.e. unassisted) and โ€œindirect accessโ€ meaning compatibility with a personโ€™s assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility)? Did it work:

  • Onlyย  using the keyboard?
  • With a screen reader?
  • On a mobile device?

Thank you!

Please report your findings to the fine folks at #feature-realtime-collaboration on Make SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/, or directly to the authors of this post. If youโ€™re comfortable with GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/, the best place to report would be in comments on the tracking issue, #52593.

One more thing: RTC is getting its own table.

That hasnโ€™t merged yet, but if you want to follow its progress, start with the discussion on the ticket at https://core.trac.wordpress.org/ticket/64696#comment:44 and happy testing!

Props to @ankit-k-gupta, @maxschmeling, @czarate, and @annezazu for peer review and collaboration.

#7-0, #core-test, #gutenberg

Call for Testing โ€“ Pattern editing and content-only interactivity in WordPress 7.0

This is a follow up post to Help Test WordPress 7.0 with specific details about a new way to edit patterns in the BlockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. Editor.

Pattern Editing and content-only Interactivity is a significant change to how patterns behave in the WordPress editor, arriving in WordPress 7.0.ย 

Unsynced patterns and template parts inserted into the editor now default to content-only mode, prioritizing the editing of text and media without exposing the deeper block structure or style controls.

If you have a few minutes or more, weโ€™d love to hear your feedback on the feature in the coming week to allow time for fixes before the release candidate phases.

Table of contents:

What is content-only mode?

Content-only mode is the default experience when clicking into an unsynced pattern or template part in WordPress 7.0. Hereโ€™s what it means in practice:

What you can edit:

  • Text in Paragraph, Heading, and other text blocks
  • Images (swapping the image source, updating alt text and caption)
  • Links and button labels
  • Any block attribute that a block author has explicitly marked with "role": "content" in their block definition
  • New Paragraph, List item, Button and other โ€œlistโ€ type blocks can be inserted directly into content areas without unlocking the full pattern

What is protected:

  • Block structure (you canโ€™t add, remove, or reorder structural blocks like Groups and Columns)
  • Spacing, colors, typography, and other style settings
  • Any block attribute not marked as content

In the editor, protected blocks are visible but non-selectable โ€” you can see the layout, but clicking on a structural wrapper wonโ€™t open its controls.

Why content-only by default?

In WordPress versions previous to 7.0, clicking into a pattern immediately exposed every inner block for editing, including structural and container blocks, all block styles and block attributes.ย 

This default editing mode is convenient for theme builders and developers who create patterns. For users who only want to update a heading or swap an image however, it presents an overwhelming and error-prone experience. Small misclicks can accidentally restructure a layout or remove a block entirely.The goal of content-only mode is to separate what content a user edits from how a pattern is structured. With this change, patterns behave more like intentional design components: users can update the content theyโ€™re supposed to update, and the underlying structure stays protected unless explicitly opened for editing.

More features

Adding new content inside a pattern

You can insert new Paragraph blocks (and other content-type blocks like list items and buttons) directly into designated content areas of a pattern without entering the full structural editor.

This means a pattern with a text area behaves more like a writing surface โ€” you can append or insert new paragraphs within the allowed zone without needing to โ€œunlockโ€ the pattern first.

List View

Image

Non-active blocks are hidden in List View when editing a pattern gives you context while keeping the focus clear.

Support for complex blocks

Buttons, List, Gallery, and Social Icons blocks have a list view in the block inspector sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme. in content-only mode, so child blocks can be selected and edited without exposing full block controls.

Image

An opt-out for developers

A new disableContentOnlyForUnsyncedPatterns editor setting lets theme and pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party. developers disable content-only mode for unsynced patterns when needed.ย For example, during theme development when you want unrestricted access. This can be set via the block_editor_settings_all PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/preface.php filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global variables and output.:

add_filter( 'block_editor_settings_all', function( $settings ) {
    $settings['disableContentOnlyForUnsyncedPatterns'] = true;
    return $settings;
} );

Or via JavaScriptJavaScript JavaScript or JS is an object-oriented computer programming language commonly used to create interactive effects within web browsers. WordPress makes extensive use of JS for a better user experience. While PHP is executed on the server, JS executes within a userโ€™s browser. https://www.javascript.com:

wp.data.dispatch( 'core/block-editor' ).updateSettings( {
    disableContentOnlyForUnsyncedPatterns: true,
} );

Editing pattern design

Making design and structural changes to a pattern works differently depending on the type of pattern youโ€™re editing.

Unsynced patterns

Clicking the โ€˜Edit patternโ€™ button or double-clicking the body of a pattern temporarily โ€œunlocksโ€ the pattern, exposing its inner blocks and full editing capabilities.

Synced (synced patterns / template parts)

Clicking the โ€˜Edit originalโ€™ button takes you to an isolated editor when you can make any changes to the underlying pattern. The editor headerHeader The header of your site is typically the first thing people will experience. The masthead or header art located across the top of your page is part of the look and feel of your website. It can influence a visitorโ€™s opinion about your content and you/ your organizationโ€™s brand. It may also look different on different screen sizes. provides navigation back to the originating document. Changes to synced patterns apply globally.

How to Test

Testing Environment

The Help Test WordPress 7.0 post sums up how to test WordPress Beta, including instructions on how to test on local site on your computer.

The quickest way to test is with WordPress Playground.

What to Test

You donโ€™t need to test everything โ€” pick what matches your use case.

Scenario 1: Editing content inside a pattern as a user

Try this if you: Want to experience the feature from an end-user perspective.

Steps:

  1. In the site editor or post editor, insert an unsynced pattern that contains paragraph text and an image (most patterns from the pattern inserter will work or you can create your own).
  2. Open the List View CTRL + OPTION + O. Only the patternโ€™s content blocks should be visible.
  3. Edit the paragraph and/or replace the image. In the paragraph block, hitting โ€œEnterโ€ should create a new paragraph.
  4. Now select the pattern and click the โ€œEdit patternโ€ button in the toolbar or block inspector sidebar.
  5. You should be able to modify the content blockโ€™s styles, or delete the block entirely.
  6. Try clicking on (or inserting) a block you wouldnโ€™t normally want a user to edit (e.g., a Group block used for layout).

What weโ€™d love feedback on:

  • Is it clear which content you can and canโ€™t edit?
  • Is the overall experience less confusing than before?
  • Did you accidentally break anything?

Scenario 2: Opening a synced pattern or template part for structural editing

Try this if you: Want to test the isolated editor and navigation flowFlow Flow is the path of screens and interactions taken to accomplish a task. Itโ€™s an experience vector. Flow is also a feeling. Itโ€™s being unselfconscious and in the zone. Flow is what happens when difficulties are removed and you are freed to pursue an activity without forming intentions. You just do it..

Steps:

  1. Open up a template that has a template part (e.g., Blog homepage that contains the Footer template part).ย 
  2. Open the List View CTRL + OPTION + O. Only the template partโ€™s content blocks should be visible.ย 
  3. Click โ€œEdit originalโ€ on the pattern or template part.
  4. Verify the isolated editor opens with a breadcrumb showing your location.
  5. Make a structural change (add or remove a block).
  6. Use the โ€œBackโ€ button and confirm you return to the originating document.

What weโ€™d love feedback on:

  • Is the navigation between the document and the pattern editor clear?
  • Does โ€œBackโ€ return you to the right place?
  • Are breadcrumbs helpful?

Scenario 3: Testing with custom blocks or patterns

Try this if you: Build themes, plugins, or custom blocks.

Steps:

  1. Register a custom block with attributes that should be user-editable. Test whether adding "role": "content" to those attributes makes them accessible in content-only mode.
  2. Register a custom unsynced pattern and insert it in the editor. Confirm it enters content-only mode by default.
  3. Try the disableContentOnlyForUnsyncedPatterns opt-out via the PHP filter and confirm unrestricted editing is restored for unsynced patterns.
  4. Check that template parts and synced pattern views remain unchangedย  regardless of the opt-out setting.
Test block with role (you can paste this block into the browser console when in the editor)
wp.blocks.registerBlockType( 'test/visibility-with-role', {
	apiVersion: 3,
	title: 'Test Block (with role)',
	category: 'text',
	attributes: {
		message: { type: 'string', default: 'Edit me (with role)', role: 'content' },
	},
	edit: ( { attributes, setAttributes } ) => {
		return wp.element.createElement(
			wp.blockEditor.RichText,
			{
				tagName: 'p',
				value: attributes.message,
				onChange: ( val ) => setAttributes( { message: val } ),
			}
		);
	},
	save: ( { attributes } ) => {
		return wp.element.createElement(
			wp.blockEditor.RichText.Content,
			{ tagName: 'p', value: attributes.message }
		);
	},
} );

What weโ€™d love feedback on:

  • Does โ€œroleโ€: โ€œcontentโ€ behave as expected for your blockโ€™s attributes?
  • Are there blocks that should be editable in content-only mode but arenโ€™t?
  • Does the opt-out work reliably?

Scenario 4: Edge cases and multi-block patterns

Try this if you: Want to help find bugs.

Ideas to test:

  • Insert a pattern containing Buttons, List, Gallery or Social Icons and verify individual items can be selected and edited in content-only mode.
  • Test with nested patterns (a pattern inside a pattern).
  • Try undoing and redoing edits made inside content-only mode.
  • Test with multi-selecting blocks that span inside and outside a pattern.

What weโ€™d love feedback on:

  • Does anything break or behave unexpectedly?
  • Are there patterns in the pattern library that are unusable in content-only mode?

How to Share Feedback

Comment on this post with your findings, or file GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/ issues in the WordPress/gutenberg repository and link to them here.

Helpful to include:

  • Browser, OS, and WordPress version
  • Screenshots or recordings
  • Steps to reproduce any issue
  • Severity assessment

Example:

Clicking a Button block inside a pattern opens full block controls instead of content-only mode

Steps to reproduce:

1. Insert the "Call to Action" pattern
2. Click the Button block inside it

Expected: Only button text is editable
Actual: Full toolbar and sidebar controls appear

Severity: Medium

WordPress: 7 Beta
Browser: Chrome 145.0.7632.110, MacOS
Theme: Twenty Twenty-Five

Resources


Thank you for making it this far and for testing!

Your feedback will directly shape how this feature lands in WordPress 7.0 and what gets improved in future releases.

Props to @ankit-k-gupta, @andrewserong and @talldanwp for helping to write this post.

#patterns, #wordpress-7-0

Help Test WordPress 7.0

WordPress 7.0 โ€” the first major releaseMajor Release A set of releases or versions having the same major version number may be collectively referred to as โ€œX.Yโ€ -- for example version 5.2.x to refer to versions 5.2, 5.2.1, and all other versions in the 5.2. (five dot two dot) branch of that software. Major Releases often are the introduction of new major features and functionality. of 2026 โ€” is coming fast. The official release will launch April 9, 2026.

With the launch of BetaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. 1, itโ€™s time to start testing everything. Thatโ€™s the best way to make sure this WordPress is stable, reliable, and easy to use for users across the globe.

Early testing is critical.

It finds bugs, usability issues, and compatibility concerns while thereโ€™s still time to address them.ย 

Then at launch, youโ€™ll find your testing might have led to an improvement you can see and feel.

Got a few minutes? A few hours? Every bit of testing makes a big difference โ€” possibly, the difference between a new feature landing in 7.0 or not.

Stay informed!

The WordPress 7.0 release schedule page has everything you need to know about the latest pre-release builds and milestones.

For real-time updates, you can follow discussions and find collaboration opportunities in the #core-test and #core channels in the Making WordPress SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. You might want to join both channels!ย 

Also, you are more than welcome at every upcoming release party, testing session, and test scrub throughout the release cycle and beyond.

Thank you!

Did you know youโ€™re already a hero? Anything you do โ€” even just reading this post โ€” helps shape WordPress 7.0 into the strongest, most polished release ever.ย 

And with the new features coming in 7.0, youโ€™ll help make it a blockbuster release for the entire community.

๐Ÿงช Testing Tips

You donโ€™t need to be a certified software tester or QA professional, or any kind of expert, to help test WordPress.ย 

Simply use WordPress as you would every day (on a test installation, of course!)

Run WordPress hard. Take it through processes that mimic your projects, workflows, and experiments. Try to break things.

Notice something unexpected? Run into a bug? Is a feature not behaving the way you thought it would? Please consider reporting it.

Not sure what the expected behaviour should be? No problem! Join the conversation in the `#core-test` channel on the Making WordPress Slack, where contributors and developers are always happy to help. If youโ€™re comfortable with the ticket system, you can also create a ticket on WordPress TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/..ย 

New tester? You have the global WordPress community at your service. Everyone in it is happy to welcome and support you. ๐ŸŒ

Again, every report, question, or observation you submit makes a difference and helps improve WordPress for hundreds of millions of users.

Recommendations for Testing WordPress Beta/RCRelease Candidate A beta version of software with the potential to be a final product, which is ready to release unless significant bugs emerge. Versions:

  • Test the CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Features that Matter to You:ย  Use your site the way you usually do. For instance, if youโ€™re a blogger, running a social platform, or managing an e-commerce store, run your tests through those specific scenarios.
  • Set up a staging site (ask your hosting provider if this is new to you). Do not test or update your live site with a beta version for testing; your users might see any issues that come up.
  • Update WordPress in the staging environmentStaging Environment A staging environment is a non-production copy of your site. This is a private place to build the site -- design, copy, and code -- until your client approves it for production or live. Sometimes used in addition to, or as a Development Environment.. Keep using your site as normal.ย 
  • Take note of anything you experience after the update.ย 
  • Use the General Checklist below to verify everything works as youโ€™d expect.

How to test WordPress Beta Versionsย 

You can test WordPress Beta versions in several ways. Some are fast and easy; some let you run sophisticated tests on the latest backend features.

All of them keep your live websites safe from the effects of any issues you find:

WP-Playground

Playground is a fast and easy way to spin up a test site โ€” without setting up a full environment. Get started at WordPress Playground.

A Local Site on your computerย 

Software like Local or wp-env lets you build a full WordPress site on your computer โ€” no internet required.

How to set up your site:

  1. Download and install Local.
  2. Create a new WordPress site.
  3. Once your site is up and running, install and activate the WordPress Beta Tester pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party., which lets you install pre-release versions of WordPress.
  4. Switch to the development or beta version of WordPress:
    1. Navigate to Tools > Beta Testing.
    2. Choose between Bleeding Edge or Point ReleaseMinor Release A set of releases or versions having the same minor version number may be collectively referred to as .x , for example version 5.2.x to refer to versions 5.2, 5.2.1, 5.2.3, and all other versions in the 5.2 (five dot two) branch of that software. Minor Releases often make improvements to existing features and functionality. Nightlies, depending on what you want to test.
    3. Click Save Changes, andย 
    4. Update your WordPress version.

Follow this guide for more detailed instructions.

WP-CLIWP-CLI WP-CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. The project page is http://wp-cli.org/ https://make.wordpress.org/cli/

Are you most at home in the command line? WP-CLI lets you install a WordPress beta version in record time.

Steps:

  • Create a local WordPress site, however you like to do it. Wait for the notification that your site is ready.
  • Open your terminal and navigate to the root directory of your WordPress installation.

Run the following command to update to the latest beta version:

wp core update --version=7.0-beta1

Or

wp core update --version=7.0-RC1

(Replace the version number as needed, such as โ€“ -version=7.0-beta2.)

With WP-CLI, you can install several different versions and switch between them on the fly. That makes it much easier to test specific builds and compare them.

A Staging Site on your host

You can build a staging site for your production/live site and test it with the WordPress beta/RC version โ€” without affecting your live site.

That way, youโ€™ll be sure everything works the way it should โ€” long before WordPress 7.0 lands in your production/live environment.

Testing Patches

Maybe you donโ€™t need to test an entire version of WordPress, but you do need to test one or more patches.

In that case, youโ€™ll need a specific local WordPress development environment.

Follow these instructions to set it up.

Testing tickets in the browserย 

Do you have a particular PR in the `wordpress-develop` or `gutenberg` repo that youโ€™d like to test in the browser?ย 

You can use Playground for that, and test any Core tickets you like โ€” without installing any software on your system. Just use these links:

General Testing Checklist

If you want to quickly test the updated WordPress versionโ€™s compatibility with your site, please verify the following checks:

First, update your WordPress to the Beta/RC version, enable debugging in wp-config.php, and update your theme and plugins.

  • Ensure plugins and themes didnโ€™t deactivate automatically after the update.
  • Check the WordPress Site Health tool for any new warnings or issues.
  • Confirm there are no layout breaks or misaligned elements.
  • Test links and permalinks to ensure there are no 404 errors.
  • Verify that posts, images, and media are displayed correctly.
  • Ensure the sitemap and robots.txt files are functioning properly.
  • Ensure full access to the admin dashboard without errors.
  • If your site has custom blocks, create content in a new blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. and edit existing content.
  • Create a new post: add content, copy-paste text, and manually add media files. Save the post and observe the console for any issues.
  • Create a new page, add content, and check its display in different browsers.
  • Open the browserโ€™s developer console and check for any errors, warnings, or notices.
  • Open the error log file and check for notices, warnings, and fatal errors.
  • Review user roles and permissions to ensure they remain intact.
  • Verify that any scheduled posts or automated tasks (like backups) still function as intended.
  • Ensure all integrated services (like payment gateways or analytics) are operational.
  • Open your site in different browsers and verify that all functionalities work as expected.
  • Check site performance and loading speed after the update.
  • Verify accessibilityAccessibility Accessibility (commonly shortened to a11y) refers to the design of products, devices, services, or environments for people with disabilities. The concept of accessible design ensures both โ€œdirect accessโ€ (i.e. unassisted) and โ€œindirect accessโ€ meaning compatibility with a personโ€™s assistive technology (for example, computer screen readers). (https://en.wikipedia.org/wiki/Accessibility) basics such as keyboard navigation, contrast, and screen reader behavior where possible.
  • Test form submissions (contact forms, checkout forms, login forms, etc.).
  • Confirm media uploads, image editing, and gallery functionality work properly.
  • Test theme customization settings (CustomizerCustomizer Tool built into WordPress core that hooks into most modern themes. You can use it to preview and modify many of your siteโ€™s appearance settings. or Site Editor) for stability.

WordPress continues to work reliably for the diverse global community that depends on it.

If anything fails here, it can directly impact revenue, so prioritise fixing these issues before updating production.

๐Ÿ‘‰ Key Features to Test

Visual RevisionsRevisions The WordPress revisions system stores a record of each saved draft or published update. The revision system allows you to see what changes were made in each revision by dragging a slider (or using the Next/Previous buttons). The display indicates what has changed in each revision.

Visual revisions in WordPress 7.0 let you see and restore past versions of a post directly inside the editor, with clear visual highlights of what changed. You get a new โ€œRevisionsโ€ view instead of being taken to a separate screen, with a timeline/slider to move between older and newer revisions. The content canvas shows visual diffs where added text is highlighted in green, removed text in red, and formatting changes like links or bold in yellow, while changed, added, and deleted blocks are visually marked so you can quickly see which parts of the page changed. In this mode, you can inspect and restore a revision, but you cannot edit content directly, keeping the experience focused on review and recovery.

Testing Steps

  1. Create content and revisions
    • Create a new post or page.
    • Add a few different blocks (Paragraph, Heading, List, Image).
    • Make several changes and click Update each time (add text, remove text, change formatting, add/remove blocks).
  2. Open the inโ€‘editor revisions view
    • In the editor, open the post sidebarSidebar A sidebar in WordPress is referred to a widget-ready area used by WordPress themes to display information that is not a part of the main content. It is not always a vertical column on the side. It can be a horizontal rectangle below or above the content area, footer, header, or any where in the theme. (Document/Settings).
    • Click the Revisions link/count.
    • Confirm you stay in the editor and see a dedicated revisions headerHeader The header of your site is typically the first thing people will experience. The masthead or header art located across the top of your page is part of the look and feel of your website. It can influence a visitorโ€™s opinion about your content and you/ your organizationโ€™s brand. It may also look different on different screen sizes. and slider.
  3. Use the slider/timeline
    • Move the slider to older and newer revisions.
    • Confirm the canvas updates to show the selected revision and that the current revision is clearly indicated.
  4. Check visual diffs
    • Verify:
      • Added text is highlighted in green with an underline.
      • Removed text is highlighted in red with strikethrough.
      • Pure formatting changes (e.g., turning a word into a link, making it bold) are shown in yellow (outline/underline).
    • Confirm that changed/added/deleted blocks are visually distinguished from unchanged blocks.
  5. Scroll markers/navigation
    • Look for markers along the scroll area that show where changes exist.
    • Click a marker and confirm the view jumps roughly to the changed area.
  6. Selection and nonโ€‘editing
    • Click on blocks in the revision view.
    • Confirm you can select and inspect them, but cannot type, add new blocks, or move blocks around.

If you encounter any issues or unexpected behaviour while testing, please log them here. Follow #74742 for more details.

Font Library Support for More Theme Types

WordPress previously introduced the Font Library to allow users to upload, manage, and apply fonts directly within WordPress without relying on themes or additional plugins. With updates targeted for WordPress 7.0, this functionality is expanding beyond block themes to better support classic themes as well.

This enhancement means site owners using classic themes can now access font management features in a more consistent way, similar to how media assets are handled. A dedicated Fonts page now appears under Appearance โ†’ Fonts for classic themes (not just block themes), where users can upload, activate, and manage fonts centrally.

Once added, these fonts become available within block editor typography controls โ€” for example, selecting a font family from the Paragraph block settings โ€” helping provide a more unified typography experience across different theme types.

Testing Stepsย 

Verify Font Library Availability in Classic Theme

  1. Install and activate a classic theme (e.g., Twenty Twenty-One or similar).
  2. Navigate to Appearance โ†’ Fonts.

Expected:

  • The fonts page should appear even with a classic theme.
  • No UIUI UI is an acronym for User Interface - the layout of the page the user interacts with. Think โ€˜how are they doing thatโ€™ and less about what they are doing. breakage or missing styles.

Upload Custom Fonts

  1. Go to Appearance โ†’ Fonts.
  2. Upload a supported font file.
  3. Activate the uploaded font.

Expected:

  • Font uploads successfully.
  • The font becomes available in the library.
  • No errors in console or server logs.

Use Fonts in Block Editor

  1. Create or edit a post/page.
  2. Add a block (e.g., Paragraph).
  3. Open Typography settings โ†’ Font Family.
  4. Select the uploaded font.

Expected:

  • Font appears in the dropdown.
  • Font applied correctly in editor preview.

Frontend Rendering Check

  1. Publish/update the post.
  2. View on frontend.

Expected:

  • The selected font displays correctly.
  • No fallback or styling conflicts.

Responsive editing mode

The Responsive Editing Mode introduces enhanced control over how content appears across different device sizes directly within the block editor. This feature allows users to selectively hide blocks based on screen type โ€” desktop, tablet, or mobile โ€” helping create more tailored and optimized viewing experiences without requiring custom CSSCSS CSS is an acronym for cascading style sheets. This is what controls the design or look and feel of a site. or theme-level adjustments.

With this capability, site owners and content creators can better manage responsive layouts, ensuring that specific content elements display appropriately depending on the userโ€™s device. This is especially useful for optimizing readability, improving mobile usability, and delivering cleaner layouts across varying screen sizes.

Testing Stepsย 

  1. Go to the WordPress dashboard and click on Page/Post.
  2. Open the page where you want to modify block visibility.
  3. Click on the specific block that you want to hide for a particular screen size.
  4. Click the three dots (โ‹ฎ) icon in the block toolbar to open additional options.
  5. From the dropdown menu, choose the Hide option.
  6. Select the device type (Desktop, Tablet, or Mobile) where the block should be hidden, then save the page.
  7. View the page on the frontend and confirm that the block is hidden on the selected screen size.
  8. Verify Using List View
    • Click the List View icon in the top toolbar.
    • Locate the block in the list.
    • A crossed eye icon will indicate that the block is hidden on one or more devices.
  9. Modify Hide Settings (If Needed)
    • Click the block with the crossed eye icon.
    • The Hide Block Settings panel will open, allowing you to review or adjust visibility preferences.

If you encounter any issues or unexpected behaviour while testing, please log them here. Follow #73776 for more details.

New Admin Improvements

WordPress 7.0 includes a visual refresh of the admin interface aimed at modernizing wp-admin, improving consistency with the block editor design system, and enhancing overall usability. This update focuses primarily on styling and UI polish without major functional changes, so testing should emphasize visual consistency, plugin compatibility, accessibility, and regression checks.

Testing Stepsย 

  1. Review major admin screens such as Dashboard, Posts/Pages list, editor screens, Settings, Media Library, and Plugins/Themes pages to check visual consistency, spacing, typography, button alignment, and notice styling.
  2. Test plugin compatibility by activating commonly used plugins (e.g., WooCommerce, SEO plugins, form plugins, or custom admin plugins) and verify that admin layouts, buttons, tables, and forms display correctly.
  3. Verify core workflows like creating/editing posts or pages, uploading media, updating settings, and navigating across admin sections to ensure no functional regressions.
  4. Perform accessibility checks, including colour contrast, keyboard navigation, focus states, readability, and screen reader behaviour.
  5. Test responsive admin behaviour by resizing the browser or testing on tablet/mobile widths, ensuring menu collapse, tables, and buttons remain usable.
  6. Observe performance aspects such as admin page load time, layout shifts, console errors, or unusual delays.
  7. Conduct regression checks by comparing behaviour with previous WordPress versions to confirm workflows, settings, and media functionality remain stable.
    (Tip: Open a new Playground instance with an older version of WordPress, like 6.9 and compare )
  8. Report any issues such as broken layouts, plugin conflicts, accessibility regressions, inconsistent styling, or performance concerns.

Follow #64470 for more details.

Customizable overlay for the navigation block

WordPress 7.0 introduces Customizable Navigation Overlays, a new feature that provides greater control over mobile navigation menus directly within the block editor. Previously, mobile menu overlays offered limited customization options, often restricting users to default layouts and styling.

With this enhancement, users can design fully customized navigation overlays using blocks and patterns โ€” allowing them to add branding elements, calls-to-action, images, and tailored navigation structures. These overlays are saved as reusable template parts, enabling consistent design across themes while also allowing theme authors to provide predefined overlay designs.

Testing Steps

  1. Insert a Navigation block on a Template.
  2. Select the Navigation block and look for the โ€˜Settingsโ€™ inside the right panel.
  3. Look for the โ€˜Overlayโ€™ customisation controls and create a โ€˜Custom Overlayโ€™.
  4. Preview it in the Editor.
  5. View it on the Frontend in mobile view.

If you encounter any issues or unexpected behaviour while testing, please log them here. Follow #73084 ย for more details.

Real-time Collaborationย 

Real-time collaboration is the crowning feature of the GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ Project phase 3, and this is the first iteration to land in Core. You can call it RTC for short.

But before it can get there, RTC needs you! (And your friends!) Every part of this groundbreaking functionality, from front-end usability to literal php functions, plus database calls, APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. endpoints, and more, needs to run this first implementation through its paces.

In short, please ride this hard. Try to break everything! Thatโ€™s how the folks whoโ€™ve been working on this will know itโ€™s good enough to be in Core.

Testing steps

  • Install WordPress 7.0 Beta 1 on a server that somebody else can reach.ย 
  • This should probably be a new installation. maybe on a local network or on a staging server, or something in betweenโ€”not a production server, but also not a local installLocal Install A local install of WordPress is a way to create a staging environment by installing a LAMP or LEMP stack on your local computer. on a single machine.
  • In the plugin, navigate to Settings > Writing and toggle on โ€œEnable real-time collaboration.โ€
  • Open a post for editing. Start with a regular post, of course, but remember that pages are also posts, and custom post types are posts too! There are some exceptions, which youโ€™ll find below.ย 
  • Invite a friend or colleague (or two or ten!) to edit the same post.
    • Consider joining a video call and sharing your screens so you can each see both experiences.
    • Or, collaborate with yourself! To do that, open your install in a separate tab and log in as someone else. See if you can edit as both people!
    • Another option: open your site on two machines on the same network.
  • If you have some, use real contentโ€”real text and images, other data sources and other media. See if you can use your usual workflows.

What to expect

  • Real-time collaboration only works when youโ€™re editing posts in the block editor and site editor. It wonโ€™t function on other admin screens.
  • Classic post metaMeta Meta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. boxes do not sync. Using these boxes still works, but your collaborators will not see updates in real time. They might even overwrite each otherโ€™s changes.
    • Without looking at the code, itโ€™s not always obvious whether a post meta box is Classic (persisted using a save_post hook) or modern (integrated with the Gutenberg data store). Many plugins still use Classic post meta boxes.
  • Most blocks are compatible. Blocks are synced via their attributes, which means that most blocks support real-time collaboration by default. Some blocks might use local state when working with user input, which can result in issues during real-time collaboration.
  • Plugins that integrate with the block editor might have issues. Behavior with plugins is some of the most important feedback you can give.ย 
  • Collaborator cursors disappear in the Show Template view.
  • Collaborating on the same block can have issues. Please test it anyway, but expect quirkiness around cursor placement. Your feedback may well speed up the fix!
  • Syncing happens over HTTPHTTP HTTP is an acronym for Hyper Text Transfer Protocol. HTTP is the underlying protocol used by the World Wide Web and this protocol defines how messages are formatted and transmitted, and what actions Web servers and browsers should take in response to various commands. polling, so itโ€™s not instant. It could feel laggy sometimesโ€”please report this! As well, if it feels much smoother at some points than at others, please report that. Performance will directly affect how the community takes to RTC long-term.

What to notice

About overall functionality:

  • Did real-time collaboration work the whole time?ย 
  • Did you get disconnected? Did it ever feel unresponsive to the point that it interrupted your work?
  • Did you lose any content? How about duplication?

In real-life workflows, could you collaborate:

  • On custom blocks?
  • Inside a pluginโ€™s UI?
  • In the site editor?
  • On a large document?
  • If you added more than one user?

How did RTC do on accessibility? Did it work:

  • Only using the keyboard?
  • With a screen reader?
  • On a mobile device?

If you encounter any issues or unexpected behaviour while testing, please log them here. Follow #52593ย for more details.

New blocks & updates

WordPress 7.0 adds some new blocks:

  • Icon
  • Breadcrumbsย 

The Icon block lets you add one or more icons and style them in limited ways, with more options to come in the future.

Testing steps

  1. Open a post or page.
  2. Insert the Icon block.
  3. Try out the options you see.ย 

The Breadcrumbs block ships with two options: to show the Home link and select the separator. For now, the block only works with hierarchical post types.

Testing steps

  1. Open a hierarchical post (like a page)
  2. Insert the Breadcrumbs block.
  3. Toggle the option to show the Home link. Does it show up on the page?
  4. Toggle the Home link off. How does that work?
  5. Experiment with choosing separator options.ย 
  6. Report your findings.

Plus, three blocks are getting updates:

  • The Gallery box adds a lightbox to switch between images.
  • The Cover block will support external video.
  • The Grid block is getting new controls.

Client side Media processing in the browser

WordPress 7.0 introduces Client-side media processing, leveraging the browserโ€™s capabilities to handle tasks, like image resizing and compression, for smoother image processing. This enables the use of more advanced image formats and compression techniques, and reduces demand on the web server, providing a more efficient media handling process for both new and existing content, and supporting smoother media workflows.

With so many options and enhancements in WordPress 7.0 Beta 1, this is still only the beginning. You can expect future releases to be even better.

You can check the following details for clear and helpful test instructions.

PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. https://www.php.net/manual/en/preface.php Compatibility Update in WordPress 7.0ย 

WordPress 7.0 raises the minimum supported PHP version to 7.4, which means sites still running PHP 7.2 or 7.3 will not receive this major update and will remain on the 6.9 branch. To stay current and secure, site owners should plan to upgrade their PHP version with their hosting provider (ideally to PHP 8.3+) and test their site on staging before updating to WordPress 7.0. This change helps WordPress take advantage of newer PHP features and performance improvements while keeping support focused on actively maintained PHP branches; you can read more details in the official announcement here:ย 

Dropping support for PHP 7.2 and 7.3 โ€“ Make WordPress Core

What to Notice

While testing, keep an eye on:

  • Could you find all the features? Could you figure out how to use them just from the interface?
  • How did the workflows feel? Smooth and logical? Or were some slow, confusing, or broken?
  • Did youย  notice visual regressions in the editor, admin screens, or frontend?
  • How did patterns, templates, and site editor changes behave when you changed style variations, or themes?
  • Did you test any assistive devices or on-device accessibility settings (focus order, keyboard traps, missing labels, reducedโ€‘motion, contrast settings)? How did the feature work under those conditions?
  • Do you see PHP notices, warnings, or deprecations in logs or the debug console that werenโ€™t there before? Did any show up on the front end, where visitors might see?

Make notes of anything that feels offโ€”even if youโ€™re not sure itโ€™s a bug.

Where to Report Feedback

Please share everything that stood outโ€”as a problem or a plus, or anything in betweenโ€”issues, suggestions, and whatever else you found significant.

Choose any of these options:

  • Post in the #core-test & #core channel in the Making WordPress Slack to discuss issues in real time.
  • Create a trac ticket at https://core.trac.wordpress.org/ for WordPress Core issues.
  • Open a GitHubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/ issue in the Gutenberg repository for editorโ€‘related bugs.

Include as much detail as you can in your report:

  • WordPress version (e.g. 7.0โ€‘beta1 or 7.0โ€‘RC1).
  • PHP version and database type/version.
  • Theme and active plugins.
  • Exact steps to reproduce the issue.
  • Screenshots, screen recordings, and any error messages/logs you could capture.

Changelog

1.0.0 โ€“ Initial Post

1.0.1 โ€“ Removed Tab Block Details

Props to @marybaum for working on the New Blocks and Real-time Collaboration sections.
Props to @anveshika for working on Customizable Overlay and Responsive Editing Mode sections.
Props to @amykamala, @muddassirnasim, and @wildworks for the pre-publish review of this post.

#release-field-guide

Test Scrub Schedule for WordPress 7.0

As youโ€™re aware, WordPress 7.0 is slated to be the first major release of 2026, with the official release date set for April 9, 2026. As we gear up for this important milestone, our Test team will be shifting gears a bit.ย 

Starting from our upcoming weekly Patch Testing Session, weโ€™ll be running a Test Scrub for WP 7.0 instead of the usual Future Milestone Tickets. These scrubs will focus specifically on tickets and issues related to the WordPress 7.0 milestone. Itโ€™s a great opportunity to contribute to this major releaseMajor Release A set of releases or versions having the same major version number may be collectively referred to as โ€œX.Yโ€ -- for example version 5.2.x to refer to versions 5.2, 5.2.1, and all other versions in the 5.2. (five dot two dot) branch of that software. Major Releases often are the introduction of new major features and functionality. and make a tangible impact on the final product.ย 

Where Will It Happen?

Each Test Scrub will take place in the #core-test channel on the Make WordPress SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ at the same time as our regular weekly Test team meetings. If additional releaseโ€‘focused scrubs are scheduled, theyโ€™ll also be announced in #core-test and added to the meetings calendar.ย 

What Tickets Will We Focus On?

Weโ€™ll primarily concentrate on tickets that are tagged Has Patch or/ Needs Testing for the 7.0 milestone. You can find these tickets in the 7.0 report on Trac. As the release moves through BetaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. and RCRelease Candidate A beta version of software with the potential to be a final product, which is ready to release unless significant bugs emerge., weโ€™ll also highlight key features and regressions that need focused testing.

Interested in Leading a Test Scrub?

Did you know that anyone can lead a Test Scrub at any time? Yes, that means you can!

If youโ€™re interested in leading a scrub, please reach out in the #core-test Slack channel with:ย 

  • The day and time youโ€™re considering
  • The report or tickets youโ€™d like to focus on (for example, a specific TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/. report, a feature area, or a Beta/RC build)

If youโ€™re planning a scrub thatโ€™s specifically focused on WordPress 7.0, thatโ€™s fantastic! We can add it to our schedule so the rest of the team knows to join in. Leading a scrub is a great way to contribute.ย 

Letโ€™s Contribute Together

This is a perfect chance to get involved with the major release of WordPress 7.0, learn more about the release process, and help ensure the quality and stability of WordPress. Your contributions will make a difference, so join us for the Test Scrub sessions and be a part of this exciting release.ย 

Thank You โค๏ธ

Thanks to everyone contributing time, testing, feedback, and expertise. Community testing plays a critical role in making each WordPress release successful.

Letโ€™s work together to make WordPress 7.0 a smooth and high-quality release.

Props to @huzaifaalmesbah, @marybaum, and @nikunj8866 for pre-publish review.

#call-for-testing, #core

Month in Test: February 8, 2026

Hello and welcome to the 1st edition ofย Month in Test, the place where contributors of any skill level can find opportunities to contribute to WordPress through testing. You can find the Test Team inย #core-test.

Table of Contents

Calls for Testing ๐Ÿ“ฃ

Calls for Testingย can originate from any team, from themes to mobile apps to feature plugins. The following posts highlight features and releases that need special attention:

Test Handbook ๐Ÿ“˜

Merging of Test Handbook inย GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/

For the last few weeks, a good number of test contributors embarked on the journey of reviewing our new Test Handbook based on GitHub. The Process has been concluded successfully with the merging.

  • We want to inform that theย Test Handbookย is officiallyย synced. There might be a couple of bugs and things that are not looking good pending to be fixed.
  • Feel free to give it a checkย here,ย and if you find any bugs, go to theย GitHub repository and report them.
    • You can send a PR with theย fix,ย or simply send theย issue, and we will check it

Weekly Testing Roundup ๐Ÿค 

Bi-Weekly update:ย Test Team Update

Hereโ€™s a roundup of active tickets that are ready for testing contributions. Did you know that contributions to theย Test Teamย are also a fantastic way to level up your WordPress knowledge and skills? Dive in to contribute, and gain coveted props ๐Ÿ˜Ž for a coming release.

1. WordPressย CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.ย Testing

a.ย Patch Testing ๐Ÿฉน

Who? All contributors (not just developers) who can set up a local testing environment. Why?
It is necessary toย apply proposed patchesย and test per theย testing instructionsย in order to validate that a patch fixes the issue.

Theย following ticketsย (7) have been reviewed and a patch provided, and need testers to apply the patch and manually test, then provide feedback through aย patch test report:

b.ย Bug Reproduction

It is necessary to confirm if the bug is happening under multiple conditions and environments, using the bug reproduction report in order to validate the issue.

The following tickets (143) have been reviewed and milestoned, and need testers to check the instructions and manually test if the issue is reproducible, then provide a bug reproduction report:

c. Test Team Issues

Here are the current activities being discussed in the Test Team Github:

  1. We need to review the Test Team Issues. If you have a possible solution, comment in the Issue or submit a PR.

2.ย GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ย Testing

๐Ÿ‘‹ Want to contribute toย WordPress/Gutenberg? If you have a bug or an idea, read theย contributing guidelinesย before opening an issue. If youโ€™re ready to tackle some open issues,ย weโ€™ve collected some good first issues for you.

a. Gutenberg Bug Reproduction Testing

Theย following ticketsย (2) have been filed reporting a known bug and needs testers to manually test, then provide feedback through aย bug reproductionย report that the issue can be reproduced.

b. Gutenberg Patch Testing

All contributors (not just developers) who can set up a local testing environment.
Why? It is necessary toย apply proposed patchesย and test per theย testing instructionsย in order to validate that a patch fixes the issue.

Theย following ticketsย (1) have been reviewed, and a patch provided, and need testers to apply the patch and manually test, then provide feedback through aย patch test report:

Profile Badge Awards ๐ŸŽ‰

Congratulations to the recipients of theย Test Team Badge ๐ŸŽ‰

โ€“ Kindly find the Contribution Guidelines here

Read/Watch/Listen ๐Ÿ”—

  1. WordPress Ecosystem Announcements
  2. Test Team Announcements
  3. Call for Testing

Upcoming Meetings ๐Ÿ—“

๐Ÿšจ There will be regularย #core-testย meetings. The schedule is being worked on and final schedule will be shared after finalizing the discussion

Current 2026ย Schedule:

Interested in hosting a <test-scrub>? Test Team needs you! Check outย Leading Bug Scrubsย for details, or inquire inย #core-testย for more info.

Props to @sirlouen for helping review this article and offering feedback

#core-test, #fse-outreach-program, #full-site-editing, #gutenberg

Week in Test: January 27, 2026

Hello and welcome to another edition ofย Week in Test, the place where contributors of any skill level can find opportunities to contribute to WordPress through testing. You can find the Test Team inย #core-test.

Table of Contents

Calls for Testing ๐Ÿ“ฃ

Calls for Testingย can originate from any team, from themes to mobile apps to feature plugins. The following posts highlight features and releases that need special attention:

Test Handbook ๐Ÿ“˜

Merging of Test Handbook inย GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/

For the last few weeks, a good number of test contributors embarked on the journey of reviewing our new Test Handbook based on GitHub. The Process has been concluded successfully with the merging.

  • We want to inform that theย Test Handbookย is officiallyย synced. There might be a couple of bugs and things that are not looking good pending to be fixed.
  • Feel free to give it a checkย here,ย and if you find any bugs, go to theย GitHub repository and report them.
    • You can send a PR with theย fix,ย or simply send theย issue, and we will check it

Weekly Testing Roundup ๐Ÿค 

Bi-Weekly update:ย Test Team Update

Hereโ€™s a roundup of active tickets that are ready for testing contributions. Did you know that contributions to theย Test Teamย are also a fantastic way to level up your WordPress knowledge and skills? Dive in to contribute, and gain coveted props ๐Ÿ˜Ž for a coming release.

1. WordPressย CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.ย Testing

a.ย Patch Testing ๐Ÿฉน

Who? All contributors (not just developers) who can set up a local testing environment. Why?
It is necessary toย apply proposed patchesย and test per theย testing instructionsย in order to validate that a patch fixes the issue.

Theย following ticketsย (2) have been reviewed and a patch provided, and need testers to apply the patch and manually test, then provide feedback through aย patch test report:

b.ย Bug Reproduction

It is necessary to confirm if the bug is happening under multiple conditions and environments, using the bug reproduction report in order to validate the issue.

The following tickets (169) have been reviewed and milestoned, and need testers to check the instructions and manually test if the issue is reproducible, then provide a bug reproduction report:

c. Test Team Issues

Here are the current activities being discussed in the Test Team Github:

  1. We need to review the Test Team Issues. If you have a possible solution, comment in the Issue or submit a PR.

2.ย GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ย Testing

๐Ÿ‘‹ Want to contribute toย WordPress/Gutenberg? If you have a bug or an idea, read theย contributing guidelinesย before opening an issue. If youโ€™re ready to tackle some open issues,ย weโ€™ve collected some good first issues for you.

a. Gutenberg Bug Reproduction Testing

Theย following ticketsย (1) have been filed reporting a known bug and needs testers to manually test, then provide feedback through aย bug reproductionย report that the issue can be reproduced.

b. Gutenberg Patch Testing

All contributors (not just developers) who can set up a local testing environment.
Why? It is necessary toย apply proposed patchesย and test per theย testing instructionsย in order to validate that a patch fixes the issue.

Theย following ticketsย (2) have been reviewed, and a patch provided, and need testers to apply the patch and manually test, then provide feedback through aย patch test report:

Profile Badge Awards ๐ŸŽ‰

Congratulations to the recipients of theย Test Contributor Badge ๐ŸŽ‰

  • none awarded this week

โ€“ Kindly find the Contribution Guidelines here

Read/Watch/Listen ๐Ÿ”—

  1. WordPress Ecosystem Announcements
  2. Test Team Announcements
  3. Call for Testing

Upcoming Meetings ๐Ÿ—“

๐Ÿšจ There will be regularย #core-testย meetings. The schedule is being worked on and final schedule will be shared after finalizing the discussion

Current 2026ย Schedule:

Interested in hosting a <test-scrub>? Test Team needs you! Check outย Leading Bug Scrubsย for details, or inquire inย #core-testย for more info.

Props to @nikunj8866 @sirlouen for helping review this article and offering feedback

#core-test, #fse-outreach-program, #full-site-editing, #gutenberg, #make-wordpress-org-mobile

Week in Test: January 19, 2026

Hello and welcome to another edition ofย Week in Test, the place where contributors of any skill level can find opportunities to contribute to WordPress through testing. You can find the Test Team inย #core-test.

Table of Contents

Calls for Testing ๐Ÿ“ฃ

Calls for Testingย can originate from any team, from themes to mobile apps to feature plugins. The following posts highlight features and releases that need special attention:

Test Handbook ๐Ÿ“˜

Merging of Test Handbook inย GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/

For the last few weeks, a good number of test contributors embarked on the journey of reviewing our new Test Handbook based on GitHub. The Process has been concluded successfully with the merging.

  • We want to inform that theย Test Handbookย is officiallyย synced. There might be a couple of bugs and things that are not looking good pending to be fixed.
  • Feel free to give it a checkย here,ย and if you find any bugs, go to theย GitHub repository and report them.
    • You can send a PR with theย fix,ย or simply send theย issue, and we will check it

Weekly Testing Roundup ๐Ÿค 

Bi-Weekly update:ย Test Team Update

Hereโ€™s a roundup of active tickets that are ready for testing contributions. Did you know that contributions to theย Test Teamย are also a fantastic way to level up your WordPress knowledge and skills? Dive in to contribute, and gain coveted props ๐Ÿ˜Ž for a coming release.

1. WordPressย CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.ย Testing

a.ย Patch Testing ๐Ÿฉน

Who? All contributors (not just developers) who can set up a local testing environment. Why?
It is necessary toย apply proposed patchesย and test per theย testing instructionsย in order to validate that a patch fixes the issue.

Theย following ticketsย (0) have been reviewed and a patch provided, and need testers to apply the patch and manually test, then provide feedback through aย patch test report:

  • No tickets this week

b.ย Bug Reproduction

It is necessary to confirm if the bug is happening under multiple conditions and environments, using the bug reproduction report in order to validate the issue.

The following tickets (191) have been reviewed and milestoned, and need testers to check the instructions and manually test if the issue is reproducible, then provide a bug reproduction report:

c. Test Team Issues

Here are the current activities being discussed in the Test Team Github:

  1. We need to review the Test Team Issues. If you have a possible solution, comment in the Issue or submit a PR.

2.ย GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ย Testing

๐Ÿ‘‹ Want to contribute toย WordPress/Gutenberg? If you have a bug or an idea, read theย contributing guidelinesย before opening an issue. If youโ€™re ready to tackle some open issues,ย weโ€™ve collected some good first issues for you.

a. Gutenberg Bug Reproduction Testing

Theย following ticketsย (0) have been filed reporting a known bug and needs testers to manually test, then provide feedback through aย bug reproductionย report that the issue can be reproduced.

  • Nothing this week

b. Gutenberg Patch Testing

All contributors (not just developers) who can set up a local testing environment.
Why? It is necessary toย apply proposed patchesย and test per theย testing instructionsย in order to validate that a patch fixes the issue.

Theย following ticketsย have been reviewed, and a patch provided, and need testers to apply the patch and manually test, then provide feedback through aย patch test report:

  • None this week

Profile Badge Awards ๐ŸŽ‰

Congratulations to the recipients of theย Test Contributor Badge ๐ŸŽ‰

โ€“ Kindly find the Contribution Guidelines here

Read/Watch/Listen ๐Ÿ”—

  1. WordPress Ecosystem Announcements
  2. Test Team Announcements
  3. Call for Testing

Upcoming Meetings ๐Ÿ—“

๐Ÿšจ There will be regularย #core-testย meetings. The schedule is being worked on and final schedule will be shared after finalizing the discussion

Current 2026ย Schedule:

Interested in hosting a <test-scrub>? Test Team needs you! Check outย Leading Bug Scrubsย for details, or inquire inย #core-testย for more info.

Props to @nikunj8866 @sirlouen for helping review this article and offering feedback

#core-test, #fse-outreach-program, #full-site-editing, #gutenberg, #make-wordpress-org-mobile, #make-wordpress-orgupdates

Week in Test: November 24, 2025

Hello and welcome to another edition ofย Week in Test, the place where contributors of any skill level can find opportunities to contribute to WordPress through testing. You can find the Test Team inย #core-test.

Table of Contents

Calls for Testing ๐Ÿ“ฃ

Calls for Testingย can originate from any team, from themes to mobile apps to feature plugins. The following posts highlight features and releases that need special attention:

Test Handbook ๐Ÿ“˜

Merging of Test Handbook inย GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/

For the last few weeks, a good number of test contributors embarked on the journey of reviewing our new Test Handbook based on GitHub. The Process has been concluded successfully with the merging.

  • We want to inform that theย Test Handbookย is officiallyย synced. There might be a couple of bugs and things that are not looking good pending to be fixed.
  • Feel free to give it a checkย here,ย and if you find any bugs, go to theย GitHub repository and report them.
    • You can send a PR with theย fix,ย or simply send theย issue, and we will check it

Weekly Testing Roundup ๐Ÿค 

Bi-Weekly update:ย Test Team Update

Hereโ€™s a roundup of active tickets that are ready for testing contributions. Did you know that contributions to theย Test Teamย are also a fantastic way to level up your WordPress knowledge and skills? Dive in to contribute, and gain coveted props ๐Ÿ˜Ž for a coming release.

1. WordPressย CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.ย Testing

a.ย Patch Testing ๐Ÿฉน

Who? All contributors (not just developers) who can set up a local testing environment. Why?
It is necessary toย apply proposed patchesย and test per theย testing instructionsย in order to validate that a patch fixes the issue.

Theย following ticketsย have been reviewed and a patch provided, and need testers to apply the patch and manually test, then provide feedback through aย patch test report:

b.ย Bug Reproduction

It is necessary to confirm if the bug is happening under multiple conditions and environments, using the bug reproduction report in order to validate the issue.

The following tickets have been reviewed and milestoned, and need testers to check the instructions and manually test if the issue is reproducible, the provide a bug reproduction report:

Theย following 6.9 ticketsย need testing, those are having patches:

  • Nothing for this week

2.ย GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ย Testing

๐Ÿ‘‹ Want to contribute toย WordPress/Gutenberg? If you have a bug or an idea, read theย contributing guidelinesย before opening an issue. If youโ€™re ready to tackle some open issues,ย weโ€™ve collected some good first issues for you.

a. Gutenberg Bug Reproduction Testing

Theย following ticketsย have been filed reporting a known bug and needs testers to manually test, then provide feedback through aย bug reproductionย report that the issue can be reproduced.

b. Gutenberg Patch Testing

All contributors (not just developers) who can set up a local testing environment.
Why? It is necessary toย apply proposed patchesย and test per theย testing instructionsย in order to validate that a patch fixes the issue.

Theย following ticketsย have been reviewed, and a patch provided, and need testers to apply the patch and manually test, then provide feedback through aย patch test report:

  • Nothing to test yet this week

Profile Badge Awards ๐ŸŽ‰

Congratulations to the recipients of theย Test Contributor Badge ๐ŸŽ‰
None this week. Please keep contributing.
โ€“ Kindly find the Contribution Guidelines here

Read/Watch/Listen ๐Ÿ”—

Upcoming Meetings ๐Ÿ—“

๐Ÿšจ There will be regularย #core-testย meetings held in 2025.

2025ย Schedule:

Interested in hosting a <test-scrub>? Test Team needs you! Check outย Leading Bug Scrubsย for details, or inquire inย #core-testย for more info.

#core-test, #fse-outreach-program, #full-site-editing, #gutenberg, #make-wordpress-orgupdates

Week in Test: November 17, 2025

Hello and welcome to another edition ofย Week in Test, the place where contributors of any skill level can find opportunities to contribute to WordPress through testing. You can find the Test Team inย #core-test.

Table of Contents

Calls for Testing ๐Ÿ“ฃ

Calls for Testingย can originate from any team, from themes to mobile apps to feature plugins. The following posts highlight features and releases that need special attention:

Test Handbook ๐Ÿ“˜

Merging of Test Handbook inย GithubGitHub GitHub is a website that offers online implementation of git repositories that can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the โ€˜pull requestโ€™ where code changes done in branches by contributors can be reviewed and discussed before being merged by the repository owner. https://github.com/

For the last few weeks, a good number of test contributors embarked on the journey of reviewing our new Test Handbook based on GitHub. The Process has been concluded successfully with the merging.

  • We want to inform that theย Test Handbookย is officiallyย synced. There might be a couple of bugs and things that are not looking good pending to be fixed.
  • Feel free to give it a checkย here,ย and if you find any bugs, go to theย GitHub repository and report them.
    You can send a PR with theย fixย or simply send theย issue, and we will check it

Weekly Testing Roundup ๐Ÿค 

Bi-Weekly update:ย Test Team Update

Hereโ€™s a roundup of active tickets that are ready for testing contributions. Did you know that contributions to theย Test Teamย are also a fantastic way to level up your WordPress knowledge and skill? Dive in to contribute, and gain coveted props ๐Ÿ˜Ž for a coming release.

1. WordPressย CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.ย Testing

a.ย Patch Testing ๐Ÿฉน

Who? All contributors (not just developers) who can set up a local testing environment. Why?
It is necessary toย apply proposed patchesย and test per theย testing instructionsย in order to validate that a patch fixes the issue.

Theย following ticketsย have been reviewed and a patch provided, and need testers to apply the patch and manually test, then provide feedback through aย patch test report:

b.ย Bug Reproduction

It is necessary to confirm if the bug is happening under multiple conditions and environments, using the bug reproduction report in order to validate the issue.

The following tickets have been reviewed and milestoned, and need testers to check the instructions and manually test if the issue is reproducible, the provide a bug reproduction report:

Theย following 6.9 ticketsย need testing, those are having patches:

  • Nothing for this week

2.ย GutenbergGutenberg The Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses โ€˜blocksโ€™ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ย Testing

๐Ÿ‘‹ Want to contribute toย WordPress/Gutenberg? If you have a bug or an idea, read theย contributing guidelinesย before opening an issue. If youโ€™re ready to tackle some open issues,ย weโ€™ve collected some good first issues for you.

a. Gutenberg Bug Reproduction Testing

Theย following ticketsย have been filed reporting a known bug and needs testers to manually test, then provide feedback through aย bug reproductionย report that the issue can be reproduced.

b. Gutenberg Patch Testing

All contributors (not just developers) who can set up a local testing environment.
Why? It is necessary toย apply proposed patchesย and test per theย testing instructionsย in order to validate that a patch fixes the issue.

Theย following ticketsย have been reviewed, and a patch provided, and need testers to apply the patch and manually test, then provide feedback through aย patch test report:

  • Nothing to test yet this week

Profile Badge Awards ๐ŸŽ‰

Congratulations to the recipients of theย Test Contributor Badge ๐ŸŽ‰
None this week. Please keep contributing.
โ€“ Kindly find the Contribution Guidelines here

Read/Watch/Listen ๐Ÿ”—

Upcoming Meetings ๐Ÿ—“

๐Ÿšจ There will be regularย #core-testย meetings held in 2025.

2025ย Schedule:

Interested in hosting a <test-scrub>? Test Team needs you! Check outย Leading Bug Scrubsย for details, or inquire inย #core-testย for more info.

Props to @sirlouen and @nikunj8866 for helping review this article and offering feedback

#core-test, #full-site-editing, #gutenberg, #make-wordpress-org-mobile, #make-wordpress-orgupdates, #web

Test Scrub Schedule for WordPress 6.9

WordPress 6.9 will be the last major release of 2025, with the official release date set for December 2, 2025. As we gear up for this release, itโ€™s time to start regular Test Scrub sessions to ensure all issues slated for this release are prepared and ready.

Test Scrub in Place of Test Team Triage

Starting from Thursday October 30, 2025, weโ€™ll be running weekly Test Scrub sessions. These sessions will focus specifically on the WordPress 6.9 milestone tickets.

Where Will It Happen?

Test Scrubs will take place on the #core-test channel of the Make WordPress Slack on Thursdays at 07:00 UTC every week leading up to the final release, starting on Thursday, October 30 at 07:00 UTC.

What Tickets Will We Focus On?

Weโ€™ll be concentrating on tickets that are tagged with Has Patch / Needs Testing. You can find these tickets in this report.

Interested in Leading a Test Scrub?

Did you know that anyone can lead a Test Scrub at any time? Yes, that means you can!

If youโ€™re interested in leading a scrub, simply pingPing The act of sending a very small amount of data to an end point. Ping is used in computer science to illicit a response from a target server to test itโ€™s connection. Ping is also a term used by Slack users to @ someone or send them a direct message (DM). Users might say something along the lines of โ€œPing me when the meeting starts.โ€ @krupajnanda or @psykro on SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/ with the day and time youโ€™re considering, along with the report or tickets youโ€™d like to focus on.

Are you planning a scrub thatโ€™s specifically focused on WordPress 6.9? Thatโ€™s fantastic! We can add it to our schedule, so the rest of the team knows to join in. Leading a scrub is a great way to contribute, and youโ€™ll earn props in the Slack channel for your efforts!

Letโ€™s Contribute Together

This is a perfect chance to get involved with the major releaseMajor Release A set of releases or versions having the same major version number may be collectively referred to as โ€œX.Yโ€ -- for example version 5.2.x to refer to versions 5.2, 5.2.1, and all other versions in the 5.2. (five dot two dot) branch of that software. Major Releases often are the introduction of new major features and functionality. of WordPress 6.9, learn more about the process, and help ensure the quality and stability of WordPress. Your contributions will make a difference, so join us for the Test Scrub sessions and be a part of this exciting release!

See you in the #core-test channel!

#core-test