Marko Heijnen
Marko Heijnen
'before' is also after the JWT checking. The possible problem is that other middleware have run then as well which may not be desired.
It does now work for me. Unsure if I miss something here.
Currently trying to use Babble for my sisters WooCommerce site. Current issue I'm having is that I'm unable to visit the product page because of "Please specify a target term_id"...
Never mind on that one. To fast testing things out and forgot to set the languages.
I'm just testing things out now. Unsure when you got the warning since I just started. I did started with a plugin to make all required meta fields translatable. See...
I was looking into how it could work. My personal opinion is to first make Babble a bit better before writing/promoting importing but having a roadmap would be great.
This fixes the term pages. Only terms without a parent work. So `$wp->query_vars[ 'category_name' ]` would be `parent/child` but you need to pass `child` to the variable `$terms`
See #174 for fixing the infinite loop.
This was the thing I talked with you guys about. As far as I can tell is that WordPress is missing filters for taxonomy functions to do this out of...
/en/?p=xx works but not /?p=xx. You want that to have working?