wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wpmu_drop_tables › WordPress Filter Hooks

DaMU (3.0.0)
Deprecaton/a
apply_filters( 'wpmu_drop_tables', $tables, $site->id )
Parametri: (2)
  • (string[]) $tables Array of names of the site tables to be dropped.
    Richiesto:
  • (int) $site_id The ID of the site to drop tables for.
    Richiesto:
Definito a:
Codex:

Filters the tables to drop when the site is deleted.





Sorgenti

$drop_tables = apply_filters( 'wpmu_drop_tables', $tables, $site->id );