how to get dynamic data on wordpress from codeigniter?

If your footer file name is abc.php inside Codeigniter pages and you want to run that file in the WordPress directory. In the footer.php file in WordPress include your abc.php file. Otherwise, you can make your own functions to call or manage the content.

<?php include 'abc.php'; ?>