Snippet: How to filter the output of a Block Binding #341
Closed
ndiego
started this conversation in
Topic Ideas
Replies: 2 comments
-
This snippet was approved and conversation continues on the issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
The snippet has been published here: https://developer.wordpress.org/news/snippets/how-to-filter-the-output-of-a-block-binding/ |
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
-
This snippet would show developers how to use the
get_value_callback
property of theregister_block_bindings_source()
function and theblock_bindings_source_value
filter to modify the output of a Block Binding on the front end. This snippet will provide a solution for implementations like this:Beta Was this translation helpful? Give feedback.
All reactions