Skip to content

Allow PHP-Only Block Registration#10932

Closed
t-hamano wants to merge 23 commits intoWordPress:trunkfrom
t-hamano:64639-php-auto-register-block
Closed

Allow PHP-Only Block Registration#10932
t-hamano wants to merge 23 commits intoWordPress:trunkfrom
t-hamano:64639-php-auto-register-block

Conversation

@t-hamano
Copy link
Contributor

@t-hamano t-hamano commented Feb 14, 2026

Trac ticket: https://core.trac.wordpress.org/ticket/64639

Use of AI Tools

I am using the Cursor editor and the AI ​​model is auto-selected. I have reviewed all the code myself.


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

@t-hamano t-hamano force-pushed the 64639-php-auto-register-block branch 2 times, most recently from 6b3535e to 7d228d9 Compare February 14, 2026 13:36
@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

  • 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.

@t-hamano t-hamano force-pushed the 64639-php-auto-register-block branch from ec4f677 to 6a7c802 Compare February 14, 2026 14:06
@t-hamano t-hamano force-pushed the 64639-php-auto-register-block branch from 6a7c802 to 691cdf5 Compare February 14, 2026 14:07
@t-hamano t-hamano marked this pull request as ready for review February 14, 2026 14:30
@github-actions
Copy link

github-actions bot commented Feb 14, 2026

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core Committers: Use this line as a base for the props when committing in SVN:

Props wildworks, westonruter, ramonopoly, mcsf, oandregal.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The initial approach was to collect the blocks that should be registered and expose them as editor settings in the get_block_editor_settings() function. Now, based on this feedback, I output them as JS inline variables via a new action hook.

t-hamano and others added 6 commits February 17, 2026 15:11
Co-authored-by: Weston Ruter <westonruter@gmail.com>
Co-authored-by: Weston Ruter <westonruter@gmail.com>
Co-authored-by: Weston Ruter <westonruter@gmail.com>
Co-authored-by: Weston Ruter <westonruter@gmail.com>
t-hamano and others added 3 commits February 17, 2026 15:45
Copy link
Member

@westonruter westonruter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@t-hamano
Copy link
Contributor Author

@oandregal, Based on your suggestion, I've added server-side type checking in 658b7af. I'd be happy to see if this is what you wanted.

@oandregal
Copy link
Member

oandregal commented Feb 17, 2026

@t-hamano thank you, that's great :) Code changes look good.

@t-hamano
Copy link
Contributor Author

@oandregal Thanks for the review! After committing this PR to core, I would like to backport similar changes to Gutenberg.

t-hamano and others added 2 commits February 17, 2026 20:22
Co-authored-by: Miguel Fonseca <150562+mcsf@users.noreply.github.com>
Copy link
Contributor

@mcsf mcsf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM too!

@github-actions
Copy link

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

SVN changeset: 61661
GitHub commit: 8f6d312

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.

5 participants

Comments