You are here

function pmpapi_cron in Public Media Platform API Integration 7

Implements hook_cron().

File

./pmpapi.module, line 200
Creates basic calls to the PMP API.

Code

function pmpapi_cron() {
  pmpapi_flush_delete_queue();
}