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



wp_update_site › WordPress Action Hooks

Seit5.1.0
Veraltetn/v
do_action( 'wp_update_site', $new_site, $old_site )
Parameter: (2)
  • (WP_Site) $new_site New site object.
    Erforderlich: Ja
  • (WP_Site) $old_site Old site object.
    Erforderlich: Ja
Definiert in:
Codex:

Fires once a site has been updated in the database.





Quellcode

do_action( 'wp_update_site', $new_site, $old_site );