ekino / EkinoWordpressBundle

Integrate Symfony with WordPress and WordPress with Symfony
GNU General Public License v2.0
312 stars 79 forks source link

How don't use index.php :) #121

Open vittore opened 8 years ago

vittore commented 8 years ago

All go right: wordpress and sf3 work fine. But when I upgrade my wordpress site to a new version it will override main index.php so sf3 with not work. Is there a way to use ekinoWordpressBundle without this side-effect?

Thanks in advance. v.

PS: This bundle is a killer-bundle. Thanks for your work.

eko commented 8 years ago

Hi @vittore,

Thank you for your support.

Concerning WordPress auto-update, I've never tried to use it because I prefer upgrade by code, I don't know if it's possible to hook on this to set the index.php file after the installation (maybe around post_updated https://codex.wordpress.org/Plugin_API/Action_Reference/post_updated)?

I hope it help