• moisb

    (@moisb)


    Hi. I need to remove "pure_taxonomies": { from Json result.
    How do I change this in the plugin code?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andrew MAGIK

    (@magikru)

    Why do you need such changes?
    There will be a lot of changes if you want to place needed properties in the root of the json response.

    Thread Starter moisb

    (@moisb)

    I’m using an ionic app builder.
    In the following code example:
    <span class="icon ion ion-android-cart"></span> {{post.pure_taxonomies.store.name}}</span></p>

    I need to get the store name that appears in the structure created by “pure_taxonomies” for my custom post type:

      "pure_taxonomies": {
        store": [
          {
            "term_id": 25,
            "name": "BestBuy",
          },

    But the result is the POST name and not the name of that store.

    Plugin Author Andrew MAGIK

    (@magikru)

    Sorry, but I don’t understand what is your trouble.
    My plugin has only 1 php file, and code is very simple. Try to play with this sources to configure what you need.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove “pure_taxonomies”: {’ is closed to new replies.