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



wpmu_validate_blog_signup › WordPress Filter Hooks

Seitn/v
Veraltetn/v
apply_filters( 'wpmu_validate_blog_signup', $result )
Parameter:
  • () result { Array of domain, path, site name, site title, user and error messages. @type string $domain Domain for the site. @type string $path Path for the site. Used in subdirectory installations. @type string $blogname The unique site name (slug). @type string $blog_title Site title. @type string|WP_User $user By default, an empty string. A user object if provided. @type WP_Error $errors WP_Error containing any errors found. }
    Erforderlich: Ja
Definiert in:
Codex:

Filters site details and error messages following registration.





Quellcode

return apply_filters( 'wpmu_validate_blog_signup', $result );