EDD_DB_Customer_Meta
Description Description
Source Source
File: includes/class-edd-db-customer-meta.php
Methods Methods
- __construct — Get things started
- add_meta — Add meta data field to a customer.
- create_table — Create the table
- delete_meta — Remove metadata matching criteria from a customer.
- get_columns — Get table columns and data types
- get_meta — Retrieve customer meta field for a customer.
- register_table — Register the table with $wpdb so the metadata api can find it
- sanitize_customer_id — Given a customer ID, make sure it's a positive number, greater than zero before inserting or adding.
- update_meta — Update customer meta field based on Customer ID.