Skip to content

Conversation

@dmsnell
Copy link
Member

@dmsnell dmsnell commented Sep 11, 2025

Trac ticket: Core-61401
See: #9105, #9841, (#9842 -> #10291), #9843 -> #10292

@github-actions
Copy link

Test using WordPress Playground

The changes in this pull request can previewed and tested using a WordPress Playground instance.

WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser.

Some things to be aware of

  • The Plugin and Theme Directories cannot be accessed within Playground.
  • All changes will be lost when closing a tab with a Playground instance.
  • All changes will be lost when refreshing the page.
  • A fresh instance is created each time the link below is clicked.
  • Every time this pull request is updated, a new ZIP file containing all changes is created. If changes are not reflected in the Playground instance,
    it's possible that the most recent build failed, or has not completed. Check the list of workflow runs to be sure.

For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation.

Test this pull request with WordPress Playground.

@dmsnell dmsnell force-pushed the blocks/refactor-twentytwentyone-block-processor branch 5 times, most recently from 79200ed to d640dab Compare September 16, 2025 12:43
@dmsnell dmsnell force-pushed the blocks/refactor-twentytwentyone-block-processor branch 6 times, most recently from 31d73cc to a16963d Compare September 25, 2025 18:47
@dmsnell dmsnell force-pushed the blocks/refactor-twentytwentyone-block-processor branch 11 times, most recently from 79066e5 to b3f999b Compare October 6, 2025 22:19
@dmsnell dmsnell force-pushed the blocks/refactor-twentytwentyone-block-processor branch 3 times, most recently from 5053f1c to 70b7cd9 Compare October 9, 2025 00:48
@dmsnell dmsnell force-pushed the blocks/refactor-twentytwentyone-block-processor branch 12 times, most recently from b38bbcd to 650caf9 Compare October 15, 2025 04:04
dmsnell and others added 3 commits October 15, 2025 13:56
…ordPress#9105)

The Block Processor follows the HTML API in providing a streaming,
near-zero-overhead, lazy, re-entrant parser for traversing block
structure. This class provides an alternate interface to
`parse_blocks()` which is more amenable to a number of common
server-side operations on posts, such as:

 - Generating an excerpt from only the first N blocks in a post.
 - Determining which block types are present in a post.
 - Determining which posts contain a block of a given type.
 - Generating block supports content for a post.
 - Modifying a single block, or only blocks of a given kind in a post.

Co-authored-by: Sören Wünsch <[email protected]>
Co-authored-by: Tom J Nowell <[email protected]>
Co-authored-by: Weston Ruter <[email protected]>
Co-authored-by: Jon Surrell <[email protected]>
Co-authored-by: Greg Ziółkowski <[email protected]>
Github-PR: 9105
Github-PR-URL: WordPress#9105
Trac-Ticket: 61401
Trac-Ticket-URL: https://core.trac.wordpress.org/ticket/61401
@dmsnell dmsnell force-pushed the blocks/refactor-twentytwentyone-block-processor branch from 65a274d to 7a6ef8c Compare October 15, 2025 21:01
@github-actions
Copy link

A commit was made that fixes the Trac ticket referenced in the description of this pull request.

SVN changeset: 60939
GitHub commit: cf56ccb

This PR will be closed, but please confirm the accuracy of this and reopen if there is more work to be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant