Auto Delete Content In Drupal
I have a client that wants to have content posted on his site automatically deleted when it reaches 30 days. His site is built using Drupal and using the hook_cron() will let the scheduled cron job process the node deletions.
I created a Drupal module and in the .module file added function profeng_cron() as the hook [...]
