Auto Delete Posts Options

settings['PerPostOrSite']) { echo " checked='checked'"; } echo ">"; ?>   Per Post     <Future use>
settings['PerPostOrSite']) { echo " checked='checked'"; } echo ">"; ?>   Site Wide
settings['DelMvPreview']) { echo " checked='checked'"; } echo ">"; ?>   Delete
settings['DelMvPreview']) { echo " checked='checked'"; } echo ">"; ?>   Move
settings['DelMvPreview']) { echo " checked='checked'"; } echo ">"; ?>   Preview
 
settings['DelMvPreview']) { require_once(dirname(__FILE__) . '/auto-delete-posts.delete.php'); } /* Choose which category to move posts to */ else if (MOVE_POSTS == $this->settings['DelMvPreview']) { require_once(dirname(__FILE__) . '/auto-delete-posts.move.php'); } /* Preview what posts would be deleted. */ else if (PREVIEW == $this->settings['DelMvPreview']) { require_once(dirname(__FILE__) . '/auto-delete-posts.preview.php'); } ?>