Profiles

  • Member Since: January 30th, 2017
  • Find me on:
  • Posted a reply to Fetching non existent category (by id) gives 404, on the site WordPress.org Forums:
    OK, I have the try/catch working, so that the 404 is being handled. Now still,…

  • Posted a reply to Fetching non existent category (by id) gives 404, on the site WordPress.org Forums:
    To illustrate: $result = $wca->get('products/categories/9'); // would work fine (if 9 would exist) $result =…

  • Created a topic, Fetching non existent category (by id) gives 404, on the site WordPress.org Forums:
    Hi there, When I try a $wca->get('products/categor…