Archive

Posts Tagged ‘wordpress hacks’

Adding Wordpress Categories programmatically using Perl/LWP

March 25th, 2008 Masao No comments

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!