WordPress stops executing code after the require() method
I noticed that require(), require_once(), include() and include_once() methods were somehow not working. The files that were called using these methods were not being called and the code stopped executing forward from this point. After a lot of Googling and R&D I didn’t find any solution to making the above methods work. So I decided … Read more