Event Tickets Extension: Shortcodes
Shortcodes for Event Tickets.
by Modern Tribe, Inc. · github.com/mt-support/tribe-ext-tickets-shortcodes · website
★ 2stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/mt-support/tribe-ext-tickets-shortcodes/archive/refs/heads/master.zipDeclares an update source (https://github.com/mt-support/tribe-ext-tickets-shortcodes), so updates arrive through the plugin's own updater.
From the readme
What and Why?
This is an extension to add shortcodes for Event Tickets.
How?
You can basically add shortcodes to pages and posts or any custom post type. This plugin includes five shortcodes:
[tribetickets]
[tribeticketsrsvp]
[tribeticketsattendees]
[tribeticketsprotectedcontent]
[tribeticketsrsvpprotectedcontent]
Tribe Tickets shortcode
The shortcode includes the tickets block. It has one required parameter, the postid. The postid parameter is the ID of the event (post or page, depending on your site configuration) where the tickets were created.
Example usage:
Where 123 is the ID of the post/page/event where the tickets were created
Tribe Tickets RSVP shortcode
The shortcode includes the RSVP block. It has one required parameter, the postid. The postid parameter is the ID of the event (post or page, depending on your site configuration) where the RSVP was created.
Example usage:
Where 123 is the ID of the post/page/event where the tickets were created
Tribe Tickets Attendees shortcode
The shortcode includes the RSVP block. It has two parameters.
postid - This is a required parameter, the postid. The postid parameter is the ID of the event (post or page, depen
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.