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



after_signup_site › WordPress Action Hooks

Seit4.4.0
Veraltetn/v
do_action( 'after_signup_site', $domain, $path, $title, $user, $user_email, $key, $meta )
Parameter: (7)
  • (string) $domain The requested domain.
    Erforderlich: Ja
  • (string) $path The requested path.
    Erforderlich: Ja
  • (string) $title The requested site title.
    Erforderlich: Ja
  • (string) $user The user's requested login name.
    Erforderlich: Ja
  • (string) $user_email The user's email address.
    Erforderlich: Ja
  • (string) $key The user's activation key.
    Erforderlich: Ja
  • (array) $meta Signup meta data. By default, contains the requested privacy setting and lang_id.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after site signup information has been written to the database.





Quellcode

do_action( 'after_signup_site', $domain, $path, $title, $user, $user_email, $key, $meta );