| 开发者 | rodolforizzo76 |
|---|---|
| 更新时间 | 2026年5月7日 08:30 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/simple-bike-rental directory, or install the plugin directly through the WordPress Plugins > Add New screen.[simpbire_bike_rental_split] – Modern two-column layout with instant catalog view (recommended)[simpbire_bike_rental] – Standard layout[simpbire_token_messages] – Displays confirmation or error messages after a user confirms a booking.[simpbire_pending_confirmation] – Shows a pending confirmation message if the booking hasn’t been confirmed yet.Yes. The booking type is selected directly in the frontend form, allowing users to choose between daily and hourly rentals.
The plugin provides two booking layouts:
Yes. The split layout includes a catalog mode where bikes are visible immediately, without selecting dates.
Yes. You can use the [simpbire_bike_grid] shortcode together with the [simpbire_bike] shortcode to create a complete booking flow.
You can set a “Bike details URL” in the bike settings. If configured, users will be redirected to that page when clicking on the bike.
The free version does not include payments. A Pro version with Stripe integration is available.
Yes. The plugin includes minimal CSS, so you can easily override it using your theme or custom styles.
Yes. All layouts, including the split layout, are fully responsive and adapt to smaller screens.
layout="centered" attribute in the [simpbire_bike_rental] shortcode.[simpbire_bike_rental_split] for a modern two-column booking layout with instant catalog view.details_url in bike cards for direct navigation to detail pages.initial_list=1).admin.php into modular components.match).wp_mail_content_type filter in simpbire_invia_notifica: replaced the anonymous closure with a named callback (simpbire_set_html_mail_content_type) and removed the filter using the same reference, preventing the text/html content type from persisting for subsequent emails.remove_filter('wp_mail_content_type', '__return_true'), which did not remove the actually registered callback.simpbire_email_subject and simpbire_email_message to allow developers to customize the subject and content of confirmation emails..pot file accordingly.created_at column to the simpbire_reservations table for better tracking of reservation creation time.