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
{{ message }}
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
I am looking a this bundle as a possible solution for my problems.
I've run your setup with WP and Symfony3 and looks good.
Now, instead of calling a symfony service, I would like to call a controller action that returns html code and pushes that into a WP page.
For example:
I am thinking to create a very simple WP Plugin, where I can send a symfony request: symfony_request('/home/about');
and in WP the result of this request should be injected.
I don't have a lot of experience with Symfony, any idea how to achieve this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
This is not an issue, more a help request.
I am looking a this bundle as a possible solution for my problems.
I've run your setup with WP and Symfony3 and looks good.
Now, instead of calling a symfony service, I would like to call a controller action that returns html code and pushes that into a WP page.
For example:
I am thinking to create a very simple WP Plugin, where I can send a symfony request:
symfony_request('/home/about');
and in WP the result of this request should be injected.
I don't have a lot of experience with Symfony, any idea how to achieve this?
The text was updated successfully, but these errors were encountered: