Thanks for the suggestion netcs. I just gave that a go, but $_GET(["post_title"];
is empty. The autodraft message is gone as well now.
The somewhat clumsy way I tested this was by adding this code to send an email to myself:
$post_title = $_GET["post_title"];
$cname = 'Sidebar: '.$post_title;
$catmessage = "The GET title is ".$GET["post_title"]." and the variable is ".$post_title.". The cat name is ".$cname;
mail("[email protected]","New category created",$catmessage);
Any other ideas?
Cheers,
Smaug