Linux 软件免费装
Banner图

Easy Key-Values

开发者 Fantom3D
更新时间 2024年5月8日 05:07
捐献地址: 去捐款
PHP版本: 5.2 及以上
WordPress版本: 6.5.3
版权: GPLv2 or later
版权网址: 版权信息

标签

Custom Fields Environmental Variables API Key Management Configuration Storage Vault

下载

1.0.1

详情介绍:

"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 Perfect for a Variety of Use Cases 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!

安装:

  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.

常见问题:

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.

更新日志:

1.0.1 1.0.0