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



signup_another_blog_init › WordPress过滤钩子

Since3.0.0
已弃用n/a
apply_filters( 'signup_another_blog_init', $signup_defaults )
参数:
  • (array) $signup_defaults { An array of default site sign-up variables. @type string $blogname The site blogname. @type string $blog_title The site title. @type WP_Error $errors A WP_Error object possibly containing 'blogname' or 'blog_title' errors. }
    Required: Yes
定义在:
文档:

Filters the default site sign-up variables.





源码

$filtered_results = apply_filters( 'signup_another_blog_init', $signup_defaults );