Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Classes / Signup / Signup::create()

Signup::create( $args,  $assoc_args )

Add a signup.

Contents

  • Description
  • OPTIONS
  • EXAMPLE
    • Source
  • User Contributed Notes

Description #Description

Top ↑

OPTIONS #OPTIONS

[–user-login=] : User login for the signup.

[–user-email=] : User email for the signup.

[–activation-key=] : Activation key for the signup. If none is provided, a random one will be used.

[–silent] : Whether to silent the signup creation.

[–porcelain] : Output only the new signup id.

Top ↑

EXAMPLE #EXAMPLE

$ wp bp signup create --user-login=test_user --user-email=teste@site.com
Success: Successfully added new user signup (ID #345).

Source #Source

File: cli/src/signup.php


			

Expand full source code Collapse full source code


Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress