Norcross

Results 68 comments of Norcross

I'll dig into how they fixed it and see if that causes any unintended problems

i forgot this even existed

there's a filter to allow specific ones to go through. it's there since most calls go to a website which cannot be reached (due to, ya know, airplane mode)

I guess it never came up before? the cron stuff is iffy because some are a pass through to external sites (if I remember correctly, could be totally wrong) how...

lemme play with it and see what works.

seems like using the `pre_wp_mail` with a filter (similar to how we disable the HTTP requests) would cover this. do you see any gotchas @johnbillion ?

I've got something working so far here: https://github.com/norcross/airplane-mode/tree/feature/disable-wp-mail which includes an action and filter similar to what we do with the HTTP args. would this cover that use case @johnbillion...

ok, i should have some time this week to do some additional testing and get a PR together