wp_validate_site_data, $errors, $data, $old_site
wp_validate_site_data, $errors, $data, $old_site
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('wp_validate_site_data, $errors, $data, $old_site') is found 1 times:
- /wp-includes/ms-site.php line 502
* for the included data. * @param WP_Site|null $old_site The old site object if the data belongs to a site being updated, * or null if it is a new site being inserted. */ do_action( 'wp_validate_site_data', $errors, $data, $old_site ); if ( ! empty( $errors->errors ) ) { return $errors; } // Prepare for database.