Brian Henry

Results 154 comments of Brian Henry

Hey, I just added an acceptance test using [WP-Browser](https://github.com/lucatume/wp-browser) to show/verify it working with Storefront: [LoginCest.php](https://github.com/BrianHenryIE/BH-WP-Autologin-URLs/blob/1.2/tests/acceptance/LoginCest.php). I suspect it's a caching issue. Since the user isn't logged in, the web-server...

I've been unable to reproduce this issue [locally] using [WP Super Cache](https://wordpress.org/plugins/wp-super-cache/), I guess because it's only caching full URLs that it has had visited before. What caching plugin/config are...

Just bump it to 8! If anyone wants to continue working with 7.x they can use Rector.

I haven't looked into this properly yet, but I could not reproduce it with: ``` wp plugin install user-switching --activate wp autologin-urls get-url 3 Success: http://localhost:8080/bh-wp-autologin-urls/?autologin=3~5zvco5ujlHL0 ``` ... when I...

I think the correct fix for this is in the [johnbillion/user-switching](https://github.com/johnbillion/user-switching/) repo. The login in this plugin occurs on the `determine_current_user` action, which runs before `plugins_loaded`, and fires the `wp_login`...

Some discussion/progress on this issue: https://github.com/johnbillion/user-switching/issues/115

No harm running tests against MacOS either, if it's easy to add to the matrix. I've had to fix differences in [tar](https://github.com/wp-cli/dist-archive-command/pull/78#issuecomment-1714903256) and [sed](https://github.com/wp-cli/dist-archive-command/pull/60). ...it's not unlikely that those same...

I've reported a bug with Dashly to fix: [Dashly » Hooks are added too late to act on `wp_login`](https://wordpress.org/support/topic/hooks-are-added-too-late-to-act-on-wp_login/#new-topic-0) They've already written the code which should handle this, but in...

That is correct about _how_ it works. I do not have success stories because it's not recording much. With debug logging enabled, it can be seen how the plugin is...

As I recall, when the card attack hit the company I was working for, there were per-transaction fees that went into the thousands of dollars but were forgiven by the...