Ioannis Gyftakis
Ioannis Gyftakis
> I guess my question is if you're looking in the post meta area for this, or are you looking in the taxonomy/term area? Asking because the `taxonomy_*` fields don't...
You mean something like this below? ``` function select2_taxonomy_process( $post_id, $postmeta, $taxonomy ) { $get_post_meta = get_post_meta( $post_id, $postmeta, true ); $get_the_terms = get_the_terms( $post_id, $taxonomy ); if ( is_array(...
> Not so much in self-handling the saving/setting of terms, just that the taxonomy_* don't save as post meta. So I would assume that the terms would be part of...
@tw2113 Hi, I am trying to do exactly that you are saying but for questions instead of bookmarks. And while I have saved a question with some **taxonomy_multicheck** selected in...
@tw2113 > "Grade and Subject taxonomies are empty while I have saved with some checkpoints checked in the WP Backend!" For this are you referring to the two JSON fields...
@tw2113 This is the whole Postman output: And taxonomies shown as empty (although they are selected in backend). No other fields seems that could be those in the output. As...
@tw2113 Hi! No, I don't have anytHing extra besides CMB2 in my installation. Did it worked for your snapshot? PS. I switched to MB.io and I found it easier to...