• Resolved seabusch

    (@seabusch)


    hello,
    hope i can describe it well:
    i renamed a meta key “_xyz_listing_type” to “listing_type”.
    “_xyz_listing_type” is displayed in Postman on level 4 below listing_data->.
    the renamed output is one level higher like the example below:

    level1->level2->level3->listing_data->”_xyz_listing_type”: “transportation”,
    ….
    ….
    level1->level2->level3->”listing_type”: “transportation”,

    I need the renamed field in level4 under the listing_data?

    any idea why the original field “_xyz_listing_type” appears with and entry and the customised meta key appears one level higher?
    how od I get the customized meta key under the lising_data level?

    thanks for your help
    Stephan

Viewing 1 replies (of 1 total)
  • Plugin Author Evan Herman

    (@eherman24)

    @seabusch

    You can’t alter the location of the post meta in the array using this plugin. You need to find where that post meta is defined and alter it there.

Viewing 1 replies (of 1 total)
  • The topic ‘key meta level changes after custom rename’ is closed to new replies.