LLMS_REST_API_Keys::get_i18n_name()
Retrieve the translated resource name.
Contents
Return Return
(string)
Source Source
File: libraries/lifterlms-rest/includes/class-llms-rest-api-keys.php
protected function get_i18n_name() {
return __( 'API Key', 'lifterlms' );
}
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
| Version | Description |
|---|---|
| 1.0.0-beta.1 | Introduced. |