ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Functions
  • signup_another_blog
  • signup_another_blog_init

apply_filters( 'signup_another_blog_init', array $signup_defaults )

Filters the default site sign-up variables.


Parameters

$signup_defaults

An array of default site sign-up variables.<br>

  • 'blogname'
    (string) The site blogname.<br>
  • 'blog_title'
    (string) The site title.<br>
  • 'errors'
    (WP_Error) A WP_Error object possibly containing 'blogname' or 'blog_title' errors.<br>


Source

File: wp-signup.php

View on GitHub


Related

Used By

Used By
Used By Description
wp-signup.php: signup_another_blog()

Shows a form for returning users to sign up for another site.


Changelog

Changelog
Version Description
3.0.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy