Uses
| Uses | Description | 
|---|---|
| wp-includes/l10n.php: __() | Retrieve the translation of $text. | 
| wp-includes/wp-db.php: wpdb::get_col() | Retrieves one column from the database. | 
| wp-includes/wp-db.php: wpdb::get_var() | Retrieves one variable from the database. | 
| wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |