You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is exactly what I was looking for. But not sure how this is used. I want to be able to intercept the wordpress data, maybe add some additional html to the page before it is sent. I can see how the data from the database can be cached. But I would imagine there is other template related data in wp that is in the filesystem. How does that work with the rails setup?
Just trying to figure out how a page is served to the public once this is in place. The request comes to rails, and I can see it can use the data from the database tables; but how does it leverage data that may be in the filesystem in wp, or php that transforms it?
Thanks
Alberto
The text was updated successfully, but these errors were encountered:
This is exactly what I was looking for. But not sure how this is used. I want to be able to intercept the wordpress data, maybe add some additional html to the page before it is sent. I can see how the data from the database can be cached. But I would imagine there is other template related data in wp that is in the filesystem. How does that work with the rails setup?
Just trying to figure out how a page is served to the public once this is in place. The request comes to rails, and I can see it can use the data from the database tables; but how does it leverage data that may be in the filesystem in wp, or php that transforms it?
Thanks
Alberto
The text was updated successfully, but these errors were encountered: