Title: Easy Key-Values
Author: Yevhen Salitrynskyi
Published: <strong>2024년 5월 7일</strong>
Last modified: 2026년 6월 15일

---

플러그인 검색

![](https://ps.w.org/easy-key-values/assets/banner-772x250.jpg?rev=3082795)

![](https://ps.w.org/easy-key-values/assets/icon-256x256.png?rev=3082829)

# Easy Key-Values

 작성자: [Yevhen Salitrynskyi](https://profiles.wordpress.org/fantom3d/)

[다운로드](https://downloads.wordpress.org/plugin/easy-key-values.1.1.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/easy-key-values/#description)
 * [평가](https://ko.wordpress.org/plugins/easy-key-values/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/easy-key-values/#installation)
 * [개발](https://ko.wordpress.org/plugins/easy-key-values/#developers)

 [지원](https://wordpress.org/support/plugin/easy-key-values/)

## 설명

“Easy Key-Values” helps you manage key-value pairs.. yes, easily.
 It lets site 
managers and developers save settings and use them anywhere on their site with shortcode
or PHP function. Use it for storing API keys, site settings, or showing content 
simply and quickly. Additionally, the plugin offers the ability to hide sensitive
information directly from the WordPress admin, enhancing security and privacy.

#### Key Features

 * Simple Management: Easily add, edit, delete, and hide key-value pairs from the
   WordPress admin area.
 * Shortcode Support: Display your settings anywhere on your site with a simple 
   shortcode.
 * PHP Functionality: Retrieve values in your theme or plugin with a straightforward
   PHP function.
 * Visibility Control: Decide whether to show or hide specific key-value pairs, 
   making it perfect for sensitive data.
 * Lightweight and Efficient: Designed with performance in mind, ensuring minimal
   impact on your site’s speed.
 * Optional Caching: Improve performance with optional caching, configurable through`
   EKVALUES_ENABLE_CACHE` and `EKVALUES_CACHE_DURATION` constants.
 * Flexible Menu Placement: Customize the admin menu placement using the `EKVALUES_MENU_LOCATION`
   constant for better integration.

#### Perfect for a Variety of Use Cases

 * API Key Storage: Securely store and retrieve API keys for various services.
 * Dynamic Content Display: Quickly show different content based on custom settings
   or user preferences.
 * Site Customization: Easily manage and apply site-wide custom settings without
   touching code.
 * Development Efficiency: Streamline development workflows by managing reusable
   data through the admin interface.
 * Multi-language Support: Store and display language-specific text strings or URLs,
   enhancing your site’s internationalization.

By using “Easy Key-Values”, you unlock the potential for enhanced site customization,
improved security for sensitive data, and a more efficient development process.

#### Help with Localization

We’re looking to make “Easy Key-Values” accessible to even more users by supporting
additional languages. If you’re fluent in a language other than English and would
like to contribute by helping with translation and localization, we would greatly
appreciate your support.

This effort not only helps the plugin reach a wider audience but also supports the
open-source community in creating tools that are more inclusive and accessible. 
If you’re interested in contributing, please reach out at ysalitrynskyi+wp@gmail.
com or open a Pull Request.

Thank you for considering to help us improve!

## 스크린샷

[⌊The admin interface for managing key-value pairs, including visibility control
options.⌉⌊The admin interface for managing key-value pairs, including visibility
control options.⌉[

The admin interface for managing key-value pairs, including visibility control options.

## 설치

 1. Upload the `easy-key-values` folder to the `/wp-content/plugins/` directory or 
    install it directly through the WordPress admin panel.
 2. Activate the plugin via the ‘Plugins’ menu in WordPress.
 3. Navigate to the ‘Easy Key-Values’ menu item in the admin area to start adding your
    key-value pairs.

For inquiries or custom web development services, including a full team capable 
of handling design, backend, frontend, marketing, and mobile development, contact
me at ysalitrynskyi+wp@gmail.com. My team and I speak multiple languages and are
committed to delivering high-quality work faster than anybody else. Open to improvement
suggestions and eager to tackle your next project, let’s collaborate to create something
exceptional.

## FAQ

### How do I display a value in a post or page?

Use the shortcode `[ekvalues_value key="your_key_name"]` to display the value of
a key anywhere shortcodes are supported.

### Can I retrieve a value in my theme or plugin?

Yes, use `<?php echo ekvalues_get_value('your_key_name'); ?>` to retrieve and display
a value within PHP. For hidden values, ensure proper access control is implemented.

### What are `EKVALUES_ENABLE_CACHE` and `EKVALUES_CACHE_DURATION`?

These constants allow you to enable caching (`EKVALUES_ENABLE_CACHE`) for improved
performance and customize the duration (`EKVALUES_CACHE_DURATION`) of the cache 
in seconds. Define these in your `wp-config.php` for advanced performance tuning.

### How can I customize the admin menu placement?

Define the `EKVALUES_MENU_LOCATION` constant in your `wp-config.php` file. Setting
it to “settings_menu” places the plugin’s menu under the ‘Settings’ section, offering
a more integrated admin interface experience.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Easy Key-Values”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

 *   [ Yevhen Salitrynskyi ](https://profiles.wordpress.org/fantom3d/)

“Easy Key-Values”(이)가 2 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/easy-key-values/contributors)
님께 감사드립니다.

[자국어로 “Easy Key-Values”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/easy-key-values)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/easy-key-values/)는, 
[SVN 저장소](https://plugins.svn.wordpress.org/easy-key-values/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/easy-key-values/)을 [RSS](https://plugins.trac.wordpress.org/log/easy-key-values/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.1.0

 * Compatibility: tested up to WordPress 7.0.
 * Fixed: fatal error on admin screens under the declared minimum PHP 7.4 (replaced
   the PHP 8 only `str_contains()`).
 * Fixed: value retrieval no longer depends on the stored order of pairs; keys are
   now matched reliably.
 * Fixed: keys equal to “0” are now accepted.
 * Added: uninstall cleanup that removes the stored option and the custom capability.
 * Performance: the options entry is no longer autoloaded on every page load; the
   admin menu icon is now cached.
 * Security/robustness: unslash and harden input handling on save; add `rel="noopener
   noreferrer"` to external links.
 * i18n: additional strings are now translatable (Russian and Ukrainian updated).

#### 1.0.1

 * Test with WordPress 6.5.3

#### 1.0.0

 * Initial release

## 기초

 *  버전 **1.1.0**
 *  최근 업데이트: **3개월 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 5.2 또는 그 이상 **
 *  다음까지 시험됨: **7.0.6**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/easy-key-values/), [Russian](https://ru.wordpress.org/plugins/easy-key-values/),
   그리고 [Ukrainian](https://uk.wordpress.org/plugins/easy-key-values/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/easy-key-values)
 * 태그:
 * [custom fields](https://ko.wordpress.org/plugins/tags/custom-fields/)[Vault](https://ko.wordpress.org/plugins/tags/vault/)
 *  [고급 보기](https://ko.wordpress.org/plugins/easy-key-values/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](https://wordpress.org/support/plugin/easy-key-values/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/easy-key-values/reviews/)

## 기여자

 *   [ Yevhen Salitrynskyi ](https://profiles.wordpress.org/fantom3d/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/easy-key-values/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://bit.ly/EKVPaypalDonation)