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)
  • () errors Error object to add validation errors to.
    Erforderlich: Ja
  • () 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 );