[wp-trac] [WordPress Trac] #61181: Implement a filter to customize output on _block_bindings_post_meta_get_value
WordPress Trac
noreply at wordpress.org
Thu May 9 10:48:56 UTC 2024
#61181: Implement a filter to customize output on
_block_bindings_post_meta_get_value
--------------------------+-----------------------------
Reporter: codersantosh | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 6.5.3
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
Occasionally, developers may prefer to modify the displayed content of a
meta rather than showing the exact data. For instance, if the meta key is
"prefix_price" and the value is either 0 or unset, they might want to show
the text "Free!" instead. This can also be achieved by incorporating
another register_block_bindings_source. However, developers often add meta
for specific purposes, and integrating a filter can facilitate their use
of core/post-meta bindings while customizing the output according to their
needs.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/61181>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list