- Created a new function allowing students to edit recital hour signups later. This was necessary to allow students to reserve a time-slot without know all of the details about their performance yet. This required me to
- create the widget for the edit button and dynamically create the link to the correct ‘booking’ page.
- Create a separate WP webpage for editing the data
- Create a shortcode to load the html into the webpage
- Create the form and functions to load the correct signup data from the database, load it into the form on the page, and then submit changes to the database on submission.
- Created an option on the SCF options page for ticket prices. This is a ‘default’ option that can be changed on each individual event edit page. This option is stored in the database and is used in campaign emails and events lists to display both ticket prices and information on availability of tickets.