CodeIgniter + Wordpress integration

前端 未结 3 1546
旧时难觅i
旧时难觅i 2020-12-01 02:27

My website is designed with Wordpress. Some theme pages have a custom made PHP script for booking things, which I want to refactor in CodeIgniter, to get more flexibility. Q

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 02:50

    If you have an CI application that uses login session you have to modify the "load.php" file (from "wp-includes" WP folder). To do that follow the PhilB's answer from this link. For a complete explanation follow this post.

提交回复
热议问题