Lines:
1 to 16 of 16
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_DB_Customer_Meta */ /* function EDD_DB_Customer_Meta::__construct() – Get things started */ /* function EDD_DB_Customer_Meta::get_columns() – Get table columns and data types */ /* function EDD_DB_Customer_Meta::register_table() – Register the table with $wpdb so the metadata api can find it */ /* function EDD_DB_Customer_Meta::get_meta() – Retrieve customer meta field for a customer. */ /* function EDD_DB_Customer_Meta::add_meta() – Add meta data field to a customer. */ /* function EDD_DB_Customer_Meta::update_meta() – Update customer meta field based on Customer ID. */ /* function EDD_DB_Customer_Meta::delete_meta() – Remove metadata matching criteria from a customer. */ /* function EDD_DB_Customer_Meta::create_table() – Create the table */ /* function EDD_DB_Customer_Meta::sanitize_customer_id() – Given a customer ID, make sure it’s a positive number, greater than zero before inserting or adding. */