William Arin
William Arin
It's planned for 2.x (`MAPPED_FIELDS` has been deprecated in https://github.com/williarin/wordpress-interop/releases/tag/1.11.4), although I have no idea when this will be released as I haven't found new features to add yet.
Hi, really sorry I didn't notice the review! I've made the changes in my branch to remove the problematic files from the recipe manifest. Could the PR be reopened?
Hi! Yes I fixed it, can the job be re-run?
Hello, thank you for noticing this problem! I forgot about it. Before I do that, is there a way to completely remove this recipe? I'd like to use https://github.com/williarin/cook instead...
Hi, thanks for the feedback. I can't reproduce your problem. What OS, Docker Desktop and Compose versions are you using?
I'm not sure but the problem might come from Compose. Is there a way you can test with Compose v2 ? Try to replace `docker compose` instead of the dashed...
I use docker engine 20.10.14 with compose 2.4.1, the Github CI uses compose 2.4.1 as well. If upgrading compose doesn't solve the problem: 1. check what containers are running with...
Symfony and WordPress are merged together, so yes you can call WordPress actions and filters from Symfony.
What do you think of this solution (not tested), assuming you're using a custom Symfony controller that triggers the Wordpress loader: 1. create a Symfony custom event `MyEvent extends Event`...
Hi Loïc, From what I understand, you want to make Wordpress render some html or some output in your controller using `apply_filters`, then print it in your Twig template. Some...