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) |
|
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.
Ähnliche Funktionen: wp_validate_site_data, update_site_option, wp_validate_boolean, wp_validate_user_request_key, wp_validate_redirect, wp_load_core_site_options
Ähnliche Hooks: wp_validate_site_data, update_site_option, wp_normalize_site_data, wp_update_site, add_site_option