Beskrivelse
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».
Installasjon
- Upload the plugin files to the
/wp-content/plugins/consultation-hoursdirectory. - 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.
Vurderinger
Det er ingen omtaler av denne utvidelsen.
Bidragsytere og utviklere
«Consultation Hours» er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen:
BidragsytereOversett “Consultation Hours” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.3.1
- MAJOR: Replaced all function and option prefixes from
ch_toconsultation_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 leastandRequires PHPheaders 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.