Profiles

  • Member Since: September 22nd, 2010
  • Find me on:
  • Posted a reply to REST API: sequence of applying query parameters, on the site WordPress.org Forums:
    Thanks @snaacks

  • Created a topic, REST API: sequence of applying query parameters, on the site WordPress.org Forums:
    We use a nodejs back end to pull orders from a Woocomm…

  • Posted a reply to WordPress home page redirect loop behind proxy, on the site WordPress.org Forums:
    To answer my own question, this was caused because I stupidly forgot to set the…

  • Created a topic, WordPress home page redirect loop behind proxy, on the site WordPress.org Forums:
    We have a fully configured WordPress/Woocommerce insta…

  • Posted a reply to Intended blockquote tag behavior?, on the site WordPress.org Forums:
    UPDATE: Thought I would update anyone still following this, now I've had the chance to…

  • Posted a reply to Intended blockquote tag behavior?, on the site WordPress.org Forums:
    Fair enough, thanks. At some point before too long I might get the chance to…

  • Posted a reply to Intended blockquote tag behavior?, on the site WordPress.org Forums:
    Thanks @bcworkz The posts were imported using the Wordpress importer plugin, exported from an older…

  • Created a topic, Intended blockquote tag behavior?, on the site WordPress.org Forums:
    I'm importing 100's of blog posts to a new site, and m…

  • Posted a reply to update_post_meta() data appears to be overwritten with NULL, on the site WordPress.org Forums:
    Fixed. The problem was that the custom post type was using a global $post; to…

  • Posted a reply to update_post_meta() data appears to be overwritten with NULL, on the site WordPress.org Forums:
    I have rewritten this as a straightforward linear POST handler, and I am getting the…

  • Posted a reply to update_post_meta() data appears to be overwritten with NULL, on the site WordPress.org Forums:
    Thank you very much @vijayhardaha I have looked at your Gist. These are good cleanup…

  • Posted a reply to update_post_meta() data appears to be overwritten with NULL, on the site WordPress.org Forums:
    I've put what I believe is everything relevant in a Gist. A few comments: I've…

  • Posted a reply to update_post_meta() data appears to be overwritten with NULL, on the site WordPress.org Forums:
    Thanks @vijayhardaha that's a good thought. Let me look in to that (obviously there's some…

  • Posted a reply to update_post_meta() data appears to be overwritten with NULL, on the site WordPress.org Forums:
    @bcworkz thank you, that is a very interesting thought. Briefly the data is in fact…

  • Posted a reply to update_post_meta() data appears to be overwritten with NULL, on the site WordPress.org Forums:
    Unfortunately this did not resolve the problem. I have cleaned up the code, added empty()…

  • Posted a reply to update_post_meta() data appears to be overwritten with NULL, on the site WordPress.org Forums:
    Thank you very much! It's good advice, I will try NULL trapping the updates as…

  • Created a topic, update_post_meta() data appears to be overwritten with NULL, on the site WordPress.org Forums:
    I have a custom post type, with several custom meta va…