| 开发者 | lunovadigital |
|---|---|
| 更新时间 | 2026年8月27日 05:57 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
medinova folder to the /wp-content/plugins/ directory, or install the plugin ZIP through the Plugins → Add New screen in WordPress.No. The post types, meta fields and scheduling data are registered by the plugin and work with any theme. The MediNova theme provides ready-made front-end templates for them.
As standard WordPress custom post types and post meta, so it remains portable and survives theme switches.
Yes. The "Special dates" section on the doctor edit screen overrides the weekly schedule for individual dates; leaving a date's periods empty marks the doctor as unavailable that day.
doctor is now medinova_doctor and department is now medinova_department, so they cannot collide with post types registered by other plugins./doctor/…, /department/…) and can now be customised with the medinova_core_doctor_rewrite_slug and medinova_core_department_rewrite_slug filters.medinova_doctor_*, medinova_department_*) so they cannot clash with fields added by other plugins on the same edit screen.