Closed 0aveRyan closed 5 years ago
I've been testing this and I'm still not convinced that I don't see the same errors. ☹️
I think #57 fixes this issue.
@0aveRyan I see that this is still a draft. It seems like it may be a preferred solution, but I'm not sure what testing you've done. Anything you want to share about what you've found or what further work needs to be done? Thanks!
@wpscholar changing the hook doesn't fix the issue for me.
is_feed()
and is_404()
issues. Do we still want to change the cache initialization action?@earnjam we definitely should address still, that patch only prevents notices/fatals for undefined functions. due to the timing of the action hook, those checks are always returning false so all feeds and 404s are being cached.
Running conditional checks
is_feed()
andis_404()
was always returningfalse
because those conditionals are set during the query (props @afragen).I have some questions I'm going to raise in standup tmw