Adding Wordpress Categories programmatically using Perl/LWP
Comment out one line in this file:
wp-admin/admin-ajax.php (around line 586)
case ‘add-cat’ : // From Manage->Categories
#check_ajax_referer( ‘add-category’ );
Now you can submit categories using Perl/LWP!
Tags: wordpress hacks, wordpress tips, wordpress tricks
This entry was posted
on Tuesday, March 25th, 2008 at 12:23 am and is filed under Wordpress.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.