website logo
Go back to WP Go Maps
⌘K
Atlas Novus (v9)
πŸ‘Initial Setup
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
πŸ‘Troubleshooting
πŸ‘Frequently asked questions
Legacy (v9)
πŸ‘Initial Setup
πŸ‘First-time users
πŸ‘Map Features
πŸ‘Integrations
πŸ‘Importing and Exporting Data
πŸ‘Troubleshooting
πŸ‘Frequently asked questions
Integrations
Developers
Hooks
Docs powered byΒ archbeeΒ 
4min

wpgmza_settings_danger_zone_truncate_tables

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

PHP
|
ο»Ώ

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.

ο»Ώ

Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
wpgmza_plugin_get_localized_data
Docs powered byΒ archbeeΒ