wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wpmu_drop_tables › WordPress Filter Hooks

SeitMU (3.0.0)
Veraltetn/v
apply_filters( 'wpmu_drop_tables', $tables, $site->id )
Parameter: (2)
  • (string[]) $tables Array of names of the site tables to be dropped.
    Erforderlich: Ja
  • (int) $site_id The ID of the site to drop tables for.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the tables to drop when the site is deleted.





Quellcode

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