EDD_CLI::customers( $args,  $assoc_args )

Get the customers currently on your EDD site. Can also be used to create customers records


Description Description

Top ↑

OPTIONS OPTIONS

–id=: A specific customer ID to retrieve –email=: The email address of the customer to retrieve –create=: The number of arbitrary customers to create. Leave as 1 or blank to create a customer with a speciific email

Top ↑

EXAMPLES EXAMPLES

wp edd customers –id=103 wp edd customers –email=john@test.com wp edd customers –create=1 –email=john@test.com wp edd customers –create=1 –email=john@test.com –name="John Doe" wp edd customers –create=1 –email=john@test.com –name="John Doe" user_id=1 wp edd customers –create=1000


Source Source

File: includes/class-edd-cli.php


			

Top ↑

User Contributed Notes User Contributed Notes

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