11
04
2010
How can you port a wordpress plugin to a php web app?
How can you port a Wordpress Plugin to a php web app? Basically, I want to use a wordpress plugin WITHOUT having wordpress installed. Note this would still be a web script like in php form, etc. Any ideas or programs out there? Thanks =)
You just write the code necessary to interface with the plug-in. If you’re familiar enough with programming and with php, it isn’t that difficult to do. If you’re not, it’s not possible for you to do it.
You just write the code necessary to interface with the plug-in. If you’re familiar enough with programming and with php, it isn’t that difficult to do. If you’re not, it’s not possible for you to do it.
References :