How to add custom preview options in WP 6.7 #315
Locked
justintadlock
started this conversation in
Topic Ideas
Replies: 1 comment
-
This topic was approved in Oct Editorial Group meeting. Discussion continues on the issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's a new Preview Options API coming in WordPress 6.7: WordPress/gutenberg#64644 (comment)
It allows you to add custom options to the preview dropdown in the editor:
What we need is a step-by-step walkthrough of how to implement custom preview options. The API is just for adding the preview button in the dropdown, but the
onClick()
method (what happens when the button is clicked) is custom. We could share several different ideas on what's possible and what it could be used for.Beta Was this translation helpful? Give feedback.
All reactions