Overview
Today, I had to use a custom PHP script that I created a while ago in a new WordPress application. Instead of developing a WordPress plugin to handle this existing code, I choose instead to use WordPress directly inside my script.
Using WordPress inside your script is a great option if you have a lot of custom PHP code.
When you have a large PHP code base from your previous development efforts. There are typically other libraries inside your code, such
Read More...