Changeset 7190 for sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/camptix-tweaks/addons/code-of-conduct.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/code-of-conduct.php
r7189 r7190 98 98 99 99 /** 100 * 100 * Add a validation message when the checkbox isn't checked. 101 101 * 102 102 * @param array $error_flags … … 114 114 * Add the value of the new field to the attendee object during checkout processing. 115 115 * 116 * @param \WP_Post $attendee117 * @param array $data118 * 119 * @return \WP_Post116 * @param WP_Post $attendee 117 * @param array $data 118 * 119 * @return WP_Post 120 120 */ 121 121 public function populate_attendee_object( $attendee, $data ) { … … 128 128 * Save the value of the new field to the attendee post upon completion of checkout. 129 129 * 130 * @param int $post_id131 * @param \WP_Post $attendee130 * @param int $post_id 131 * @param WP_Post $attendee 132 132 * 133 133 * @return bool|int
Note: See TracChangeset
for help on using the changeset viewer.