| 开发者 | punsisi |
|---|---|
| 更新时间 | 2025年12月28日 00:05 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.0 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
[nuoria_service_booking_appointments_form] anywhere on your site.nuoria-service-booking-appointments folder to the /wp-content/plugins/ directory.[nuoria_service_booking_appointments_form] shortcode.You can use the dedicated block/widget for Gutenberg, Elementor, Divi, WPBakery, or Beaver Builder. Alternatively, use the shortcode [nuoria_service_booking_appointments_form].
Yes! Go to Appointments > Settings > Email Settings to customize the subject and message body for admin and customer notifications.
Absolutely. You can add as many services as you need, each with its own duration and price.
Yes, the booking form is fully responsive and works perfectly on mobile devices.
Yes, you can set a global buffer time in the settings to ensure you have breaks between appointments.
Go to Appointments > Settings > Holidays to add specific dates when you're closed. The booking form will automatically prevent bookings on those days.
Yes! The plugin includes two security features:
Yes! The plugin adds a dashboard widget that shows you today's schedule, upcoming appointments, and quick statistics (pending, approved, and today's count).
Yes! Go to Appointments > Calendar to see all your bookings in a visual calendar powered by FullCalendar. You can view appointments by month, week, or day.
Absolutely! Go to Appointments > Settings > Booking Widget to customize:
When you change a booking's status, the customer automatically receives an email notification about the status change.
The plugin creates a 'Customer' user role. Logged-in customers can view their bookings through the admin interface (if given appropriate permissions).
Yes! The plugin has native integration with:
esc_url_raw() instead of esc_url() when outputting URLs in JavaScript inline scripts.esc_url_raw() with esc_url() in all places.esc_url_raw() is a sanitization function intended for database storage or redirects, not output escaping. When echoing URLs in HTML/JavaScript context, esc_url() is the appropriate function as it escapes the URL for safe output, preventing potential XSS vulnerabilities.wp_enqueue_script(), wp_enqueue_style(), and wp_add_inline_script() functions.