filter_cron

5 filter.module filter_cron()
6 filter.module filter_cron()

Implementation of hook_cron().

Expire outdated filter cache entries

File

modules/filter/filter.module, line 164
Framework for handling filtering of content.

Code

function filter_cron() {
  cache_clear_all(NULL, 'cache_filter');
}
Login or register to post comments