Uses
| Uses | Description |
|---|---|
| wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
| wp-includes/l10n.php: __() | Retrieve the translation of $text. |
| wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |