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



wp_initialize_site_args › Les Filtres WordPress

Depuis5.1.0
Dépréciéen/a
apply_filters( 'wp_initialize_site_args', $args, $site, $network )
Paramètres: (3)
  • (array) $args Arguments to modify the initialization behavior.
    Requis: Oui
  • (WP_Site) $site Site that is being initialized.
    Requis: Oui
  • (WP_Network) $network Network that the site belongs to.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the arguments for initializing a site.





Source

$args = apply_filters( 'wp_initialize_site_args', $args, $site, $network );