wpseek.com
WordPress开发者和主题制作者的搜索引擎



wpmu_validate_blog_signup › WordPress过滤钩子

SinceMU (3.0.0)
已弃用n/a
apply_filters( 'wpmu_validate_blog_signup', $result )
参数:
  • (array) $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. }
    Required: Yes
定义在:
文档:

Filters site details and error messages following registration.





源码

return apply_filters( 'wpmu_validate_blog_signup', $result );