Skip to content

Is it safe to use __experimentalBlockVariationPicker and the other apis that go along with it? #54037

Answered by tyxla
xdrew760x asked this question in Q&A
Discussion options

You must be logged in to vote

@xdrew760x @cheestudio __experimentalBlockVariationPicker has been part of the WordPress core for a few years now, and for that time, its API hasn't really changed. That means that it's implicitly stable, and using it for your projects should be safe.

You might want to keep an eye out for the __experimental name deprecation in the future, in which case it will renamed as part of the stable APIs (BlockVariationPicker). When that happens, both __experimentalBlockVariationPicker and BlockVariationPicker will be valid usages for some time, giving y'all time to migrate your imports from __experimentalBlockVariationPicker to BlockVariationPicker.

Hope that helps, but if you have any other quest…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tyxla
Comment options

tyxla Nov 6, 2024
Maintainer

Answer selected by tyxla
@xdrew760x
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants