Uses
| Uses | Description |
|---|---|
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/plugin.php: remove_filter() | Removes a function from a specified filter hook. |
| wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |