nickerzb
Forum Replies Created
-
What’s a .keep file? I’m happy to add that, but yeah probably a better long term solution to have that exist somewhere else.
Working as expected!
One thing I did notice… when I upgrade my plugin, my apps are deleted and I have to reconfigure everything. Is there a way around this?
Sure! Effectively right now we pull our job board in an iframe from a third party vendor, and I’m replacing that with a custom react app to hit their API and render the results faster/better with more SEO. I’ll share it when we’re done.
No worries I have our plugin patched in our staging site right now and can patch prod if we release this before you’re ready. This is more so I don’t have to patch it going forward when updates happen ??
- This reply was modified 3 years, 7 months ago by nickerzb.
Yeah I’ll happily do that. I wasn’t sure which repo was yours.
https://github.com/docker-library/wordpress/pull/142
This looks like what I need to do. I can provide the current domain/site. I don’t think this is your issue, so I’m going to close this.
Thanks.
It looks like
site_url()
is a function that is provided by wordpress yeah? Do you know how WordPress resolves this or sets this? I could probably just print it out and check too, but if you know offhand that’s probably easier. I’m guessing that’s the issue as well. It should have access, as it’s all within the same docker container, but I bet it’s resolving localhost differently.