John Blackbourn

Results 495 comments of John Blackbourn

Thanks for the PR @kokiddp! I won't have time to check this for a while, but I've added it to my todo list :-)

Thanks @nlemoine , much appreciated. It'll be a few weeks until I have a chance to take a proper look, but it's on my list 👍

I know how annoying this is, but this really isn't a problem with Extended CPTs and should be fixed in the plugins that are not returning an array from this...

Right, but this is papering over the issue instead of addressing the root cause, which is a bug in some code elsewhere. This happened a few times with my User...

Yeah I'd definitely be happy to take a look at a PR for that. There's some semi-related code in place already which allows for a fallback default term from a...

Can you post your complete post type and taxonomy registration code?

Nice one, thanks!

Thanks for the PR! I'll give this a look as soon as I can but I'm quite busy at the moment.

Thanks for the PR! Just to let you know that I won't have much time to look at this within the next few weeks as I'm very busy, but I'll...

The reason the `! is_numeric()` check is in place is to allow an associative array to be passed and the array keys to be used (`is_numeric()` is false), and also...