| 开发者 | momwagon |
|---|---|
| 更新时间 | 2026年7月21日 04:45 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Yes. With the free Events Calendar every event pre-fills a single-date carpool. Pro is only needed for recurring events to pre-fill a full season.
Weekly recurrences with a fixed end date (e.g. every Tuesday and Thursday until Dec 15). Monthly rules, every-other-week rules, "never ends" and "after N occurrences" rules fall back to pre-filling the single date being viewed; the visitor can adjust the schedule in momwagon.
Yes, with the momwagon_show_button filter: add_filter( 'momwagon_show_button', function ( $show, $event_id ) { return 123 !== $event_id; }, 10, 2 );
No. It only renders a link on your own pages. Data reaches momwagon only when a visitor clicks the button.
This plugin is free. momwagon itself is a commercial carpool-coordination service; organizing parents subscribe there ($5.95/year at the time of writing). Your site and your visitors pay nothing to momwagon for the button itself; whether a visitor signs up with momwagon is entirely their choice.