* @link http://wp-dreams.com, http://codecanyon.net/user/anago/portfolio * @copyright Copyright (c) 2014, Ernest Marcinko */ class wpdreamsTermMeta extends wpdreamsType { private $types, $selected; function getType() { parent::getType(); global $wpdb; $this->processData(); // Bail if term meta table is not installed. if ( get_option( 'db_version' ) < 34370 ) { echo ""; return false; } $this->types = $wpdb->get_results("SELECT DISTINCT(meta_key) FROM " . $wpdb->termmeta . " LIMIT 1500", ARRAY_A); echo "