Changeset 7190 for sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/camptix-tweaks/addons/accommodations.php
- Timestamp:
- 05/10/2018 12:04:59 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/camptix-tweaks/addons/accommodations.php
r7189 r7190 119 119 * Save the value of the new field to the attendee post upon completion of checkout. 120 120 * 121 * @param int $post_id121 * @param int $post_id 122 122 * @param WP_Post $attendee 123 123 * … … 131 131 * Initialize email notifications after the ticket receipt email has been sent. 132 132 * 133 * @param WP_Post $attendee_id133 * @param int $attendee_id 134 134 */ 135 135 public function after_email_receipt( $attendee_id ) { … … 145 145 * Retrieve the stored value of the new field for use on the Edit Info form. 146 146 * 147 * @param array $ticket_info147 * @param array $ticket_info 148 148 * @param WP_Post $attendee 149 149 * … … 159 159 * Update the stored value of the new field if it was changed in the Edit Info form. 160 160 * 161 * @param array $data161 * @param array $data 162 162 * @param WP_Post $attendee 163 163 * … … 246 246 * Send a notification if it hasn't been sent already. 247 247 * 248 * @param string $value248 * @param string $value 249 249 * @param WP_Post $attendee 250 250 */
Note: See TracChangeset
for help on using the changeset viewer.