Quote:
Originally Posted by CyberSEO
Why it shouldn't work? Like all my other scripts it uses the official WordPress API only (no hacks and direct DB manipulation), so it works with the current version of WP and will be working with all further ones.
|
doesnt really use official api, as you are using curl, you should use the wp http api, which counts for fallbacks, also you are stuffing php code inside an option table, which is odd, dont know why you are doing that.
other than that it works great.