Uses
| Uses | Description |
|---|---|
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
| wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |