wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_validate_site_data › Les Actions WordPress

Depuis5.1.0
Dépréciéen/a
do_action( 'wp_validate_site_data', $errors, $data, $old_site )
Paramètres: (3)
  • (WP_Error) $errors Error object to add validation errors to.
    Requis: Oui
  • (array) $data Associative array of complete site data. See {@see wp_insert_site()} for the included data.
    Requis: Oui
  • (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.
    Requis: Oui
Défini(e) dans:
Codex:

Fires when data should be validated for a site prior to inserting or updating in the database.

Plugins should amend the $errors object via its WP_Error::add() method.





Source

do_action( 'wp_validate_site_data', $errors, $data, $old_site );