开发者 | joedolson |
---|---|
更新时间 | 2024年10月21日 06:27 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
/my-tickets/
directory into your WordPress plugins directory.The My Tickets sales information is entered in the 'Registration Information' panel of the My Calendar add event screen. This may be turned off in your installation. There are two places to look to enable it. First, go to My Calendar > Settings and go to the Input Settings section. If the 'registration' option isn't checked, check it and save settings. Second, go to the Add Event screen. If the registration options still aren't visible, you may need to enable them in your personal Screen Options. Open the Screen Options panel and check the option there - these are settings that apply only to your account.
My Tickets data is associated with post IDs, and My Calendar's recurring events are all based off the same event post. As a result, My Tickets doesn't work with recurring events in My Calendar.
The Tickets and Receipts pages are only for displaying purchased tickets or purchase receipts. If no valid ID for one of those resources is included, then they'll redirect to the shopping cart.
You can use any QR Code scanning app for a mobile phone or other mobile device with a camera. In order to get the ticket status confirmation, you'll need to be connected to a network.
Yes. My Tickets won't sell an unlimited number of tickets for an event; in order for My Tickets to sell anything, you need to specify how many tickets it's allowed to sell.
[ticket]
shortcode no longer requires the current page's ID to render the form.[ticket_venue]
shortcode to render an event's hcard on the page.[ticket]
shortcode with options 'false', 'before', and 'after'.mt_field_paramters
to dynamically change custom field characteristics.mt_after_remaining_text
to append text after the remaining tickets in cart.mt_custom_field_saved
executed after a custom field is saved to a payment.report_callback
for custom fields for displaying in reports.mt_cart_custom_fields
filter.mt_show_in_cart_fields
filter.mt_purchase_completed
action.mt_show_in_cart_fields
filter.mt_generate_cart_table()
when available.the_content
after running to prevent duplication.mt_confirmed_transaction
filter.mt_successful_payment
action.mt_link_title
filter.select
input.