Uses
| Uses | Description | 
|---|---|
| wp-includes/l10n.php: __() | Retrieve the translation of $text. | 
| wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. | 
| wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |