Post Delete Options
"; $cats = get_terms(array ( 'taxonomy' => 'category', 'hide_empty' => false, 'fields' => 'ids' )); if (!$cats) { echo "

No Categories Found

"; return; } ?>
settings['DeleteCategory']); foreach($cats as $i => $value) { echo ""; $catname = get_cat_name($cats[$i]); if (!in_array($cats[$i], $catArrayDiff)) { $preMod = ""; $postMod = ""; $checked = "checked='checked'"; } else { $preMod = ""; $postMod = ""; $checked = ""; } echo ""; echo ""; echo ""; } ?>
Post TypeSelected

Published settings['DelPostType']) echo "checked"; ?> >
Drafts settings['DelPostType']) echo "checked"; ?>>
AttachmentsOption

Delete post attachments? =')) { ?> settings['DeleteAttachments']) echo "checked" ?> /> Yes settings['DeleteAttachments']) echo "checked" ?> /> NO "; echo "Your installation of Wordpress " . $wp_version . ", doesn't support this feature. Upgrade Wordpress to the latest version."; echo ""; } ?>
CategorySelected

$preMod$catname$postMod
  Toggle Categories