Consultation Hours
开发者 |
mizukinozawa
|
更新时间 |
2025年7月3日 19:01 |
PHP版本: |
7.4 及以上 |
WordPress版本: |
6.8 |
版权: |
GPLv2 or later |
版权网址: |
版权信息
|
详情介绍:
This plugin generates a table to display the consultation or business hours of a clinic or store using the [consultation_hours] shortcode. Settings can be configured from "Settings > Consultation Hours".
安装:
- Upload the plugin files to the
/wp-content/plugins/consultation-hours
directory.
- Activate the plugin through the 'Plugins' menu in WordPress.
- Go to "Settings > Consultation Hours" to configure the hours and notes.
- Use the
[consultation_hours]
shortcode in your posts or pages.
更新日志:
1.3.1
- MAJOR: Replaced all function and option prefixes from
ch_
to consultation_hours_
to prevent conflicts, as per plugin review team feedback.
- SECURITY: Added direct file access prevention to all PHP files.
- FIX: Added missing
Requires at least
and Requires PHP
headers to the main plugin file.
- ENHANCEMENT: Implemented internationalization (i18n) for all user-facing strings.
1.3.0
- SECURITY: Further hardened security in the data saving process by reducing direct references to superglobal variables.