Dev Resources

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

Signup::get( $args,  $assoc_args )

Get a signup.

Contents

  • Description
  • OPTIONS
    • Source
  • User Contributed Notes

Description #Description

Top ↑

OPTIONS #OPTIONS

: Identifier for the signup. Can be a signup ID, an email address, or a user_login.
[–match-field=] : Field to match the signup-id to. Use if there is ambiguity between, eg, signup ID and user_login. — options: – signup_id – user_email – user_login —
[–fields=] : Limit the output to specific signup fields.
[–format=] : Render output in a particular format. — default: table options: – table – csv – ids – json – count – yaml —
## EXAMPLES
$ wp bp signup get 123 $ wp bp signup get foo@example.com $ wp bp signup get 123 –match-field=id


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