You are here

function print_pdf_cron in Printer, email and PDF versions 7.2

Implements hook_cron().

File

print_pdf/print_pdf.module, line 360
Displays Printer-friendly versions of Drupal pages.

Code

function print_pdf_cron() {
  print_pdf_cache_clean();
}