prefix; } /** * @return string */ public static function getDatabaseBasePrefix() { global $wpdb; return $wpdb->base_prefix; } }