Team Chat Agenda: 21st May, 2026

Here is the agenda for the upcoming Test Team Chat scheduled for Thursday, 21 May 2026, 03:00 PM UTC, which is held in the #core-test Slack channel. Lurkers welcome!

Agenda

Leave a Comment

  • Do you have something to propose for the agenda?
  • Canโ€™t make the meeting, but have a question for the Test Team?

If any of the above apply, please leave a comment below.

#core-test, #test-chat-agenda

WordPress 7.0 Updates & Testing – FAQ

WordPress 7.0 is scheduled to release today, and you may have some questions or doubts related to testing, updating, compatibility, or how the release process works.

Below are some questions that may help contributors, developers, 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./theme authors, site owners, and general WordPress users better understand the WordPress 7.0 release and testing process.


What is WordPress 7.0 RC5?

WordPress 7.0 RC5 (Release CandidateRelease Candidate A beta version of software with the potential to be a final product, which is ready to release unless significant bugs emerge. 5) is a near-final testing version of WordPress 7.0. At this stage, the release is considered feature complete, but community testing is still needed to identify remaining bugs, regressions, compatibility issues, and usability concerns before the final release.


When will the final version of WP 7.0 be released?

The final stable release of WordPress 7.0 is currently scheduled for May 20, 2026.


How can I know what is coming in WP 7.0 and how to test those features?

The following posts contain detailed information about new features, improvements, developer notes, and suggested testing areas for WordPress 7.0:

These resources can help contributors, testers, plugin/theme authors, and site owners better understand what is included in WordPress 7.0 and how to test related functionality.


Why is testing RC5 important?

Testing RC5 helps improve the stability and quality of WordPress 7.0 before it reaches millions of websites worldwide. Community testing helps uncover issues across different plugins, themes, hosting environments, browsers, devices, and workflows that may not appear in limited testing environments.


I already tested my site with WordPress 7.0 during 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. 2 & Beta 3. Do I still need to test with RC5?

Yes โ€” RCRelease Candidate A beta version of software with the potential to be a final product, which is ready to release unless significant bugs emerge. testing is still extremely valuable even if you previously tested earlier beta versions. During the RC phase, many bugs and fixes have already been added since Beta 2 and Beta 3.


I did not get a chance to test any Beta or RC versions with my existing WordPress site. Should I directly update once WP 7.0 is officially released?

It is not recommended to update a production siteProduction Site A production site is a live site online meant to be viewed by your visitors, as opposed to a site that is staged for development or testing. immediately without any prior testing, especially if your site uses custom code, multiple plugins, custom themes, or complex integrations.

Even though WordPress 7.0 is widely tested by the community before release, every website environment is different. It is always safer to test before updating production.ย 


I am not a technical person, but I have a WordPress site. Should I avoid updating to the latest WordPress version?

No. Keeping WordPress updated is important for security, performance, bug fixes, and compatibility improvements.

A good approach is to ask your hosting provider to create a staging site (a copy/replica of your live website) with the latest WordPress version installed. There, you can test your normal day-to-day workflows before updating your production site.

For example:

  • if you run a photo blog, try uploading/editing/deleting photos
  • if you run an eCommerce store, test checkout and orders
  • if you run an LMS site, test courses and student access

Real-world testing on a staging site can help identify issues before updating your live website.


Do I need technical knowledge to help test?

No. You do not need to be a developer or know how to code.

Even testing your normal day-to-day website workflows can be extremely valuable, whether you use WordPress for example:

  • an eCommerce store
  • a Learning Management System (LMS)
  • a business website
  • a blog
  • a portfolio
  • or any other type of website

Real-world usage testing helps identify issues that may not appear in limited development environments.


I just learned that a new WordPress version is coming, but I did not test my site with any Beta or RC versions. Is it okay to wait before updating after the official release on May 20 until I test my site?

Yes, absolutely. It is completely fine to wait and test your site before updating your live/production website to a major WordPress release.


Should I test RC5 on a production website?

No. RC versions are intended only for testing.

Please use:

Do not test directly on live / production websites.


What should I test first?

Start with workflows you use most often.

Suggested areas:

  • 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
  • Site editor
  • Publishing workflow
  • Media uploads
  • Theme compatibility
  • Plugin compatibility
  • Menus/widgets/navigation
  • Responsive/mobile behavior
  • 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)
  • Performance

What should plugin and theme authors focus on?

Plugin and theme authors should carefully test:

  • Installation and activation
  • Updates
  • Editor integration
  • Frontend rendering
  • Settings screens
  • Custom blocks
  • APIs and hooksHooks In WordPress theme and development, hooks are functions that can be applied to an action or a Filter in WordPress. Actions are functions performed when a certain event occurs in WordPress. Filters allow you to modify certain functions. Arguments used to hook both filters and actions look the same.
  • Styling/layout behavior
  • Fatal errors or warnings

Compatibility testing before release helps reduce user issues after launch.


What kinds of issues should testers look for?

Helpful issues to report include:

  • Fatal errors
  • Broken layouts
  • Missing 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. controls
  • Failed saves/updates
  • 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 issues
  • Accessibility regressions
  • Performance slowdowns
  • Mobile/responsive issues
  • Unexpected behavior changes
  • Plugin or theme conflicts

Even small usability problems can be valuable feedback.


How can I tell whether something is actually a bug?

A good approach is to:

  1. Reproduce the issue multiple times
  2. Test with unnecessary plugins disabled
  3. Switch temporarily to a default theme
  4. Compare behavior with WordPress 6.x if possible

If something worked previously but behaves differently in 7.0 RC5, it is worth reporting.


How do I report a bug?

Before reporting:

  • Try reproducing the issue consistently
  • Document exact reproduction steps
  • Collect screenshots or screen recordings if possible

Then report the issue through:


What information should a bug report include?

A useful bug report should include:

  • WordPress version
  • 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/index.php version
  • Browser/device
  • Active plugins/themes
  • Exact reproduction steps
  • Expected result
  • Actual result
  • Screenshots or screencasts (if available)

Clear reports help contributors verify and fix issues faster.


What if I find a security issue?

Please do not report security vulnerabilities publicly.

Security issues should be reported privately through:


How much testing is enough?

There is no minimum requirement. Even 15โ€“30 minutes of focused testing is valuable.

Testing a few important workflows carefully is often more helpful than trying to test everything quickly.


Where can I follow WordPress 7.0 updates?

You can follow updates on:


What is a WordPress Release Party?

A WordPress Release Party is a live, coordinated session where contributors gather in the Make WordPress Slack to help test, monitor, and celebrate a new WordPress release as itโ€™s being packaged and published. Itโ€™s both a working session and a community event, where people collaborate in real time to catch last-minute issues, validate fixes, and ensure the release goes smoothly.

Here are detailed instructions onย how to contribute to a release party.

What happens if the WordPress release team finds a critical bug during release party? Will the new version still be released?

Not necessarily. If a critical issue is discovered during release testing, the release team may decide to delay the final release until the issue is investigated and resolved.

The stability and safety of WordPress sites always take priority over releasing on a fixed date.


Need More Help or Have Questions?

If you still have any questions or doubts beyond the topics covered above, feel free to ask in the comments below or reach out in the #core and #core-test Slack channels.

Every test, bug report, reproduction step, screenshot, verification, and piece of feedback helps improve WordPress for millions of users worldwide.

Thank you to everyone helping test and contribute to WordPressโค๏ธ

#call-for-testing, #faq, #wp7-0

X-post: Test Team Update: 20 May, 2026

X-post from +make.wordpress.org/updates: Test Team Update: 20 May, 2026

Test Chat Summary: 30th April, 2026

On Thursday, 30 April at 18:00 GMT+3, <test-chat> started in #core-testย facilitated by @r1k0. The agenda can be found

1. Attendance

In attendance were: @ozgursar, @mosescursor, @khushdoms, @nikunj8866, @lumiblog, @juanmaguitar, @huzaifaalmesbah, @darshitrajyaguru97, @andrewssanya and @mohkatz (async)

2. Volunteer

This weekโ€™s facilitator and note-taker was @r1k0

3. Test Team Discussions

Review and finalize the current handbook PRs before publishing.

The team started its discussion with the first Pull Request by @juanmaguitar on adding a weekly digest workflow for the #core-test.

@r1k0 mentioned he shared his thoughts on the Pull Request and welcomed everyone to test it.

Since the Pull Request needed a bit more work, @juanmaguitar reverted it to a draft till it is properly refined, to begin reviewing and testing.

@r1k0 added that he will include a comment on the Pull Request on how to test the workflow locally and with 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/. He also offered to give anyone an invite to the test Slack and Repo to try out the workflow.

The team moved swiftly to the next agenda item, which was reviewing a Pull Request that seeks to correct a numbering issue in one of the Test Handbook pages.

@ozgursar said he had reviewed the code but noted that it contains HTMLHTML HTML is an acronym for Hyper Text Markup Language. It is a markup language that is used in the development of web pages and websites. tags in the Markdown file. Which needed to be replaced with appropriate Markdown formatting. HTML tags should only be used as a workaround.

@ozgursar asked iamsohilvahora to fix the Pull Request with the suggested changes before the team can approve and merge it.

The team also checked in on the progress of another handbook Pull Request for a new documentation page.

@ozgursar mentioned that the Pull Request only needed a revision of the test report format.

@khushdoms acted fast and made the changes, allowing the team to review before publishing it.

Finally, @r1k0 asked the participants to share any comments or thoughts on a Proposal to update the Test Team meeting schedule.

@mosescursor expressed his excitement for this particular proposal.

@ozgursar encouraged everyone to vote using emojis in the last comment by @nikunj8866: ๐Ÿ‘for Tuesday and ๐Ÿ‘€for Thursday.

@mosescursor reminded everyone that the closing will be closed on Saturday to allow others to cast their votes.

4. Open Floor

@ozgursar asked where the most appropriate place would be to add the Test Reports 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. in the Handbook, so that other pages can link to it.

He also added that we needed to use the forked version of the plugin in the WPContrib repo.

@r1k0 said we could reference it in the issue and patch reports pages.

Since this is a minor revision, @ozgursar pointed out that new contributors could try working on this.

5. Announcements

WordPress Ecosystem Announcements

Test Team Announcements

Call for Testing

6. Other Meetings

Props to @huzaifaalmesbah and @ozgursar for helping review this article and offering feedback

#test-chat-summary

Test Team Voice Chat Agenda: 7th May, 2026

Here is the agenda for the upcoming Test Team Voice Chat scheduled for Thursday, 7th May, 2026 at 15:00 UTC which is held in theย #core-test Slack channel. Lurkers welcome!

Agenda

Leave a Comment

  • Do you have something to propose for the agenda?
  • Canโ€™t make the meeting, but have a question for the Test Team?

If any of the above apply, please leave a comment below.

#core-test, #gutenberg, #make-wordpress-orgupdates

X-post: Test Team Update: 5 May, 2026

X-post from +make.wordpress.org/updates: Test Team Update: 5 May, 2026

Month in Test: April 5, 2026

Hello and welcome to another 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ย (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 (134) 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ย (9) 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ย (3) 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 this Month

โ€“ Kindly find the Contribution Guidelines here

Read/Watch/Listen ๐Ÿ”—

  1. WordPress Ecosystem Announcements
  2. Test Team Announcements
    • Weekly team meetings are now alternating every Thursday atย 15:00 UTC as per schedule
      • Test Team Voice Chat: 1st Thursday of the Month
      • Patch Testing Scrub: 2nd Thursday of the Month
      • Test Team Chat: 3rd Thursday of the Month
      • Patch Testing Scrub โ€“ Gutenburg: 4th Thursday of the Month
  3. Call for Testing

Upcoming Meetings ๐Ÿ—“

๐Ÿšจ There will be regularย #core-testย meetings. Weekly team meetings are now alternating every Thursday atย 15:00 UTC as per schedule. Please mark your calendars.

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 for helping review this article and offering feedback

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

Test Team Chat Agenda: 30th April, 2026

Here is the agenda for the upcoming Test Team Chat scheduled for Thursday, 30 April at 18:00 GMT+3, which is held in the #core-test Slack channel. Lurkers welcome!

Agenda

Leave a Comment

  • Do you have something to propose for the agenda?
  • Canโ€™t make the meeting, but have a question for the Test Team?

If any of the above apply, please leave a comment below.

#test-chat-agenda

X-post: Urgent: Testing request to Web hosts for collaborative editing by May 4th

X-comment from +make.wordpress.org/hosting: Comment on Urgent: Testing request to Web hosts for collaborative editing by May 4th

Test Chat Summary: April 23rd, 2026

On Thursday, 23 April 2026, 03:00 PM UTC, <test-chat> started in ย #core-testย facilitated by @nikunj8866.ย The agenda can be found here.

1. Attendance

In attendance was:
@nikunj8866 @ozgursar @sajib1223 @khushdoms @juanmaguitar @huzaifaalmesbah @r1k0 @mosescursor @pavanpatil1 @sajjad67 @monzuralam @sumitsingh @mohkatz (async)

2. Volunteer

This weekโ€™s Note-taker was @nikunj8866

3. Test Team Discussions

Review the current handbook PRs before publishing

  1. Add guide for testing Gutenberg tickets with Playground
    • @nikunj8866 reviewed PR and identified missing routes entry in handbook-manifest.jsonJSON JSON, or JavaScript Object Notation, is a minimal, readable format for structuring data. It is used primarily to transmit data between a server and web application, as an alternative to XML., which is required to properly register the new handbook page.
    • @khushdoms was requested to add the routes entry, with reference to an existing PR.
    • @ozgursar asked whether using ?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/-branch=trunk should be recommended when testing Gutenberg tickets in Playground.
    • @r1k0 raised a concern about including a custom report example instead of using the standard Test Reports 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. format, potential confusion for new contributors.
  2. Add weekly testing digest workflow for #core-test

Proposed new handbook pages

  1. Proposal: Update Test Team Meeting Schedule for Better Participation
    • This proposal was discussed in the previous meeting.
    • No major objections were raised during this chat.
    • If consensus continues, changes may be applied starting next month.

4. Open Floor

@juanmaguitar opened a new PR to tackle an existing issue #114.

5. Announcements

WordPress Ecosystem Announcements

Test Team Announcements

Call for Testing

6. Other Meetings

Props toย @mosescursorย for peer reviewing this.

#core-test, #test-chat-summary