wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_validate_site_deletion › WordPress Action Hooks

Since5.1.0
Deprecatedn/a
do_action( 'wp_validate_site_deletion', $errors, $old_site )
Parameters: (2)
  • (WP_Error) $errors Error object to add validation errors to.
    Required: Yes
  • (WP_Site) $old_site The site object to be deleted.
    Required: Yes
Defined at:
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.





Source

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