-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In March, while developing the SB theme, for s.b/bigram I developed logic to deal with the _seen_before post meta field in the bigram plugin.
- The
_seen_beforefield is registered usingbigram_register_post_metawhich callsregister_post_meta. - This is called from
bigram_register_seen_before, inbigram_oik_fields_loadedwhich is the action hook foroik_fields_loaded. - The plugin provides the
bigram/seen-beforeblock that pretty much duplicates the logic documented in https://developer.wordpress.org/block-editor/how-to-guides/metabox/meta-block-3-add/ - This code works.
When using the REST request http://s.b/bigram/wp-json/wp/v2/bigram the meta field is correctly populated.
In s.b/wordpress I'm using a different method to register the post meta fields. They don't show up in meta.
Why not?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request