• Hey there,

    After installing this plugin, most of my custom endpoints are now returning something along the lines of this:

    {
    namespace: "shop",
    methods: [
    "GET"
    ],
    endpoints: [
    {
    methods: [
    "GET"
    ],
    args: [ ]
    }
    ],
    _links: {
    self: "https://myshop.com/wp-json/shop/v1/products"
    }
    }
  • The topic ‘Custom endpoints return different data’ is closed to new replies.