Dion Hulse

Results 283 comments of Dion Hulse

> @dd32 Could this impact the WP.org implementation in any way? Definately could, changing when cookies are sent could affect other things we have hooked in to prevent cookies under...

I want to suggest it's a safe change, but without testing it I can't really confirm, it's just that the entire login flow is rather weird and ill-designed for this...

Hi! Can you double-check the command provided? ``` $ composer require --dev szepeviktor/phpstan-wordpress ./composer.json has been updated Running composer update szepeviktor/phpstan-wordpress Loading composer repositories with package information Updating dependencies Lock...

I fully suspect it's related to my environment somehow :) Thank you for the PR, it should be enough to review the changes and have them merged without issue. (we'll...

Disabling the object cache for a specific site in a network is not something that should really be supported IMHO. The reason is that WordPress has two different levels of...

Ah! it's `pattern-keywords` that I was thinking of having term_id's. That threw me for a spin when I initially looked at this, and I was second guessing if it was...

> Tested and received the following error, using `wp-now` (same on playground.wordpress.net) > > ```shell > Uncaught Error: Call to undefined function wp_generate_attachment_metadata() > ``` That's unrelated to this PR,...

This PR isn't going to be viable. While it's a quick fix for images, it doesn't work for the dozen `.mov` files included. I feel the correct option is to...

I've converted this to pull from github instead, which works 100%. The problem now is that Playground times out during import of attachments, as it times out waiting on PHP....