function expire_panels_panels_delete_display in Panels Cache Expiration 7
Implements hook_panels_delete_display().
File
- ./
expire_panels.module, line 36
Code
function expire_panels_panels_delete_display($did) {
$display = new stdClass();
$display->did = $did;
expire_panels_execute_expiration('panels', $display, EXPIRE_PANELS_DISPLAY_DELETE);
}