wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_normalize_site_data › WordPress Filter Hooks

Seit5.1.0
Veraltetn/v
apply_filters( 'wp_normalize_site_data', $data )
Parameter:
  • (array) $data Associative array of site data passed to the respective function. See {@see wp_insert_site()} for the possibly included data.
    Erforderlich: Ja
Definiert in:
Codex:

Filters passed site data in order to normalize it.





Quellcode

$data = apply_filters( 'wp_normalize_site_data', $data );