Developers
...
Filters
Basic
wpgmza_settings_danger_zone_truncate_tables
3min
add or remove tables from the danger zone truncation method this is useful for cleaning up your own plugin/themes table based on a danger zone action that has been taken source apply filters("wpgmza settings danger zone truncate tables", $filteredtables, $type) arguments $filteredtables the tables which are about to be truncated (array) $type the type of danger zone action being actioned (string) requirements must return the $filteredtables array with changes applied files includes/class plugin php this loop will action data truncation proceed with caution