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



wp_should_upgrade_global_tables › WordPress Filter Hooks

Seit4.3.0
Veraltetn/v
apply_filters( 'wp_should_upgrade_global_tables', $should_upgrade )
Parameter:
  • (bool) $should_upgrade Whether to run the upgrade routines on global tables.
    Erforderlich: Ja
Definiert in:
Codex:

Filters if upgrade routines should be run on global tables.





Quellcode

return apply_filters( 'wp_should_upgrade_global_tables', $should_upgrade );