You are here

constant AUTO_EXPIRE_DAYS in Auto Expire 7

Same name and namespace in other branches
  1. 5 auto_expire.inc \AUTO_EXPIRE_DAYS
5 uses of AUTO_EXPIRE_DAYS
auto_expire_cron in ./auto_expire.module
Implements hook_cron().
auto_expire_node_type_update in ./auto_expire.module
Implements hook_node_type_update().
_auto_expire_admin_settings in ./auto_expire.module
Admin Settings.
_auto_expire_expiry in ./auto_expire.module
Implements expiry form.
_auto_expire_expiry_submit in ./auto_expire.module
Implements expiry form submit.

File

./auto_expire.inc, line 22
Auto Expire automatically expires nodes after a node has been published for a certain time. The module can also send out warnings before expiry and purge expired nodes afterwards.

Code

define('AUTO_EXPIRE_DAYS', 30);