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



wp_validate_site_deletion › WordPress Action Hooks

Seit5.1.0
Veraltetn/v
do_action( 'wp_validate_site_deletion', $errors, $old_site )
Parameter: (2)
  • (WP_Error) $errors Error object to add validation errors to.
    Erforderlich: Ja
  • (WP_Site) $old_site The site object to be deleted.
    Erforderlich: Ja
Definiert in:
Codex:

Fires before a site should be deleted from the database.

Plugins should amend the $errors object via its WP_Error::add() method. If any errors are present, the site will not be deleted.





Quellcode

do_action( 'wp_validate_site_deletion', $errors, $old_site );