@@ -1,19 +1,19 @@ |
||
1 | 1 | |
2 | 2 | <ul class="subsubsub"> |
3 | - <li class="all"><a class="current" href="<?php echo $view_all_url;?>">View All <span class="count">(<?php echo $table_rows; ?>)</span></a></li> |
|
3 | + <li class="all"><a class="current" href="<?php echo $view_all_url; ?>">View All <span class="count">(<?php echo $table_rows; ?>)</span></a></li> |
|
4 | 4 | </ul> |
5 | 5 | |
6 | 6 | <div id="txn-filters-dv"> |
7 | - <form id="txn-filters-frm" action="<?php echo $txn_overview_url;?>" method="post" name="txn-filters-frm"> |
|
8 | - <label for="txn-filter-start-date"><?php _e( 'Display Transactions from ', 'event_espresso' ); ?></label> |
|
7 | + <form id="txn-filters-frm" action="<?php echo $txn_overview_url; ?>" method="post" name="txn-filters-frm"> |
|
8 | + <label for="txn-filter-start-date"><?php _e('Display Transactions from ', 'event_espresso'); ?></label> |
|
9 | 9 | <input id="txn-filter-start-date" class="datepicker" type="text" value="<?php echo $start_date; ?>" name="txn-filter-start-date" size="15"/> |
10 | - <label for="txn-filter-end-date"> <?php _e( 'until', 'event_espresso' ); ?> </label> |
|
10 | + <label for="txn-filter-end-date"> <?php _e('until', 'event_espresso'); ?> </label> |
|
11 | 11 | <input id="txn-filter-end-date" class="datepicker" type="text" value="<?php echo $end_date; ?>" name="txn-filter-end-date" size="15"/> |
12 | 12 | <input id="submit-txn-filters-sbmt" class="button-secondary" type="submit" value="Filter Months"> |
13 | 13 | </form> |
14 | 14 | </div> |
15 | 15 | |
16 | - <form id="transactions-overview-frm" action="<?php echo $txn_overview_url;?>" method="get"> |
|
16 | + <form id="transactions-overview-frm" action="<?php echo $txn_overview_url; ?>" method="get"> |
|
17 | 17 | <input type="hidden" name="page" value="<?php echo $_REQUEST['page'] ?>" /> |
18 | 18 | <input type="hidden" id="per_page" name="per_page" value="" /> |
19 | 19 | <?php echo $list_table->display(); ?> |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <div class="wrap"> |
2 | 2 | |
3 | - <h2><?php esc_attr_e( 'Event Espresso', 'event_espresso' ); ?> - <?php esc_attr_e( $admin_page_title, 'event_espresso' ); ?></h2> |
|
3 | + <h2><?php esc_attr_e('Event Espresso', 'event_espresso'); ?> - <?php esc_attr_e($admin_page_title, 'event_espresso'); ?></h2> |
|
4 | 4 | |
5 | 5 | <h2 class="nav-tab-wrapper"> |
6 | 6 | <a class="nav-tab<?php echo $tab_active_overview; ?>" href="<?php echo $tab_url_overview; ?>"><?php echo $tab_lnk_overview; ?></a> |
7 | - <?php if ( $tab_details ) : ?> |
|
7 | + <?php if ($tab_details) : ?> |
|
8 | 8 | <a class="nav-tab<?php echo $tab_active_details; ?>" href="<?php echo $tab_url_details; ?>"><?php echo $tab_lnk_details; ?></a> |
9 | 9 | <?php endif; ?> |
10 | 10 | <a class="nav-tab<?php echo $tab_active_reports; ?>" href="<?php echo $tab_url_reports; ?>"><?php echo $tab_lnk_reports; ?></a> |
@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | * @since 4.3.2 |
16 | 16 | * @author Darren Ethier |
17 | 17 | */ |
18 | -class EE_Caf_Messages { |
|
18 | +class EE_Caf_Messages { |
|
19 | 19 | |
20 | 20 | |
21 | 21 | /** |
@@ -34,36 +34,36 @@ discard block |
||
34 | 34 | * @return void |
35 | 35 | */ |
36 | 36 | private function _caf_hooks() { |
37 | - add_filter('FHEE__EED_Messages___set_messages_paths___MSG_PATHS', array( $this, 'messages_autoload_paths'), 5 ); |
|
38 | - add_filter('FHEE__EE_Email_messenger__get_validator_config', array( $this, 'email_messenger_validator_config'), 5, 2 ); |
|
39 | - add_filter('FHEE__EE_Email_messenger__get_template_fields', array( $this, 'email_messenger_template_fields'), 5, 2 ); |
|
40 | - add_filter( 'FHEE__EE_Html_messenger__get_template_fields', array( $this, 'html_messenger_template_fields' ), 5, 2 ); |
|
41 | - add_filter( 'FHEE__EE_Html_messenger__get_validator_config', array( $this, 'html_messenger_validator_config' ), 5, 2 ); |
|
42 | - add_filter( 'FHEE__EE_Pdf_messenger__get_template_fields', array( $this, 'pdf_messenger_template_fields' ), 5, 2 ); |
|
43 | - add_filter( 'FHEE__EE_Pdf_messenger__get_validator_config', array( $this, 'pdf_messenger_validator_config' ), 5, 2 ); |
|
44 | - add_filter('FHEE__EE_Messages_Template_Pack__get_specific_template__contents', array( $this, 'new_default_templates'), 5, 7 ); |
|
45 | - add_filter('FHEE__EE_Messages_Base__get_valid_shortcodes', array( $this, 'message_types_valid_shortcodes'), 5, 2 ); |
|
37 | + add_filter('FHEE__EED_Messages___set_messages_paths___MSG_PATHS', array($this, 'messages_autoload_paths'), 5); |
|
38 | + add_filter('FHEE__EE_Email_messenger__get_validator_config', array($this, 'email_messenger_validator_config'), 5, 2); |
|
39 | + add_filter('FHEE__EE_Email_messenger__get_template_fields', array($this, 'email_messenger_template_fields'), 5, 2); |
|
40 | + add_filter('FHEE__EE_Html_messenger__get_template_fields', array($this, 'html_messenger_template_fields'), 5, 2); |
|
41 | + add_filter('FHEE__EE_Html_messenger__get_validator_config', array($this, 'html_messenger_validator_config'), 5, 2); |
|
42 | + add_filter('FHEE__EE_Pdf_messenger__get_template_fields', array($this, 'pdf_messenger_template_fields'), 5, 2); |
|
43 | + add_filter('FHEE__EE_Pdf_messenger__get_validator_config', array($this, 'pdf_messenger_validator_config'), 5, 2); |
|
44 | + add_filter('FHEE__EE_Messages_Template_Pack__get_specific_template__contents', array($this, 'new_default_templates'), 5, 7); |
|
45 | + add_filter('FHEE__EE_Messages_Base__get_valid_shortcodes', array($this, 'message_types_valid_shortcodes'), 5, 2); |
|
46 | 46 | |
47 | 47 | //shortcode parsers |
48 | - add_filter('FHEE__EE_Attendee_Shortcodes__shortcodes', array( $this, 'additional_attendee_shortcodes'), 5, 2 ); |
|
49 | - add_filter('FHEE__EE_Attendee_Shortcodes__parser_after', array( $this, 'additional_attendee_parser'), 5, 5 ); |
|
50 | - add_filter('FHEE__EE_Recipient_List_Shortcodes__shortcodes', array( $this, 'additional_recipient_details_shortcodes'), 5, 2 ); |
|
51 | - add_filter('FHEE__EE_Recipient_List_Shortcodes__parser_after', array( $this, 'additional_recipient_details_parser'), 5, 5 ); |
|
52 | - add_filter('FHEE__EE_Primary_Registration_List_Shortcodes__shortcodes', array( $this, 'additional_primary_registration_details_shortcodes'), 5, 2 ); |
|
53 | - add_filter('FHEE__EE_Primary_Registration_List_Shortcodes__parser_after', array( $this, 'additional_primary_registration_details_parser'), 5, 5 ); |
|
48 | + add_filter('FHEE__EE_Attendee_Shortcodes__shortcodes', array($this, 'additional_attendee_shortcodes'), 5, 2); |
|
49 | + add_filter('FHEE__EE_Attendee_Shortcodes__parser_after', array($this, 'additional_attendee_parser'), 5, 5); |
|
50 | + add_filter('FHEE__EE_Recipient_List_Shortcodes__shortcodes', array($this, 'additional_recipient_details_shortcodes'), 5, 2); |
|
51 | + add_filter('FHEE__EE_Recipient_List_Shortcodes__parser_after', array($this, 'additional_recipient_details_parser'), 5, 5); |
|
52 | + add_filter('FHEE__EE_Primary_Registration_List_Shortcodes__shortcodes', array($this, 'additional_primary_registration_details_shortcodes'), 5, 2); |
|
53 | + add_filter('FHEE__EE_Primary_Registration_List_Shortcodes__parser_after', array($this, 'additional_primary_registration_details_parser'), 5, 5); |
|
54 | 54 | |
55 | 55 | /** |
56 | 56 | * @since 4.2.0 |
57 | 57 | */ |
58 | - add_filter( 'FHEE__EE_Datetime_Shortcodes__shortcodes', array( $this, 'additional_datetime_shortcodes'), 10, 2 ); |
|
59 | - add_filter( 'FHEE__EE_Datetime_Shortcodes__parser_after', array( $this, 'additional_datetime_parser'), 10, 5 ); |
|
58 | + add_filter('FHEE__EE_Datetime_Shortcodes__shortcodes', array($this, 'additional_datetime_shortcodes'), 10, 2); |
|
59 | + add_filter('FHEE__EE_Datetime_Shortcodes__parser_after', array($this, 'additional_datetime_parser'), 10, 5); |
|
60 | 60 | |
61 | 61 | /** |
62 | 62 | * @since 4.3.0 |
63 | 63 | */ |
64 | 64 | //eat our own dog food! |
65 | - add_action('EE_Brewing_Regular___messages_caf', array( $this, 'register_caf_message_types' ) ); |
|
66 | - add_action('EE_Brewing_Regular___messages_caf', array( $this, 'register_caf_shortcodes' ) ); |
|
65 | + add_action('EE_Brewing_Regular___messages_caf', array($this, 'register_caf_message_types')); |
|
66 | + add_action('EE_Brewing_Regular___messages_caf', array($this, 'register_caf_shortcodes')); |
|
67 | 67 | do_action('EE_Brewing_Regular___messages_caf'); |
68 | 68 | } |
69 | 69 | |
@@ -74,14 +74,14 @@ discard block |
||
74 | 74 | * @param array $dir_ref original array of paths |
75 | 75 | * @return array appended paths |
76 | 76 | */ |
77 | - public function messages_autoload_paths( $dir_ref ) { |
|
78 | - $dir_ref[] = EE_CAF_LIBRARIES . 'shortcodes/'; |
|
77 | + public function messages_autoload_paths($dir_ref) { |
|
78 | + $dir_ref[] = EE_CAF_LIBRARIES.'shortcodes/'; |
|
79 | 79 | return $dir_ref; |
80 | 80 | } |
81 | 81 | |
82 | 82 | |
83 | 83 | |
84 | - public function email_messenger_validator_config( $validator_config, EE_Email_messenger $messenger ) { |
|
84 | + public function email_messenger_validator_config($validator_config, EE_Email_messenger $messenger) { |
|
85 | 85 | $validator_config['attendee_list'] = array( |
86 | 86 | 'shortcodes' => array('attendee', 'event_list', 'ticket_list', 'question_list'), |
87 | 87 | 'required' => array('[ATTENDEE_LIST]') |
@@ -95,7 +95,7 @@ discard block |
||
95 | 95 | |
96 | 96 | |
97 | 97 | |
98 | - public function html_messenger_validator_config( $validator_config, EE_Html_messenger $messenger ) { |
|
98 | + public function html_messenger_validator_config($validator_config, EE_Html_messenger $messenger) { |
|
99 | 99 | $validator_config['attendee_list'] = array( |
100 | 100 | 'shortcodes' => array('attendee', 'question_list'), |
101 | 101 | 'required' => array('[ATTENDEE_LIST]') |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | |
110 | 110 | |
111 | 111 | |
112 | - public function pdf_messenger_validator_config( $validator_config, EE_Pdf_messenger $messenger ) { |
|
112 | + public function pdf_messenger_validator_config($validator_config, EE_Pdf_messenger $messenger) { |
|
113 | 113 | $validator_config['attendee_list'] = array( |
114 | 114 | 'shortcodes' => array('attendee', 'event_list', 'ticket_list', 'question_list'), |
115 | 115 | 'required' => array('[ATTENDEE_LIST]') |
@@ -124,7 +124,7 @@ discard block |
||
124 | 124 | |
125 | 125 | |
126 | 126 | |
127 | - public function email_messenger_template_fields( $template_fields, EE_Email_messenger $messenger ) { |
|
127 | + public function email_messenger_template_fields($template_fields, EE_Email_messenger $messenger) { |
|
128 | 128 | $template_fields['extra']['content']['question_list'] = array( |
129 | 129 | 'input' => 'textarea', |
130 | 130 | 'label' => '[QUESTION_LIST]', |
@@ -140,7 +140,7 @@ discard block |
||
140 | 140 | } |
141 | 141 | |
142 | 142 | |
143 | - public function html_messenger_template_fields( $template_fields, EE_Html_messenger $messenger ) { |
|
143 | + public function html_messenger_template_fields($template_fields, EE_Html_messenger $messenger) { |
|
144 | 144 | $template_fields['extra']['content']['question_list'] = array( |
145 | 145 | 'input' => 'textarea', |
146 | 146 | 'label' => '[QUESTION_LIST]', |
@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | |
158 | 158 | |
159 | 159 | |
160 | - public function pdf_messenger_template_fields( $template_fields, EE_Pdf_messenger $messenger ) { |
|
160 | + public function pdf_messenger_template_fields($template_fields, EE_Pdf_messenger $messenger) { |
|
161 | 161 | $template_fields['extra']['content']['question_list'] = array( |
162 | 162 | 'input' => 'textarea', |
163 | 163 | 'label' => '[QUESTION_LIST]', |
@@ -174,39 +174,39 @@ discard block |
||
174 | 174 | |
175 | 175 | |
176 | 176 | |
177 | - public function new_default_templates( $contents, $actual_path, EE_messenger $messenger, EE_message_type $message_type, $field, $context, EE_Messages_Template_Pack $template_pack ) { |
|
177 | + public function new_default_templates($contents, $actual_path, EE_messenger $messenger, EE_message_type $message_type, $field, $context, EE_Messages_Template_Pack $template_pack) { |
|
178 | 178 | |
179 | 179 | //we're only modifying templates for the default template pack |
180 | - if ( ! $template_pack instanceof EE_Messages_Template_Pack_Default ) { |
|
180 | + if ( ! $template_pack instanceof EE_Messages_Template_Pack_Default) { |
|
181 | 181 | return $contents; |
182 | 182 | } |
183 | 183 | |
184 | 184 | //the template file name we're replacing contents for. |
185 | - $template_file_prefix = $field . '_' . $context; |
|
186 | - $msg_prefix = $messenger->name . '_' . $message_type->name . '_' ; |
|
185 | + $template_file_prefix = $field.'_'.$context; |
|
186 | + $msg_prefix = $messenger->name.'_'.$message_type->name.'_'; |
|
187 | 187 | |
188 | - $base_path = EE_CAF_LIBRARIES . 'messages/defaults/default/'; |
|
188 | + $base_path = EE_CAF_LIBRARIES.'messages/defaults/default/'; |
|
189 | 189 | |
190 | - if ( $messenger->name == 'email' && $message_type->name == 'registration' ) { |
|
190 | + if ($messenger->name == 'email' && $message_type->name == 'registration') { |
|
191 | 191 | |
192 | - switch ( $template_file_prefix ) { |
|
192 | + switch ($template_file_prefix) { |
|
193 | 193 | |
194 | 194 | case 'question_list_admin' : |
195 | 195 | case 'question_list_attendee' : |
196 | 196 | case 'question_list_primary_attendee' : |
197 | - $path = $base_path . $msg_prefix . 'question_list.template.php'; |
|
198 | - $contents = EEH_Template::display_template( $path, array(), true ); |
|
197 | + $path = $base_path.$msg_prefix.'question_list.template.php'; |
|
198 | + $contents = EEH_Template::display_template($path, array(), true); |
|
199 | 199 | break; |
200 | 200 | |
201 | 201 | case 'attendee_list_primary_attendee' : |
202 | - $path = $base_path . $msg_prefix . 'attendee_list.template.php'; |
|
203 | - $contents = EEH_Template::display_template( $path, array(), true ); |
|
202 | + $path = $base_path.$msg_prefix.'attendee_list.template.php'; |
|
203 | + $contents = EEH_Template::display_template($path, array(), true); |
|
204 | 204 | break; |
205 | 205 | |
206 | 206 | case 'attendee_list_admin' : |
207 | - $path = $base_path . $msg_prefix . 'attendee_list_admin.template.php'; |
|
208 | - $contents = EEH_Template::display_template( $path, |
|
209 | - array(), true ); |
|
207 | + $path = $base_path.$msg_prefix.'attendee_list_admin.template.php'; |
|
208 | + $contents = EEH_Template::display_template($path, |
|
209 | + array(), true); |
|
210 | 210 | break; |
211 | 211 | |
212 | 212 | case 'attendee_list_attendee' : |
@@ -214,33 +214,33 @@ discard block |
||
214 | 214 | break; |
215 | 215 | |
216 | 216 | case 'event_list_attendee' : |
217 | - $path = $base_path . $msg_prefix . 'event_list_attendee.template.php'; |
|
218 | - $contents = EEH_Template::display_template( $path, array(), true ); |
|
217 | + $path = $base_path.$msg_prefix.'event_list_attendee.template.php'; |
|
218 | + $contents = EEH_Template::display_template($path, array(), true); |
|
219 | 219 | break; |
220 | 220 | } |
221 | - } elseif ( $messenger->name == 'email' && $message_type->name == 'newsletter' ) { |
|
222 | - switch( $template_file_prefix ) { |
|
221 | + } elseif ($messenger->name == 'email' && $message_type->name == 'newsletter') { |
|
222 | + switch ($template_file_prefix) { |
|
223 | 223 | |
224 | 224 | case 'content_attendee' : |
225 | - $path = $base_path . $msg_prefix . 'content.template.php'; |
|
226 | - $contents = EEH_Template::display_template( $path, array(), true ); |
|
225 | + $path = $base_path.$msg_prefix.'content.template.php'; |
|
226 | + $contents = EEH_Template::display_template($path, array(), true); |
|
227 | 227 | break; |
228 | 228 | |
229 | 229 | case 'newsletter_content_attendee' : |
230 | - $path = $base_path . $msg_prefix . 'newsletter_content.template.php'; |
|
231 | - $contents = EEH_Template::display_template( $path, array(), true ); |
|
230 | + $path = $base_path.$msg_prefix.'newsletter_content.template.php'; |
|
231 | + $contents = EEH_Template::display_template($path, array(), true); |
|
232 | 232 | break; |
233 | 233 | |
234 | 234 | case 'newsletter_subject_attendee' : |
235 | - $path = $base_path . $msg_prefix . 'subject.template.php'; |
|
236 | - $contents = EEH_Template::display_template( $path, array(), true ); |
|
235 | + $path = $base_path.$msg_prefix.'subject.template.php'; |
|
236 | + $contents = EEH_Template::display_template($path, array(), true); |
|
237 | 237 | break; |
238 | 238 | } |
239 | - } elseif ( $messenger->name == 'html' && $message_type->name == 'receipt' ) { |
|
240 | - switch ( $template_file_prefix ) { |
|
239 | + } elseif ($messenger->name == 'html' && $message_type->name == 'receipt') { |
|
240 | + switch ($template_file_prefix) { |
|
241 | 241 | case 'attendee_list_purchaser' : |
242 | - $path = $base_path . $msg_prefix . 'attendee_list.template.php'; |
|
243 | - $contents = EEH_Template::display_template( $path, array(), true ); |
|
242 | + $path = $base_path.$msg_prefix.'attendee_list.template.php'; |
|
243 | + $contents = EEH_Template::display_template($path, array(), true); |
|
244 | 244 | break; |
245 | 245 | } |
246 | 246 | } |
@@ -251,7 +251,7 @@ discard block |
||
251 | 251 | |
252 | 252 | |
253 | 253 | |
254 | - public function message_types_valid_shortcodes( $valid_shortcodes, EE_Messages_Base $msg ) { |
|
254 | + public function message_types_valid_shortcodes($valid_shortcodes, EE_Messages_Base $msg) { |
|
255 | 255 | //make sure question_list and question are ONLY added for the core message types. Any other message types will have to explicitly set question_list as a valid shortcode. |
256 | 256 | $include_with = array( |
257 | 257 | 'registration', |
@@ -268,9 +268,9 @@ discard block |
||
268 | 268 | 'invoice', |
269 | 269 | 'receipt' |
270 | 270 | ); |
271 | - if ( $msg instanceof EE_message_type && in_array( $msg->name, $include_with )) { |
|
271 | + if ($msg instanceof EE_message_type && in_array($msg->name, $include_with)) { |
|
272 | 272 | $contexts = array_keys($msg->get_contexts()); |
273 | - foreach ( $contexts as $context ) { |
|
273 | + foreach ($contexts as $context) { |
|
274 | 274 | $valid_shortcodes[$context][] = 'question_list'; |
275 | 275 | $valid_shortcodes[$context][] = 'question'; |
276 | 276 | } |
@@ -282,35 +282,35 @@ discard block |
||
282 | 282 | |
283 | 283 | |
284 | 284 | |
285 | - public function additional_attendee_shortcodes( $shortcodes, $shortcode_parser ) { |
|
285 | + public function additional_attendee_shortcodes($shortcodes, $shortcode_parser) { |
|
286 | 286 | $shortcodes['[ANSWER_*]'] = __('This is a special dynamic shortcode. Right after the "*", add the exact text of a existing question, and if there is an answer for that question for this registrant, that will take the place of this shortcode.', 'event_espresso'); |
287 | 287 | return $shortcodes; |
288 | 288 | } |
289 | 289 | |
290 | 290 | |
291 | 291 | |
292 | - public function additional_attendee_parser( $parsed, $shortcode, $data, $extra_data, $shortcode_parser ) { |
|
292 | + public function additional_attendee_parser($parsed, $shortcode, $data, $extra_data, $shortcode_parser) { |
|
293 | 293 | |
294 | - if ( strpos( $shortcode, '[ANSWER_*' ) === FALSE || !isset( $extra_data['data']->questions) || !isset( $extra_data['data']->registrations) ) |
|
294 | + if (strpos($shortcode, '[ANSWER_*') === FALSE || ! isset($extra_data['data']->questions) || ! isset($extra_data['data']->registrations)) |
|
295 | 295 | return $parsed; |
296 | 296 | |
297 | 297 | //let's get the question from the code. |
298 | 298 | $shortcode = str_replace('[ANSWER_*', '', $shortcode); |
299 | - $shortcode = trim( str_replace(']', '', $shortcode) ); |
|
299 | + $shortcode = trim(str_replace(']', '', $shortcode)); |
|
300 | 300 | |
301 | 301 | $registration = $data instanceof EE_Registration ? $data : null; |
302 | - $registration = ! $registration instanceof EE_Registration && is_array( $extra_data ) && isset( $extra_data['data'] ) && $extra_data['data'] instanceof EE_Registration ? $extra_data['data'] : $registration; |
|
302 | + $registration = ! $registration instanceof EE_Registration && is_array($extra_data) && isset($extra_data['data']) && $extra_data['data'] instanceof EE_Registration ? $extra_data['data'] : $registration; |
|
303 | 303 | |
304 | 304 | $aee = $data instanceof EE_Messages_Addressee ? $data : null; |
305 | - $aee = ! $aee instanceof EE_Messages_Addressee && is_array( $extra_data ) && isset( $extra_data['data'] ) ? $extra_data['data'] : $aee; |
|
305 | + $aee = ! $aee instanceof EE_Messages_Addressee && is_array($extra_data) && isset($extra_data['data']) ? $extra_data['data'] : $aee; |
|
306 | 306 | |
307 | - if ( ! $registration instanceof EE_Registration || ! $aee instanceof EE_Messages_Addressee ) { |
|
307 | + if ( ! $registration instanceof EE_Registration || ! $aee instanceof EE_Messages_Addressee) { |
|
308 | 308 | return $parsed; |
309 | 309 | } |
310 | 310 | |
311 | 311 | //now let's figure out which question has this text. |
312 | - foreach ( $aee->questions as $ansid => $question ) { |
|
313 | - if ( $question instanceof EE_Question && $question->display_text() == $shortcode && isset($aee->registrations[$registration->ID()]['ans_objs'][$ansid]) ) { |
|
312 | + foreach ($aee->questions as $ansid => $question) { |
|
313 | + if ($question instanceof EE_Question && $question->display_text() == $shortcode && isset($aee->registrations[$registration->ID()]['ans_objs'][$ansid])) { |
|
314 | 314 | return $aee->registrations[$registration->ID()]['ans_objs'][$ansid]->get_pretty('ANS_value', 'no_wpautop'); |
315 | 315 | } |
316 | 316 | } |
@@ -332,7 +332,7 @@ discard block |
||
332 | 332 | * @return array array of shortcodes and |
333 | 333 | * descriptions |
334 | 334 | */ |
335 | - public function additional_datetime_shortcodes( $shortcodes, $shortcode_parser ) { |
|
335 | + public function additional_datetime_shortcodes($shortcodes, $shortcode_parser) { |
|
336 | 336 | $shortcodes['[DTT_NAME]'] = __('This will be parsed to the Title given for a Datetime', 'event_espresso'); |
337 | 337 | $shortcodes['[DTT_DESCRIPTION]'] = __('This will be parsed to the description for a Datetime', 'event_espresso'); |
338 | 338 | $shortcodes['[DTT_NAME_OR_DATES]'] = __('When parsed, if the Datetime has a name, it is used, otherwise a formatted string including the start date and end date will be used.', 'event_espresso'); |
@@ -354,13 +354,13 @@ discard block |
||
354 | 354 | * @param EE_Datetime_Shortcodes $shortcode_parser |
355 | 355 | * @return string The new parsed string. |
356 | 356 | */ |
357 | - public function additional_datetime_parser( $parsed, $shortcode, $data, $extra_data, $shortcode_parser ) { |
|
357 | + public function additional_datetime_parser($parsed, $shortcode, $data, $extra_data, $shortcode_parser) { |
|
358 | 358 | |
359 | - if ( ! $data instanceof EE_Datetime ) { |
|
359 | + if ( ! $data instanceof EE_Datetime) { |
|
360 | 360 | return ''; //get out because we can only parse with the datetime object. |
361 | 361 | } |
362 | 362 | |
363 | - switch ( $shortcode ) { |
|
363 | + switch ($shortcode) { |
|
364 | 364 | case '[DTT_NAME]' : |
365 | 365 | return $data->name(); |
366 | 366 | break; |
@@ -368,7 +368,7 @@ discard block |
||
368 | 368 | return $data->description(); |
369 | 369 | break; |
370 | 370 | case '[DTT_NAME_OR_DATES]' : |
371 | - return $data->get_dtt_display_name( TRUE ); |
|
371 | + return $data->get_dtt_display_name(TRUE); |
|
372 | 372 | break; |
373 | 373 | default : |
374 | 374 | return $parsed; |
@@ -380,40 +380,40 @@ discard block |
||
380 | 380 | |
381 | 381 | |
382 | 382 | |
383 | - public function additional_recipient_details_shortcodes( $shortcodes, $shortcode_parser ) { |
|
383 | + public function additional_recipient_details_shortcodes($shortcodes, $shortcode_parser) { |
|
384 | 384 | $shortcodes['[RECIPIENT_QUESTION_LIST]'] = __('This is used to indicate where you want the list of questions and answers to show for the person receiving the message.', 'event_espresso'); |
385 | 385 | return $shortcodes; |
386 | 386 | } |
387 | 387 | |
388 | 388 | |
389 | - public function additional_recipient_details_parser( $parsed, $shortcode, $data, $extra_data, $shortcode_parser ) { |
|
389 | + public function additional_recipient_details_parser($parsed, $shortcode, $data, $extra_data, $shortcode_parser) { |
|
390 | 390 | |
391 | - if ( array($data) && ! isset( $data['data'] ) ) |
|
391 | + if (array($data) && ! isset($data['data'])) |
|
392 | 392 | return $parsed; |
393 | 393 | |
394 | 394 | $recipient = $data['data'] instanceof EE_Messages_Addressee ? $data['data'] : NULL; |
395 | - $recipient = ! $recipient instanceof EE_Messages_Addressee && array($extra_data) && isset( $extra_data['data'] ) && $extra_data['data'] instanceof EE_Messages_Addressee ? $extra_data['data'] : $recipient; |
|
395 | + $recipient = ! $recipient instanceof EE_Messages_Addressee && array($extra_data) && isset($extra_data['data']) && $extra_data['data'] instanceof EE_Messages_Addressee ? $extra_data['data'] : $recipient; |
|
396 | 396 | |
397 | - if ( ! $recipient instanceof EE_Messages_Addressee ) |
|
397 | + if ( ! $recipient instanceof EE_Messages_Addressee) |
|
398 | 398 | return $parsed; |
399 | 399 | |
400 | - switch ( $shortcode ) { |
|
400 | + switch ($shortcode) { |
|
401 | 401 | case '[RECIPIENT_QUESTION_LIST]' : |
402 | 402 | $att = $recipient->att_obj; |
403 | 403 | $registrations_on_attendee = $att instanceof EE_Attendee ? $recipient->attendees[$att->ID()]['reg_objs'] : array(); |
404 | - $registrations_on_attendee = empty( $registrations_on_attendee ) && $recipient->reg_obj instanceof EE_Registration ? array( $recipient->reg_obj ) : $registrations_on_attendee; |
|
404 | + $registrations_on_attendee = empty($registrations_on_attendee) && $recipient->reg_obj instanceof EE_Registration ? array($recipient->reg_obj) : $registrations_on_attendee; |
|
405 | 405 | $answers = array(); |
406 | 406 | |
407 | - $template = is_array($data['template'] ) && isset($data['template']['question_list']) ? $data['template']['question_list'] : $extra_data['template']['question_list']; |
|
407 | + $template = is_array($data['template']) && isset($data['template']['question_list']) ? $data['template']['question_list'] : $extra_data['template']['question_list']; |
|
408 | 408 | $valid_shortcodes = array('question'); |
409 | 409 | |
410 | 410 | //if the context is main_content then get all answers for all registrations on this attendee |
411 | - if ( $data['data'] instanceof EE_Messages_Addressee ) { |
|
412 | - foreach ( $registrations_on_attendee as $reg ) { |
|
413 | - if ( $reg instanceof EE_Registration ) { |
|
414 | - $anss = !empty($recipient->registrations[$reg->ID()]['ans_objs']) ? $recipient->registrations[$reg->ID()]['ans_objs'] : array(); |
|
415 | - foreach( $anss as $ans ) { |
|
416 | - if ( $ans instanceof EE_Answer ) { |
|
411 | + if ($data['data'] instanceof EE_Messages_Addressee) { |
|
412 | + foreach ($registrations_on_attendee as $reg) { |
|
413 | + if ($reg instanceof EE_Registration) { |
|
414 | + $anss = ! empty($recipient->registrations[$reg->ID()]['ans_objs']) ? $recipient->registrations[$reg->ID()]['ans_objs'] : array(); |
|
415 | + foreach ($anss as $ans) { |
|
416 | + if ($ans instanceof EE_Answer) { |
|
417 | 417 | $answers[$ans->ID()] = $ans; |
418 | 418 | } |
419 | 419 | } |
@@ -422,13 +422,13 @@ discard block |
||
422 | 422 | } |
423 | 423 | |
424 | 424 | //if the context is the event list parser, then let's return just the answers for all registrations attached to the recipient for that event. |
425 | - if ( $data['data'] instanceof EE_Event ) { |
|
425 | + if ($data['data'] instanceof EE_Event) { |
|
426 | 426 | $event = $data['data']; |
427 | - foreach( $registrations_on_attendee as $reg ) { |
|
428 | - if ( $reg instanceof EE_Registration && $reg->event_ID() == $event->ID() ) { |
|
429 | - $anss = !empty($recipient->registrations[$reg->ID()]['ans_objs']) ? $recipient->registrations[$reg->ID()]['ans_objs'] : array(); |
|
430 | - foreach( $anss as $ans ) { |
|
431 | - if ( $ans instanceof EE_Answer ) { |
|
427 | + foreach ($registrations_on_attendee as $reg) { |
|
428 | + if ($reg instanceof EE_Registration && $reg->event_ID() == $event->ID()) { |
|
429 | + $anss = ! empty($recipient->registrations[$reg->ID()]['ans_objs']) ? $recipient->registrations[$reg->ID()]['ans_objs'] : array(); |
|
430 | + foreach ($anss as $ans) { |
|
431 | + if ($ans instanceof EE_Answer) { |
|
432 | 432 | $answers[$ans->ID()] = $ans; |
433 | 433 | } |
434 | 434 | } |
@@ -438,13 +438,13 @@ discard block |
||
438 | 438 | |
439 | 439 | $question_list = ''; |
440 | 440 | $shortcode_helper = $shortcode_parser->get_shortcode_helper(); |
441 | - foreach ( $answers as $answer ) { |
|
442 | - if ( $answer instanceof EE_Answer ) { |
|
441 | + foreach ($answers as $answer) { |
|
442 | + if ($answer instanceof EE_Answer) { |
|
443 | 443 | $question = $answer->question(); |
444 | - if ( ! $question instanceof EE_Question || ( $question instanceof EE_Question && $question->admin_only() ) ) { |
|
444 | + if ( ! $question instanceof EE_Question || ($question instanceof EE_Question && $question->admin_only())) { |
|
445 | 445 | continue; |
446 | 446 | } |
447 | - $question_list .= $shortcode_helper->parse_question_list_template( $template, $answer, $valid_shortcodes, $extra_data); |
|
447 | + $question_list .= $shortcode_helper->parse_question_list_template($template, $answer, $valid_shortcodes, $extra_data); |
|
448 | 448 | } |
449 | 449 | } |
450 | 450 | return $question_list; |
@@ -457,41 +457,41 @@ discard block |
||
457 | 457 | } |
458 | 458 | |
459 | 459 | |
460 | - public function additional_primary_registration_details_shortcodes( $shortcodes, $shortcode_parser ) { |
|
460 | + public function additional_primary_registration_details_shortcodes($shortcodes, $shortcode_parser) { |
|
461 | 461 | $shortcodes['[PRIMARY_REGISTRANT_QUESTION_LIST]'] = __('This is used to indicate the questions and answers for the primary_registrant. It should be placed in the "[attendee_list]" field', 'event_espresso'); |
462 | 462 | return $shortcodes; |
463 | 463 | } |
464 | 464 | |
465 | 465 | |
466 | - public function additional_primary_registration_details_parser( $parsed, $shortcode, $data, $extra_data, $shortcode_parser ) { |
|
467 | - if ( array($data) && ! isset( $data['data'] ) ) |
|
466 | + public function additional_primary_registration_details_parser($parsed, $shortcode, $data, $extra_data, $shortcode_parser) { |
|
467 | + if (array($data) && ! isset($data['data'])) |
|
468 | 468 | return $parsed; |
469 | 469 | |
470 | 470 | $recipient = $data['data'] instanceof EE_Messages_Addressee ? $data['data'] : NULL; |
471 | - $recipient = ! $recipient instanceof EE_Messages_Addressee && array($extra_data) && isset( $extra_data['data'] ) && $extra_data['data'] instanceof EE_Messages_Addressee ? $extra_data['data'] : $recipient; |
|
471 | + $recipient = ! $recipient instanceof EE_Messages_Addressee && array($extra_data) && isset($extra_data['data']) && $extra_data['data'] instanceof EE_Messages_Addressee ? $extra_data['data'] : $recipient; |
|
472 | 472 | |
473 | - if ( ! $recipient instanceof EE_Messages_Addressee ) |
|
473 | + if ( ! $recipient instanceof EE_Messages_Addressee) |
|
474 | 474 | return $parsed; |
475 | 475 | |
476 | 476 | $send_data = ! $data['data'] instanceof EE_Messages_Addressee ? $extra_data : $data; |
477 | 477 | |
478 | - switch ( $shortcode ) { |
|
478 | + switch ($shortcode) { |
|
479 | 479 | case '[RECIPIENT_QUESTION_LIST]' : |
480 | - if ( ! $recipient->primary_att_obj instanceof EE_Attendee || ! $recipient->primary_reg_obj instanceof EE_Registration ) |
|
480 | + if ( ! $recipient->primary_att_obj instanceof EE_Attendee || ! $recipient->primary_reg_obj instanceof EE_Registration) |
|
481 | 481 | return ''; |
482 | 482 | $registration = $recipient->primary_reg_obj; |
483 | - $template = is_array($data['template'] ) && isset($data['template']['question_list']) ? $data['template']['question_list'] : $extra_data['template']['question_list']; |
|
483 | + $template = is_array($data['template']) && isset($data['template']['question_list']) ? $data['template']['question_list'] : $extra_data['template']['question_list']; |
|
484 | 484 | $valid_shortcodes = array('question'); |
485 | 485 | $shortcode_helper = $shortcode_parser->get_shortcode_helper(); |
486 | 486 | $answers = $recipient->registrations[$registration->ID()]['ans_objs']; |
487 | 487 | $question_list = ''; |
488 | - foreach ( $answers as $answer ) { |
|
489 | - if ( $answer instanceof EE_Answer ) { |
|
488 | + foreach ($answers as $answer) { |
|
489 | + if ($answer instanceof EE_Answer) { |
|
490 | 490 | $question = $answer->question(); |
491 | - if ( $question instanceof EE_Question and $question->admin_only() ) { |
|
491 | + if ($question instanceof EE_Question and $question->admin_only()) { |
|
492 | 492 | continue; |
493 | 493 | } |
494 | - $question_list .= $shortcode_helper->parse_question_list_template( $template, $answer, $valid_shortcodes, $send_data); |
|
494 | + $question_list .= $shortcode_helper->parse_question_list_template($template, $answer, $valid_shortcodes, $send_data); |
|
495 | 495 | } |
496 | 496 | } |
497 | 497 | return $question_list; |
@@ -517,67 +517,67 @@ discard block |
||
517 | 517 | $setup_args = array( |
518 | 518 | 'mtfilename' => 'EE_Newsletter_message_type.class.php', |
519 | 519 | 'autoloadpaths' => array( |
520 | - EE_CAF_LIBRARIES . 'messages/message_type/newsletter/' |
|
520 | + EE_CAF_LIBRARIES.'messages/message_type/newsletter/' |
|
521 | 521 | ), |
522 | - 'messengers_to_activate_with' => array( 'email' ), |
|
523 | - 'messengers_to_validate_with' => array( 'email' ) |
|
522 | + 'messengers_to_activate_with' => array('email'), |
|
523 | + 'messengers_to_validate_with' => array('email') |
|
524 | 524 | ); |
525 | - EE_Register_Message_Type::register( 'newsletter', $setup_args ); |
|
525 | + EE_Register_Message_Type::register('newsletter', $setup_args); |
|
526 | 526 | |
527 | 527 | //register payment reminder message type |
528 | 528 | $setup_args = array( |
529 | 529 | 'mtfilename' => 'EE_Payment_Reminder_message_type.class.php', |
530 | - 'autoloadpaths' => array( EE_CAF_LIBRARIES . 'messages/message_type/payment_reminder/' ), |
|
531 | - 'messengers_to_activate_with' => array( 'email' ), |
|
532 | - 'messengers_to_validate_with' => array( 'email' ) |
|
530 | + 'autoloadpaths' => array(EE_CAF_LIBRARIES.'messages/message_type/payment_reminder/'), |
|
531 | + 'messengers_to_activate_with' => array('email'), |
|
532 | + 'messengers_to_validate_with' => array('email') |
|
533 | 533 | ); |
534 | - EE_Register_Message_Type::register( 'payment_reminder', $setup_args ); |
|
534 | + EE_Register_Message_Type::register('payment_reminder', $setup_args); |
|
535 | 535 | |
536 | 536 | //register payment declined message type |
537 | 537 | $setup_args = array( |
538 | 538 | 'mtfilename' => 'EE_Payment_Declined_message_type.class.php', |
539 | - 'autoloadpaths' => array( EE_CAF_LIBRARIES . 'messages/message_type/payment_declined/' ), |
|
540 | - 'messengers_to_activate_with' => array( 'email' ), |
|
541 | - 'messengers_to_validate_with' => array( 'email' ) |
|
539 | + 'autoloadpaths' => array(EE_CAF_LIBRARIES.'messages/message_type/payment_declined/'), |
|
540 | + 'messengers_to_activate_with' => array('email'), |
|
541 | + 'messengers_to_validate_with' => array('email') |
|
542 | 542 | ); |
543 | - EE_Register_Message_Type::register( 'payment_declined', $setup_args ); |
|
543 | + EE_Register_Message_Type::register('payment_declined', $setup_args); |
|
544 | 544 | |
545 | 545 | //register registration declined message type |
546 | 546 | $setup_args = array( |
547 | 547 | 'mtfilename' => 'EE_Declined_Registration_message_type.class.php', |
548 | - 'autoloadpaths' => array( EE_CAF_LIBRARIES . 'messages/message_type/declined_registration/' ), |
|
549 | - 'messengers_to_activate_with' => array( 'email' ), |
|
550 | - 'messengers_to_validate_with' => array( 'email' ) |
|
548 | + 'autoloadpaths' => array(EE_CAF_LIBRARIES.'messages/message_type/declined_registration/'), |
|
549 | + 'messengers_to_activate_with' => array('email'), |
|
550 | + 'messengers_to_validate_with' => array('email') |
|
551 | 551 | ); |
552 | - EE_Register_Message_Type::register( 'declined_registration', $setup_args ); |
|
552 | + EE_Register_Message_Type::register('declined_registration', $setup_args); |
|
553 | 553 | |
554 | 554 | //register registration cancelled message type |
555 | 555 | $setup_args = array( |
556 | 556 | 'mtfilename' => 'EE_Cancelled_Registration_message_type.class.php', |
557 | - 'autoloadpaths' => array( EE_CAF_LIBRARIES . 'messages/message_type/cancelled_registration/' ), |
|
558 | - 'messengers_to_activate_with' => array( 'email' ), |
|
559 | - 'messengers_to_validate_with' => array( 'email' ) |
|
557 | + 'autoloadpaths' => array(EE_CAF_LIBRARIES.'messages/message_type/cancelled_registration/'), |
|
558 | + 'messengers_to_activate_with' => array('email'), |
|
559 | + 'messengers_to_validate_with' => array('email') |
|
560 | 560 | ); |
561 | - EE_Register_Message_Type::register( 'cancelled_registration', $setup_args ); |
|
561 | + EE_Register_Message_Type::register('cancelled_registration', $setup_args); |
|
562 | 562 | |
563 | 563 | |
564 | 564 | //register payment failed message type |
565 | 565 | $setup_args = array( |
566 | 566 | 'mtfilename' => 'EE_Payment_Failed_message_type.class.php', |
567 | - 'autoloadpaths' => array( EE_CAF_LIBRARIES . 'messages/message_type/payment_failed/' ), |
|
568 | - 'messengers_to_activate_with' => array( 'email' ), |
|
569 | - 'messengers_to_validate_with' => array( 'email' ) |
|
567 | + 'autoloadpaths' => array(EE_CAF_LIBRARIES.'messages/message_type/payment_failed/'), |
|
568 | + 'messengers_to_activate_with' => array('email'), |
|
569 | + 'messengers_to_validate_with' => array('email') |
|
570 | 570 | ); |
571 | - EE_Register_Message_Type::register( 'payment_failed', $setup_args ); |
|
571 | + EE_Register_Message_Type::register('payment_failed', $setup_args); |
|
572 | 572 | |
573 | 573 | //register payment declined message type |
574 | 574 | $setup_args = array( |
575 | 575 | 'mtfilename' => 'EE_Payment_Cancelled_message_type.class.php', |
576 | - 'autoloadpaths' => array( EE_CAF_LIBRARIES . 'messages/message_type/payment_cancelled/' ), |
|
577 | - 'messengers_to_activate_with' => array( 'email' ), |
|
578 | - 'messengers_to_validate_with' => array( 'email' ) |
|
576 | + 'autoloadpaths' => array(EE_CAF_LIBRARIES.'messages/message_type/payment_cancelled/'), |
|
577 | + 'messengers_to_activate_with' => array('email'), |
|
578 | + 'messengers_to_validate_with' => array('email') |
|
579 | 579 | ); |
580 | - EE_Register_Message_Type::register( 'payment_cancelled', $setup_args ); |
|
580 | + EE_Register_Message_Type::register('payment_cancelled', $setup_args); |
|
581 | 581 | } |
582 | 582 | |
583 | 583 | |
@@ -593,12 +593,12 @@ discard block |
||
593 | 593 | public function register_caf_shortcodes() { |
594 | 594 | $setup_args = array( |
595 | 595 | 'autoloadpaths' => array( |
596 | - EE_CAF_LIBRARIES . 'shortcodes/' |
|
596 | + EE_CAF_LIBRARIES.'shortcodes/' |
|
597 | 597 | ), |
598 | - 'msgr_validator_callback' => array( 'EE_Newsletter_Shortcodes', 'messenger_validator_config' ), |
|
599 | - 'msgr_template_fields_callback' => array( 'EE_Newsletter_Shortcodes', 'messenger_template_fields' ), |
|
600 | - 'list_type_shortcodes' => array( '[NEWSLETTER_CONTENT]' ) |
|
598 | + 'msgr_validator_callback' => array('EE_Newsletter_Shortcodes', 'messenger_validator_config'), |
|
599 | + 'msgr_template_fields_callback' => array('EE_Newsletter_Shortcodes', 'messenger_template_fields'), |
|
600 | + 'list_type_shortcodes' => array('[NEWSLETTER_CONTENT]') |
|
601 | 601 | ); |
602 | - EE_Register_Messages_Shortcode_Library::register( 'newsletter', $setup_args ); |
|
602 | + EE_Register_Messages_Shortcode_Library::register('newsletter', $setup_args); |
|
603 | 603 | } |
604 | 604 | } |
@@ -5,7 +5,9 @@ discard block |
||
5 | 5 | * @subpackage plugin api, messages |
6 | 6 | * @since 4.3.2 |
7 | 7 | */ |
8 | -if ( ! defined('EVENT_ESPRESSO_VERSION')) exit('No direct script access allowed'); |
|
8 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) { |
|
9 | + exit('No direct script access allowed'); |
|
10 | +} |
|
9 | 11 | |
10 | 12 | /** |
11 | 13 | * Used to initialize all EE messages caffeinated functionality. |
@@ -291,8 +293,9 @@ discard block |
||
291 | 293 | |
292 | 294 | public function additional_attendee_parser( $parsed, $shortcode, $data, $extra_data, $shortcode_parser ) { |
293 | 295 | |
294 | - if ( strpos( $shortcode, '[ANSWER_*' ) === FALSE || !isset( $extra_data['data']->questions) || !isset( $extra_data['data']->registrations) ) |
|
295 | - return $parsed; |
|
296 | + if ( strpos( $shortcode, '[ANSWER_*' ) === FALSE || !isset( $extra_data['data']->questions) || !isset( $extra_data['data']->registrations) ) { |
|
297 | + return $parsed; |
|
298 | + } |
|
296 | 299 | |
297 | 300 | //let's get the question from the code. |
298 | 301 | $shortcode = str_replace('[ANSWER_*', '', $shortcode); |
@@ -388,14 +391,16 @@ discard block |
||
388 | 391 | |
389 | 392 | public function additional_recipient_details_parser( $parsed, $shortcode, $data, $extra_data, $shortcode_parser ) { |
390 | 393 | |
391 | - if ( array($data) && ! isset( $data['data'] ) ) |
|
392 | - return $parsed; |
|
394 | + if ( array($data) && ! isset( $data['data'] ) ) { |
|
395 | + return $parsed; |
|
396 | + } |
|
393 | 397 | |
394 | 398 | $recipient = $data['data'] instanceof EE_Messages_Addressee ? $data['data'] : NULL; |
395 | 399 | $recipient = ! $recipient instanceof EE_Messages_Addressee && array($extra_data) && isset( $extra_data['data'] ) && $extra_data['data'] instanceof EE_Messages_Addressee ? $extra_data['data'] : $recipient; |
396 | 400 | |
397 | - if ( ! $recipient instanceof EE_Messages_Addressee ) |
|
398 | - return $parsed; |
|
401 | + if ( ! $recipient instanceof EE_Messages_Addressee ) { |
|
402 | + return $parsed; |
|
403 | + } |
|
399 | 404 | |
400 | 405 | switch ( $shortcode ) { |
401 | 406 | case '[RECIPIENT_QUESTION_LIST]' : |
@@ -464,21 +469,24 @@ discard block |
||
464 | 469 | |
465 | 470 | |
466 | 471 | public function additional_primary_registration_details_parser( $parsed, $shortcode, $data, $extra_data, $shortcode_parser ) { |
467 | - if ( array($data) && ! isset( $data['data'] ) ) |
|
468 | - return $parsed; |
|
472 | + if ( array($data) && ! isset( $data['data'] ) ) { |
|
473 | + return $parsed; |
|
474 | + } |
|
469 | 475 | |
470 | 476 | $recipient = $data['data'] instanceof EE_Messages_Addressee ? $data['data'] : NULL; |
471 | 477 | $recipient = ! $recipient instanceof EE_Messages_Addressee && array($extra_data) && isset( $extra_data['data'] ) && $extra_data['data'] instanceof EE_Messages_Addressee ? $extra_data['data'] : $recipient; |
472 | 478 | |
473 | - if ( ! $recipient instanceof EE_Messages_Addressee ) |
|
474 | - return $parsed; |
|
479 | + if ( ! $recipient instanceof EE_Messages_Addressee ) { |
|
480 | + return $parsed; |
|
481 | + } |
|
475 | 482 | |
476 | 483 | $send_data = ! $data['data'] instanceof EE_Messages_Addressee ? $extra_data : $data; |
477 | 484 | |
478 | 485 | switch ( $shortcode ) { |
479 | 486 | case '[RECIPIENT_QUESTION_LIST]' : |
480 | - if ( ! $recipient->primary_att_obj instanceof EE_Attendee || ! $recipient->primary_reg_obj instanceof EE_Registration ) |
|
481 | - return ''; |
|
487 | + if ( ! $recipient->primary_att_obj instanceof EE_Attendee || ! $recipient->primary_reg_obj instanceof EE_Registration ) { |
|
488 | + return ''; |
|
489 | + } |
|
482 | 490 | $registration = $recipient->primary_reg_obj; |
483 | 491 | $template = is_array($data['template'] ) && isset($data['template']['question_list']) ? $data['template']['question_list'] : $extra_data['template']['question_list']; |
484 | 492 | $valid_shortcodes = array('question'); |
@@ -1,25 +1,25 @@ |
||
1 | 1 | <div class="changelog point-releases"> |
2 | - <!-- <h3><?php echo _n( 'Minor Release Information', 'Minor Releases', 1 ); ?></h3> --> |
|
3 | - <h3><?php echo _n( 'Major Release Information', 'Major Releases', 1 ); ?></h3> |
|
2 | + <!-- <h3><?php echo _n('Minor Release Information', 'Minor Releases', 1); ?></h3> --> |
|
3 | + <h3><?php echo _n('Major Release Information', 'Major Releases', 1); ?></h3> |
|
4 | 4 | <?php //$type = 'minor'; ?> |
5 | 5 | <?php $type = 'major'; ?> |
6 | - <p><?php printf( __( '<strong>Version %1$s</strong> is a %2$s release.', 'event_espresso'), EVENT_ESPRESSO_VERSION, $type ); ?> |
|
6 | + <p><?php printf(__('<strong>Version %1$s</strong> is a %2$s release.', 'event_espresso'), EVENT_ESPRESSO_VERSION, $type); ?> |
|
7 | 7 | <?php |
8 | - $ver = explode( '.', EVENT_ESPRESSO_VERSION ); |
|
9 | - array_pop( $ver ); |
|
10 | - $ver = implode( '.', $ver ); |
|
8 | + $ver = explode('.', EVENT_ESPRESSO_VERSION); |
|
9 | + array_pop($ver); |
|
10 | + $ver = implode('.', $ver); |
|
11 | 11 | ?> |
12 | - <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://eventespresso.com/wiki/ee4-changelog/#' . $ver ); ?> |
|
12 | + <?php printf(__('For more information, see <a href="%s">the release notes</a>.'), 'http://eventespresso.com/wiki/ee4-changelog/#'.$ver); ?> |
|
13 | 13 | </p> |
14 | 14 | </div> |
15 | 15 | |
16 | 16 | <div class="changelog"> |
17 | 17 | <?php |
18 | 18 | //maintenance mode on? |
19 | - if ( EE_Maintenance_Mode::instance()->level() == EE_Maintenance_Mode::level_2_complete_maintenance ) { |
|
19 | + if (EE_Maintenance_Mode::instance()->level() == EE_Maintenance_Mode::level_2_complete_maintenance) { |
|
20 | 20 | ?> |
21 | 21 | <div class="ee-attention"> |
22 | - <h2 class="ee-maintenance-mode-callout"><?php _e('Event Espresso is in full maintenance mode.' , 'event_espresso'); ?></h2> |
|
22 | + <h2 class="ee-maintenance-mode-callout"><?php _e('Event Espresso is in full maintenance mode.', 'event_espresso'); ?></h2> |
|
23 | 23 | <p> |
24 | 24 | <?php |
25 | 25 | printf( |
@@ -17,14 +17,14 @@ |
||
17 | 17 | */ |
18 | 18 | class Extend_Events_Admin_List_Table extends Events_Admin_List_Table { |
19 | 19 | |
20 | - protected function _column_name_action_setup( EE_Event $item ) { |
|
20 | + protected function _column_name_action_setup(EE_Event $item) { |
|
21 | 21 | $export_query_args = array( |
22 | 22 | 'action' => 'export_events', |
23 | 23 | 'EVT_ID' => $item->ID() |
24 | 24 | ); |
25 | - $export_event_link = EE_Admin_Page::add_query_args_and_nonce( $export_query_args, EVENTS_ADMIN_URL ); |
|
25 | + $export_event_link = EE_Admin_Page::add_query_args_and_nonce($export_query_args, EVENTS_ADMIN_URL); |
|
26 | 26 | |
27 | - $actions = parent::_column_name_action_setup( $item ); |
|
27 | + $actions = parent::_column_name_action_setup($item); |
|
28 | 28 | // $actions['export'] = '<a href="' . $export_event_link . '" title="' . __('Export Event', 'event_espresso') . '">' . __('Export', 'event_espresso') . '</a>'; |
29 | 29 | return $actions; |
30 | 30 | } |
@@ -5,7 +5,9 @@ |
||
5 | 5 | * @subpackage admin |
6 | 6 | * @since 4.4.9 |
7 | 7 | */ |
8 | -if ( ! defined('EVENT_ESPRESSO_VERSION')) exit('No direct script access allowed'); |
|
8 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) { |
|
9 | + exit('No direct script access allowed'); |
|
10 | +} |
|
9 | 11 | |
10 | 12 | /** |
11 | 13 | * This is the caffeinated class for the event list table. It is only loaded in caffeinated versions of Event |
@@ -59,7 +59,7 @@ discard block |
||
59 | 59 | 'TKT_taxable' => __('Taxable', 'event_espresso') |
60 | 60 | ); |
61 | 61 | |
62 | - $this->_sortable_columns = array( |
|
62 | + $this->_sortable_columns = array( |
|
63 | 63 | // TRUE means its already sorted |
64 | 64 | 'TKT_name' => array( 'TKT_name' => TRUE ), |
65 | 65 | 'TKT_description' => array( 'TKT_description' => FALSE ), |
@@ -68,9 +68,9 @@ discard block |
||
68 | 68 | 'TKT_min' => array( 'TKT_min' => FALSE ), |
69 | 69 | 'TKT_max' => array( 'TKT_max' => FALSE ), |
70 | 70 | 'TKT_price' => array( 'TKT_price' => FALSE ) |
71 | - ); |
|
71 | + ); |
|
72 | 72 | |
73 | - $this->_hidden_columns = array( |
|
73 | + $this->_hidden_columns = array( |
|
74 | 74 | ); |
75 | 75 | |
76 | 76 | } |
@@ -31,9 +31,9 @@ discard block |
||
31 | 31 | |
32 | 32 | protected function _setup_data() { |
33 | 33 | $trashed = $this->_admin_page->get_view() == 'trashed' ? TRUE : FALSE; |
34 | - $this->_data = $this->_admin_page->get_default_tickets( $this->_per_page, FALSE, $trashed ); |
|
35 | - $this->_all_data_count = $this->_admin_page->get_default_tickets( $this->_per_page, TRUE, FALSE ); |
|
36 | - $this->_trashed_count = $this->_admin_page->get_default_tickets( $this->_per_page, TRUE, TRUE ); |
|
34 | + $this->_data = $this->_admin_page->get_default_tickets($this->_per_page, FALSE, $trashed); |
|
35 | + $this->_all_data_count = $this->_admin_page->get_default_tickets($this->_per_page, TRUE, FALSE); |
|
36 | + $this->_trashed_count = $this->_admin_page->get_default_tickets($this->_per_page, TRUE, TRUE); |
|
37 | 37 | } |
38 | 38 | |
39 | 39 | |
@@ -61,13 +61,13 @@ discard block |
||
61 | 61 | |
62 | 62 | $this->_sortable_columns = array( |
63 | 63 | // TRUE means its already sorted |
64 | - 'TKT_name' => array( 'TKT_name' => TRUE ), |
|
65 | - 'TKT_description' => array( 'TKT_description' => FALSE ), |
|
66 | - 'TKT_qty' => array( 'TKT_qty' => FALSE ), |
|
67 | - 'TKT_uses' => array( 'TKT_uses' => FALSE ), |
|
68 | - 'TKT_min' => array( 'TKT_min' => FALSE ), |
|
69 | - 'TKT_max' => array( 'TKT_max' => FALSE ), |
|
70 | - 'TKT_price' => array( 'TKT_price' => FALSE ) |
|
64 | + 'TKT_name' => array('TKT_name' => TRUE), |
|
65 | + 'TKT_description' => array('TKT_description' => FALSE), |
|
66 | + 'TKT_qty' => array('TKT_qty' => FALSE), |
|
67 | + 'TKT_uses' => array('TKT_uses' => FALSE), |
|
68 | + 'TKT_min' => array('TKT_min' => FALSE), |
|
69 | + 'TKT_max' => array('TKT_max' => FALSE), |
|
70 | + 'TKT_price' => array('TKT_price' => FALSE) |
|
71 | 71 | ); |
72 | 72 | |
73 | 73 | $this->_hidden_columns = array( |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | |
94 | 94 | |
95 | 95 | function column_cb($item) { |
96 | - return $item->ID() === 1 ? '<span class="ee-lock-icon"></span>' : sprintf( '<input type="checkbox" name="checkbox[%1$s]" value="%1$s" />', /* $1%s */ $item->ID() ); |
|
96 | + return $item->ID() === 1 ? '<span class="ee-lock-icon"></span>' : sprintf('<input type="checkbox" name="checkbox[%1$s]" value="%1$s" />', /* $1%s */ $item->ID()); |
|
97 | 97 | |
98 | 98 | } |
99 | 99 | |
@@ -104,21 +104,21 @@ discard block |
||
104 | 104 | $actions = array(); |
105 | 105 | |
106 | 106 | //trash links |
107 | - if ( $item->ID() !== 1 ) { |
|
108 | - if ( $this->_view == 'all' ) { |
|
109 | - $trash_lnk_url = EE_Admin_Page::add_query_args_and_nonce( array( 'action' => 'trash_ticket', 'TKT_ID' => $item->ID() ), EVENTS_ADMIN_URL ); |
|
110 | - $actions['trash'] = '<a href="' . $trash_lnk_url . '" title="' . esc_attr__('Move Ticket to trash', 'event_espresso') . '">' . __('Trash', 'event_espresso') . '</a>'; |
|
107 | + if ($item->ID() !== 1) { |
|
108 | + if ($this->_view == 'all') { |
|
109 | + $trash_lnk_url = EE_Admin_Page::add_query_args_and_nonce(array('action' => 'trash_ticket', 'TKT_ID' => $item->ID()), EVENTS_ADMIN_URL); |
|
110 | + $actions['trash'] = '<a href="'.$trash_lnk_url.'" title="'.esc_attr__('Move Ticket to trash', 'event_espresso').'">'.__('Trash', 'event_espresso').'</a>'; |
|
111 | 111 | } else { |
112 | 112 | // restore price link |
113 | - $restore_lnk_url = EE_Admin_Page::add_query_args_and_nonce( array( 'action'=>'restore_ticket', 'TKT_ID'=>$item->ID() ), EVENTS_ADMIN_URL ); |
|
114 | - $actions['restore'] = '<a href="'.$restore_lnk_url.'" title="' . esc_attr__( 'Restore Ticket', 'event_espresso' ) . '">' . __( 'Restore', 'event_espresso' ) . '</a>'; |
|
113 | + $restore_lnk_url = EE_Admin_Page::add_query_args_and_nonce(array('action'=>'restore_ticket', 'TKT_ID'=>$item->ID()), EVENTS_ADMIN_URL); |
|
114 | + $actions['restore'] = '<a href="'.$restore_lnk_url.'" title="'.esc_attr__('Restore Ticket', 'event_espresso').'">'.__('Restore', 'event_espresso').'</a>'; |
|
115 | 115 | // delete price link |
116 | - $delete_lnk_url = EE_Admin_Page::add_query_args_and_nonce( array( 'action'=>'delete_ticket', 'TKT_ID'=>$item->ID() ), EVENTS_ADMIN_URL ); |
|
117 | - $actions['delete'] = '<a href="'.$delete_lnk_url.'" title="' . esc_attr__( 'Delete Ticket Permanently', 'event_espresso' ) . '">' . __( 'Delete Permanently', 'event_espresso' ) . '</a>'; |
|
116 | + $delete_lnk_url = EE_Admin_Page::add_query_args_and_nonce(array('action'=>'delete_ticket', 'TKT_ID'=>$item->ID()), EVENTS_ADMIN_URL); |
|
117 | + $actions['delete'] = '<a href="'.$delete_lnk_url.'" title="'.esc_attr__('Delete Ticket Permanently', 'event_espresso').'">'.__('Delete Permanently', 'event_espresso').'</a>'; |
|
118 | 118 | } |
119 | 119 | } |
120 | 120 | |
121 | - return $item->get('TKT_name') . $this->row_actions( $actions ); |
|
121 | + return $item->get('TKT_name').$this->row_actions($actions); |
|
122 | 122 | } |
123 | 123 | |
124 | 124 | |
@@ -131,13 +131,13 @@ discard block |
||
131 | 131 | |
132 | 132 | |
133 | 133 | function column_TKT_qty($item) { |
134 | - return $item->get_pretty('TKT_qty','text'); |
|
134 | + return $item->get_pretty('TKT_qty', 'text'); |
|
135 | 135 | } |
136 | 136 | |
137 | 137 | |
138 | 138 | |
139 | 139 | function column_TKT_uses($item) { |
140 | - return $item->get_pretty('TKT_uses','text'); |
|
140 | + return $item->get_pretty('TKT_uses', 'text'); |
|
141 | 141 | } |
142 | 142 | |
143 | 143 | |
@@ -148,7 +148,7 @@ discard block |
||
148 | 148 | |
149 | 149 | |
150 | 150 | function column_TKT_max($item) { |
151 | - return $item->get_pretty('TKT_max','text'); |
|
151 | + return $item->get_pretty('TKT_max', 'text'); |
|
152 | 152 | } |
153 | 153 | |
154 | 154 |
@@ -1,4 +1,6 @@ |
||
1 | -<?php if ( ! defined('EVENT_ESPRESSO_VERSION')) exit('No direct script access allowed'); |
|
1 | +<?php if ( ! defined('EVENT_ESPRESSO_VERSION')) { |
|
2 | + exit('No direct script access allowed'); |
|
3 | +} |
|
2 | 4 | |
3 | 5 | /** |
4 | 6 | * Event Espresso |
@@ -83,7 +83,7 @@ discard block |
||
83 | 83 | ), |
84 | 84 | 7 => array( |
85 | 85 | 'content_id' => 'tkt-status-archived', |
86 | - 'target' => '.ticket-row .tkt-status-' . EE_Ticket::archived, |
|
86 | + 'target' => '.ticket-row .tkt-status-'.EE_Ticket::archived, |
|
87 | 87 | 'content' => $this->_ticket_status_legend(EE_Ticket::archived), |
88 | 88 | 'options' => array( |
89 | 89 | 'position' => array( |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | ), |
97 | 97 | 8 => array( |
98 | 98 | 'content_id' => 'tkt-status-expired', |
99 | - 'target' => '.ticket-row .tkt-status-' . EE_Ticket::expired, |
|
99 | + 'target' => '.ticket-row .tkt-status-'.EE_Ticket::expired, |
|
100 | 100 | 'content' => $this->_ticket_status_legend(EE_Ticket::expired), |
101 | 101 | 'options' => array( |
102 | 102 | 'position' => array( |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | ), |
110 | 110 | 9 => array( |
111 | 111 | 'content_id' => 'tkt-status-sold_out', |
112 | - 'target' => '.ticket-row .tkt-status-' . EE_Ticket::sold_out, |
|
112 | + 'target' => '.ticket-row .tkt-status-'.EE_Ticket::sold_out, |
|
113 | 113 | 'content' => $this->_ticket_status_legend(EE_Ticket::sold_out), |
114 | 114 | 'options' => array( |
115 | 115 | 'position' => array( |
@@ -122,7 +122,7 @@ discard block |
||
122 | 122 | ), |
123 | 123 | 10 => array( |
124 | 124 | 'content_id' => 'tkt-status-pending', |
125 | - 'target' => '.ticket-row .tkt-status-' . EE_Ticket::pending, |
|
125 | + 'target' => '.ticket-row .tkt-status-'.EE_Ticket::pending, |
|
126 | 126 | 'content' => $this->_ticket_status_legend(EE_Ticket::pending), |
127 | 127 | 'options' => array( |
128 | 128 | 'position' => array( |
@@ -135,7 +135,7 @@ discard block |
||
135 | 135 | ), |
136 | 136 | 11 => array( |
137 | 137 | 'content_id' => 'tkt-status-onsale', |
138 | - 'target' => '.ticket-row .tkt-status-' . EE_Ticket::onsale, |
|
138 | + 'target' => '.ticket-row .tkt-status-'.EE_Ticket::onsale, |
|
139 | 139 | 'content' => $this->_ticket_status_legend(EE_Ticket::onsale), |
140 | 140 | 'options' => array( |
141 | 141 | 'position' => array( |
@@ -178,8 +178,8 @@ discard block |
||
178 | 178 | |
179 | 179 | |
180 | 180 | private function _get_taxable_info_content() { |
181 | - $price_admin_link = EE_Admin_Page::add_query_args_and_nonce(array('action' => 'default'), PRICING_ADMIN_URL ); |
|
182 | - return '<p>' . sprintf( __('Clicking the taxable ticket toggle checkbox has enabled taxes for this ticket. What this means is that when a person purchases this ticket, the tax will be applied to all prices on this ticket. You can edit the existing tax price modifier that was setup in Event Espresso by going to %sDefault Pricing Admin Page%s (labelled "Pricing" in the Event Espresso Menu)', 'event_espresso'), '<a href="' . $price_admin_link . '" title="' . esc_attr__('Pricing Admin Page', 'event_espresso') . '">', '</a>' ) . '</p>'; |
|
181 | + $price_admin_link = EE_Admin_Page::add_query_args_and_nonce(array('action' => 'default'), PRICING_ADMIN_URL); |
|
182 | + return '<p>'.sprintf(__('Clicking the taxable ticket toggle checkbox has enabled taxes for this ticket. What this means is that when a person purchases this ticket, the tax will be applied to all prices on this ticket. You can edit the existing tax price modifier that was setup in Event Espresso by going to %sDefault Pricing Admin Page%s (labelled "Pricing" in the Event Espresso Menu)', 'event_espresso'), '<a href="'.$price_admin_link.'" title="'.esc_attr__('Pricing Admin Page', 'event_espresso').'">', '</a>').'</p>'; |
|
183 | 183 | } |
184 | 184 | |
185 | 185 | /** |
@@ -187,7 +187,7 @@ discard block |
||
187 | 187 | * @param EE_Ticket constant $status What status is set (by class) |
188 | 188 | * @return string The status legend with the related status highlighted |
189 | 189 | */ |
190 | - private function _ticket_status_legend( $status ) { |
|
190 | + private function _ticket_status_legend($status) { |
|
191 | 191 | |
192 | 192 | $status_array = array( |
193 | 193 | 'archived' => EE_Ticket::archived, |
@@ -197,6 +197,6 @@ discard block |
||
197 | 197 | 'onsale' => EE_Ticket::onsale |
198 | 198 | ); |
199 | 199 | |
200 | - return EEH_Template::status_legend( $status_array, $status ); |
|
200 | + return EEH_Template::status_legend($status_array, $status); |
|
201 | 201 | } |
202 | 202 | } |
@@ -1,3 +1,3 @@ |
||
1 | 1 | <a class='clone-date-time dtm-inp-btn' rel='<?php echo $row; ?>' title='<?php esc_attr_e('Clone this Event Date and Time', 'event_espresso'); ?>' style='position:relative; top:5px; margin:0 0 0 10px; font-size:.9em; cursor:pointer;'> |
2 | - <img src='<?php echo EE_IMAGES_URL;?>clone-trooper-16x16.png' width='16' height='16' alt='<?php esc_attr_e('clone', 'event_espresso'); ?>'/> |
|
2 | + <img src='<?php echo EE_IMAGES_URL; ?>clone-trooper-16x16.png' width='16' height='16' alt='<?php esc_attr_e('clone', 'event_espresso'); ?>'/> |
|
3 | 3 | </a> |
@@ -1,4 +1,4 @@ |
||
1 | -<?php if ( EE_Registry::instance()->CFG->admin->use_event_timezones ) : ?> |
|
1 | +<?php if (EE_Registry::instance()->CFG->admin->use_event_timezones) : ?> |
|
2 | 2 | <div id="timezones-datetimes-dv" class=""> |
3 | 3 | <span class="run-in"> <?php _e('Current Time for Event Timezone:', 'event_espresso'); ?> </span> |
4 | 4 | <span class="current-date"> <?php echo $current_date; ?></span> |