@@ -1,17 +1,17 @@ discard block |
||
1 | 1 | <?php |
2 | -add_filter( 'FHEE__EEH_Form_Fields__label_html', '__return_empty_string' ); |
|
3 | -EE_Registry::instance()->load_helper( 'Event_View' ); |
|
4 | -EE_Registry::instance()->load_helper( 'Form_Fields' ); |
|
2 | +add_filter('FHEE__EEH_Form_Fields__label_html', '__return_empty_string'); |
|
3 | +EE_Registry::instance()->load_helper('Event_View'); |
|
4 | +EE_Registry::instance()->load_helper('Form_Fields'); |
|
5 | 5 | |
6 | -$values = EEH_Form_Fields::prep_answer_options( array( |
|
7 | - array( 'id' => 1, 'text' => __('Yes', 'event_espresso')), |
|
8 | - array( 'id' => 0, 'text' => __('No', 'event_espresso')) |
|
6 | +$values = EEH_Form_Fields::prep_answer_options(array( |
|
7 | + array('id' => 1, 'text' => __('Yes', 'event_espresso')), |
|
8 | + array('id' => 0, 'text' => __('No', 'event_espresso')) |
|
9 | 9 | )); |
10 | 10 | |
11 | -$description = EEH_Form_Fields::prep_answer_options( array( |
|
12 | - array( 'id' => 0, 'text' => __('none', 'event_espresso')), |
|
13 | - array( 'id' => 1, 'text' => __('excerpt (short desc)', 'event_espresso')), |
|
14 | - array( 'id' => 2, 'text' => __('full description', 'event_espresso')) |
|
11 | +$description = EEH_Form_Fields::prep_answer_options(array( |
|
12 | + array('id' => 0, 'text' => __('none', 'event_espresso')), |
|
13 | + array('id' => 1, 'text' => __('excerpt (short desc)', 'event_espresso')), |
|
14 | + array('id' => 2, 'text' => __('full description', 'event_espresso')) |
|
15 | 15 | )); |
16 | 16 | |
17 | 17 | ?> |
@@ -29,7 +29,7 @@ discard block |
||
29 | 29 | <tr> |
30 | 30 | <th> |
31 | 31 | <label for="event_listings_url"> |
32 | - <?php _e('Event Listings URL', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('event_listings_url_info');?> |
|
32 | + <?php _e('Event Listings URL', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('event_listings_url_info'); ?> |
|
33 | 33 | </label> |
34 | 34 | </th> |
35 | 35 | <td> |
@@ -44,13 +44,13 @@ discard block |
||
44 | 44 | </label> |
45 | 45 | </th> |
46 | 46 | <td> |
47 | - <p><?php echo site_url() . '/ ' . EEH_Form_Fields::text( 'not_used', EE_Registry::instance()->CFG->core->event_cpt_slug, 'event_cpt_slug', 'event_cpt_slug', 'regular' ); ?></p> |
|
47 | + <p><?php echo site_url().'/ '.EEH_Form_Fields::text('not_used', EE_Registry::instance()->CFG->core->event_cpt_slug, 'event_cpt_slug', 'event_cpt_slug', 'regular'); ?></p> |
|
48 | 48 | <p class="description"><?php _e('This allows you to configure what slug is used for the url of all event pages.', 'event_espresso'); ?></p> |
49 | - <?php if ( has_filter( 'FHEE__EE_Register_CPTs__register_CPT__rewrite' ) ) : ?> |
|
49 | + <?php if (has_filter('FHEE__EE_Register_CPTs__register_CPT__rewrite')) : ?> |
|
50 | 50 | <p class="important-notice"> |
51 | 51 | <?php |
52 | 52 | sprintf( |
53 | - __( 'Usage of the %1$s FHEE__EE_Register_CPTs__register_CPT__rewrite %2$s filter has been detected. Please be aware that while this filter is being used, this setting has no affect.', 'event_espresso' ), |
|
53 | + __('Usage of the %1$s FHEE__EE_Register_CPTs__register_CPT__rewrite %2$s filter has been detected. Please be aware that while this filter is being used, this setting has no affect.', 'event_espresso'), |
|
54 | 54 | '<code>', |
55 | 55 | '</code>' |
56 | 56 | ); |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | </label> |
68 | 68 | </th> |
69 | 69 | <td> |
70 | - <?php echo EEH_Form_Fields::select( 'display_status_banner', $display_status_banner, $values, 'EED_Events_Archive_display_status_banner', 'EED_Events_Archive_display_status_banner' );?> |
|
70 | + <?php echo EEH_Form_Fields::select('display_status_banner', $display_status_banner, $values, 'EED_Events_Archive_display_status_banner', 'EED_Events_Archive_display_status_banner'); ?> |
|
71 | 71 | <p class="description"><?php _e('Selecting "Yes" will inject an Event Status banner with the title whenever Events are displaying on the events archive page.', 'event_espresso'); ?></p> |
72 | 72 | </td> |
73 | 73 | </tr> |
@@ -75,55 +75,55 @@ discard block |
||
75 | 75 | <tr> |
76 | 76 | <th> |
77 | 77 | <label for="EED_Events_Archive_display_description"> |
78 | - <?php _e('Display Description', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('display_description_info');?> |
|
78 | + <?php _e('Display Description', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('display_description_info'); ?> |
|
79 | 79 | </label> |
80 | 80 | </th> |
81 | 81 | <td> |
82 | - <?php echo EEH_Form_Fields::select( 'description', $display_description, $description, 'EED_Events_Archive_display_description', 'EED_Events_Archive_display_description' );?> |
|
82 | + <?php echo EEH_Form_Fields::select('description', $display_description, $description, 'EED_Events_Archive_display_description', 'EED_Events_Archive_display_description'); ?> |
|
83 | 83 | </td> |
84 | 84 | </tr> |
85 | 85 | |
86 | 86 | <tr> |
87 | 87 | <th> |
88 | 88 | <label for="EED_Events_Archive_display_ticket_selector"> |
89 | - <?php _e('Display Ticket Selector', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('display_ticket_selector_info');?> |
|
89 | + <?php _e('Display Ticket Selector', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('display_ticket_selector_info'); ?> |
|
90 | 90 | </label> |
91 | 91 | </th> |
92 | 92 | <td> |
93 | - <?php echo EEH_Form_Fields::select( 'ticket_selector', $display_ticket_selector, $values, 'EED_Events_Archive_display_ticket_selector', 'EED_Events_Archive_display_ticket_selector' );?> |
|
93 | + <?php echo EEH_Form_Fields::select('ticket_selector', $display_ticket_selector, $values, 'EED_Events_Archive_display_ticket_selector', 'EED_Events_Archive_display_ticket_selector'); ?> |
|
94 | 94 | </td> |
95 | 95 | </tr> |
96 | 96 | |
97 | 97 | <tr> |
98 | 98 | <th> |
99 | 99 | <label for="EED_Events_Archive_display_datetimes"> |
100 | - <?php _e('Display Datetimes', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('display_datetimes_info');?> |
|
100 | + <?php _e('Display Datetimes', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('display_datetimes_info'); ?> |
|
101 | 101 | </label> |
102 | 102 | </th> |
103 | 103 | <td> |
104 | - <?php echo EEH_Form_Fields::select( 'venue_details', $display_datetimes, $values, 'EED_Events_Archive_display_datetimes', 'EED_Events_Archive_display_datetimes' );?> |
|
104 | + <?php echo EEH_Form_Fields::select('venue_details', $display_datetimes, $values, 'EED_Events_Archive_display_datetimes', 'EED_Events_Archive_display_datetimes'); ?> |
|
105 | 105 | </td> |
106 | 106 | </tr> |
107 | 107 | |
108 | 108 | <tr> |
109 | 109 | <th> |
110 | 110 | <label for="EED_Events_Archive_display_venue"> |
111 | - <?php _e('Display Venue Details', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('display_venue_details_info');?> |
|
111 | + <?php _e('Display Venue Details', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('display_venue_details_info'); ?> |
|
112 | 112 | </label> |
113 | 113 | </th> |
114 | 114 | <td> |
115 | - <?php echo EEH_Form_Fields::select( 'display_venue', $display_venue, $values, 'EED_Events_Archive_display_venue', 'EED_Events_Archive_display_venue' );?> |
|
115 | + <?php echo EEH_Form_Fields::select('display_venue', $display_venue, $values, 'EED_Events_Archive_display_venue', 'EED_Events_Archive_display_venue'); ?> |
|
116 | 116 | </td> |
117 | 117 | </tr> |
118 | 118 | |
119 | 119 | <tr> |
120 | 120 | <th> |
121 | 121 | <label for="EED_Events_Archive_display_expired_events"> |
122 | - <?php _e('Display Expired Events', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('display_expired_events_info');?> |
|
122 | + <?php _e('Display Expired Events', 'event_espresso'); ?> <?php echo EEH_Template::get_help_tab_link('display_expired_events_info'); ?> |
|
123 | 123 | </label> |
124 | 124 | </th> |
125 | 125 | <td> |
126 | - <?php echo EEH_Form_Fields::select( 'expired_events', $display_expired_events, $values, 'EED_Events_Archive_display_expired_events', 'EED_Events_Archive_display_expired_events' );?> |
|
126 | + <?php echo EEH_Form_Fields::select('expired_events', $display_expired_events, $values, 'EED_Events_Archive_display_expired_events', 'EED_Events_Archive_display_expired_events'); ?> |
|
127 | 127 | </td> |
128 | 128 | </tr> |
129 | 129 | |
@@ -134,11 +134,11 @@ discard block |
||
134 | 134 | </label> |
135 | 135 | </th> |
136 | 136 | <td> |
137 | - <?php echo EEH_Form_Fields::select( 'use_sortable_display_order', $use_sortable_display_order, $values, 'EED_Events_Archive_use_sortable_display_order', 'EED_Events_Archive_use_sortable_display_order' );?> |
|
137 | + <?php echo EEH_Form_Fields::select('use_sortable_display_order', $use_sortable_display_order, $values, 'EED_Events_Archive_use_sortable_display_order', 'EED_Events_Archive_use_sortable_display_order'); ?> |
|
138 | 138 | <p class="description "> |
139 | 139 | <?php |
140 | 140 | echo sprintf( |
141 | - __( '%1$sPlease Note:%2$s%3$sIf you are currently using filters to customize the display order for elements within the Event Archive listings, then you do NOT activate this feature until those filters have been removed or disabled. If this feature is activated while still using such filters, duplicate event content such as the ticket selector, datetimes, or venue information could be displayed on the frontend of the site. Please verify that this is not the case after activating this feature.', 'event_espresso' ), |
|
141 | + __('%1$sPlease Note:%2$s%3$sIf you are currently using filters to customize the display order for elements within the Event Archive listings, then you do NOT activate this feature until those filters have been removed or disabled. If this feature is activated while still using such filters, duplicate event content such as the ticket selector, datetimes, or venue information could be displayed on the frontend of the site. Please verify that this is not the case after activating this feature.', 'event_espresso'), |
|
142 | 142 | '<span class="important-notice">', |
143 | 143 | '</span>', |
144 | 144 | '<br />' |
@@ -150,14 +150,14 @@ discard block |
||
150 | 150 | |
151 | 151 | <tr> |
152 | 152 | <th> |
153 | - <?php _e( 'Display Order', 'event_espresso' ); ?><?php //echo EEH_Template::get_help_tab_link( 'event_archive_order_info' ); ?> |
|
153 | + <?php _e('Display Order', 'event_espresso'); ?><?php //echo EEH_Template::get_help_tab_link( 'event_archive_order_info' ); ?> |
|
154 | 154 | </th> |
155 | 155 | <td> |
156 | 156 | |
157 | - <?php wp_nonce_field( 'espresso_update_event_archive_order', 'espresso_update_event_archive_order_nonce', false ); ?> |
|
157 | + <?php wp_nonce_field('espresso_update_event_archive_order', 'espresso_update_event_archive_order_nonce', false); ?> |
|
158 | 158 | <?php echo $event_archive_display_order; ?> |
159 | 159 | |
160 | - <p class="description"><?php _e( 'Drag and Drop the above to determine the display order of the Event Description, Date and Times, Ticket Selector, and Venue Information on the event archive page.', 'event_espresso' ); ?></p> |
|
160 | + <p class="description"><?php _e('Drag and Drop the above to determine the display order of the Event Description, Date and Times, Ticket Selector, and Venue Information on the event archive page.', 'event_espresso'); ?></p> |
|
161 | 161 | |
162 | 162 | </td> |
163 | 163 | </tr> |
@@ -165,11 +165,11 @@ discard block |
||
165 | 165 | <tr> |
166 | 166 | <th> |
167 | 167 | <label for="EED_Events_Archive_reset_event_list_settings"> |
168 | - <?php _e( 'Reset Event List Settings', 'event_espresso' ); ?> |
|
168 | + <?php _e('Reset Event List Settings', 'event_espresso'); ?> |
|
169 | 169 | </label> |
170 | 170 | </th> |
171 | 171 | <td> |
172 | - <?php echo EEH_Form_Fields::select( 'reset_event_list_settings', 0, $values, 'EED_Events_Archive_reset_event_list_settings', 'EED_Events_Archive_reset_event_list_settings' ); ?> |
|
172 | + <?php echo EEH_Form_Fields::select('reset_event_list_settings', 0, $values, 'EED_Events_Archive_reset_event_list_settings', 'EED_Events_Archive_reset_event_list_settings'); ?> |
|
173 | 173 | </td> |
174 | 174 | </tr> |
175 | 175 |
@@ -3,7 +3,7 @@ discard block |
||
3 | 3 | <?php _e('Adjust the settings for the Authorize.net AIM payment gateway.', 'event_espresso'); ?> |
4 | 4 | </p> |
5 | 5 | <p> |
6 | -<?php printf( __( 'See %1$shere%2$s for list of currencies supported by Authorize.net AIM.', 'event_espresso' ), "<a href='http://www.authorize.net/international/' target='_blank'>","</a>" ); ?> |
|
6 | +<?php printf(__('See %1$shere%2$s for list of currencies supported by Authorize.net AIM.', 'event_espresso'), "<a href='http://www.authorize.net/international/' target='_blank'>", "</a>"); ?> |
|
7 | 7 | </p> |
8 | 8 | <h3><?php _e('Authorize.net AIM Settings', 'event_espresso'); ?></h3> |
9 | 9 | <ul> |
@@ -28,12 +28,12 @@ discard block |
||
28 | 28 | <?php _e('By logging into Authorize.net, you can change which payment fields are required by Authorize.net when processing payments. These settings affect both the Advanced Integration Method (AIM, this) and the Simple Integration Method (SIM, different). The payment method settings "Excluded Payment Form Fields" and "Required Payment Form Fields" allow you to change the billing form in Event Espresso to reflect your payment form settings in Authorize.net.', 'event_espresso'); ?> |
29 | 29 | <br> |
30 | 30 | <?php printf( |
31 | - __( 'To change your payment form settings in Authorize.net, %1$slog in to authorize.net%2$s, go to %3$sAccount then Payment Form%2$s, then %4$sForm Fields%2$s. It will look similar to %5$sthis%2$s. If you make a field required in Authorize.net, you should also make it required in Event Espresso. If it isn\'t required in Authorize.net, and you want to simplify the billing form in Event Espresso, you can exclude it from the Event Espresso Form too.'), |
|
31 | + __('To change your payment form settings in Authorize.net, %1$slog in to authorize.net%2$s, go to %3$sAccount then Payment Form%2$s, then %4$sForm Fields%2$s. It will look similar to %5$sthis%2$s. If you make a field required in Authorize.net, you should also make it required in Event Espresso. If it isn\'t required in Authorize.net, and you want to simplify the billing form in Event Espresso, you can exclude it from the Event Espresso Form too.'), |
|
32 | 32 | '<a href="http://authorize.net" target="_blank">', |
33 | 33 | '</a>', |
34 | 34 | '<a href="https://monosnap.com/file/nebVteOkEXcdDIos88SojStWOifP23" target="_blank">', |
35 | 35 | '<a href="https://monosnap.com/file/WyxGJtev87TcDmdGBEZ2oi1xaBIQAm" target="_blank">', |
36 | - '<a href="https://monosnap.com/image/DbCJNfEesWXeSNUs1wLIpGYODFw52m" target="_blank">');?> |
|
36 | + '<a href="https://monosnap.com/image/DbCJNfEesWXeSNUs1wLIpGYODFw52m" target="_blank">'); ?> |
|
37 | 37 | </li> |
38 | 38 | <li> |
39 | 39 | <strong><?php _e('Button Image URL', 'event_espresso'); ?></strong><br /> |
@@ -42,13 +42,13 @@ discard block |
||
42 | 42 | |
43 | 43 | public function __construct() { |
44 | 44 | // construct request stack and run middleware apps as soon as all WP plugins are loaded |
45 | - add_action( 'plugins_loaded', array( $this, 'run_request_stack' ), 0 ); |
|
45 | + add_action('plugins_loaded', array($this, 'run_request_stack'), 0); |
|
46 | 46 | // set framework for the rest of EE to hook into when loading |
47 | - add_action( 'plugins_loaded', array( 'EE_Bootstrap', 'load_espresso_addons' ), 1 ); |
|
48 | - add_action( 'plugins_loaded', array( 'EE_Bootstrap', 'detect_activations_or_upgrades' ), 3 ); |
|
49 | - add_action( 'plugins_loaded', array( 'EE_Bootstrap', 'load_core_configuration' ), 5 ); |
|
50 | - add_action( 'plugins_loaded', array( 'EE_Bootstrap', 'register_shortcodes_modules_and_widgets' ), 7 ); |
|
51 | - add_action( 'plugins_loaded', array( 'EE_Bootstrap', 'brew_espresso' ), 9 ); |
|
47 | + add_action('plugins_loaded', array('EE_Bootstrap', 'load_espresso_addons'), 1); |
|
48 | + add_action('plugins_loaded', array('EE_Bootstrap', 'detect_activations_or_upgrades'), 3); |
|
49 | + add_action('plugins_loaded', array('EE_Bootstrap', 'load_core_configuration'), 5); |
|
50 | + add_action('plugins_loaded', array('EE_Bootstrap', 'register_shortcodes_modules_and_widgets'), 7); |
|
51 | + add_action('plugins_loaded', array('EE_Bootstrap', 'brew_espresso'), 9); |
|
52 | 52 | } |
53 | 53 | |
54 | 54 | |
@@ -65,7 +65,7 @@ discard block |
||
65 | 65 | new EE_Load_Espresso_Core() |
66 | 66 | ); |
67 | 67 | $this->_request_stack->handle_request( |
68 | - new EE_Request( $_REQUEST ), |
|
68 | + new EE_Request($_REQUEST), |
|
69 | 69 | new EE_Response() |
70 | 70 | ); |
71 | 71 | $this->_request_stack->handle_response(); |
@@ -78,7 +78,7 @@ discard block |
||
78 | 78 | */ |
79 | 79 | protected function load_autoloader() { |
80 | 80 | // load interfaces |
81 | - espresso_load_required( 'EEH_Autoloader', EE_CORE . 'helpers' . DS . 'EEH_Autoloader.helper.php' ); |
|
81 | + espresso_load_required('EEH_Autoloader', EE_CORE.'helpers'.DS.'EEH_Autoloader.helper.php'); |
|
82 | 82 | EEH_Autoloader::instance(); |
83 | 83 | } |
84 | 84 | |
@@ -89,13 +89,13 @@ discard block |
||
89 | 89 | */ |
90 | 90 | protected function set_autoloaders_for_required_files() { |
91 | 91 | // load interfaces |
92 | - espresso_load_required( 'EEI_Interfaces', EE_CORE . 'interfaces' . DS . 'EEI_Interfaces.php' ); |
|
92 | + espresso_load_required('EEI_Interfaces', EE_CORE.'interfaces'.DS.'EEI_Interfaces.php'); |
|
93 | 93 | // load helpers |
94 | - EEH_Autoloader::register_autoloaders_for_each_file_in_folder( EE_HELPERS ); |
|
94 | + EEH_Autoloader::register_autoloaders_for_each_file_in_folder(EE_HELPERS); |
|
95 | 95 | // load request stack |
96 | - EEH_Autoloader::register_autoloaders_for_each_file_in_folder( EE_CORE . 'request_stack' . DS ); |
|
96 | + EEH_Autoloader::register_autoloaders_for_each_file_in_folder(EE_CORE.'request_stack'.DS); |
|
97 | 97 | // load middleware |
98 | - EEH_Autoloader::register_autoloaders_for_each_file_in_folder( EE_CORE . 'middleware' . DS ); |
|
98 | + EEH_Autoloader::register_autoloaders_for_each_file_in_folder(EE_CORE.'middleware'.DS); |
|
99 | 99 | } |
100 | 100 | |
101 | 101 | |
@@ -118,9 +118,9 @@ discard block |
||
118 | 118 | ) |
119 | 119 | ); |
120 | 120 | // load middleware onto stack : FILO (First In Last Out) |
121 | - foreach ( (array)$stack_apps as $stack_app ) { |
|
121 | + foreach ((array) $stack_apps as $stack_app) { |
|
122 | 122 | //$request_stack_builder->push( $stack_app ); |
123 | - $request_stack_builder->unshift( $stack_app ); |
|
123 | + $request_stack_builder->unshift($stack_app); |
|
124 | 124 | } |
125 | 125 | return apply_filters( |
126 | 126 | 'FHEE__EE_Bootstrap__build_request_stack__request_stack_builder', |
@@ -137,7 +137,7 @@ discard block |
||
137 | 137 | * no other logic should be performed at this point |
138 | 138 | */ |
139 | 139 | public static function load_espresso_addons() { |
140 | - do_action( 'AHEE__EE_Bootstrap__load_espresso_addons' ); |
|
140 | + do_action('AHEE__EE_Bootstrap__load_espresso_addons'); |
|
141 | 141 | } |
142 | 142 | |
143 | 143 | |
@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | * we can determine if anything needs activating or upgrading |
150 | 150 | */ |
151 | 151 | public static function detect_activations_or_upgrades() { |
152 | - do_action( 'AHEE__EE_Bootstrap__detect_activations_or_upgrades' ); |
|
152 | + do_action('AHEE__EE_Bootstrap__detect_activations_or_upgrades'); |
|
153 | 153 | } |
154 | 154 | |
155 | 155 | |
@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | * we can load and set all of the system configurations |
162 | 162 | */ |
163 | 163 | public static function load_core_configuration() { |
164 | - do_action( 'AHEE__EE_Bootstrap__load_core_configuration' ); |
|
164 | + do_action('AHEE__EE_Bootstrap__load_core_configuration'); |
|
165 | 165 | } |
166 | 166 | |
167 | 167 | |
@@ -173,7 +173,7 @@ discard block |
||
173 | 173 | * so that they are ready to be used throughout the system |
174 | 174 | */ |
175 | 175 | public static function register_shortcodes_modules_and_widgets() { |
176 | - do_action( 'AHEE__EE_Bootstrap__register_shortcodes_modules_and_widgets' ); |
|
176 | + do_action('AHEE__EE_Bootstrap__register_shortcodes_modules_and_widgets'); |
|
177 | 177 | } |
178 | 178 | |
179 | 179 | |
@@ -185,7 +185,7 @@ discard block |
||
185 | 185 | * so let the fun begin... |
186 | 186 | */ |
187 | 187 | public static function brew_espresso() { |
188 | - do_action( 'AHEE__EE_Bootstrap__brew_espresso' ); |
|
188 | + do_action('AHEE__EE_Bootstrap__brew_espresso'); |
|
189 | 189 | } |
190 | 190 | |
191 | 191 |
@@ -1,28 +1,28 @@ |
||
1 | 1 | <?php if ( ! defined('EVENT_ESPRESSO_VERSION')) { exit('No direct script access allowed'); } |
2 | 2 | /** |
3 | - * Class EE_Bootstrap |
|
4 | - * |
|
5 | - * Loads a few required autoloaders, then proceeds to build a request stack |
|
6 | - * which consists of an array of EE_Middleware request decorator classes. |
|
7 | - * Each middleware class wraps the previous middleware class with itself, |
|
8 | - * with the core application loader residing at the center. |
|
9 | - * The stack is then processed by passing an EE_Request object to the first class in the stack. |
|
10 | - * Each middleware class: |
|
11 | - * accepts the request object |
|
12 | - * passes the request to the next middleware class in the stack |
|
13 | - * receives an EE_Response object from that next middleware class |
|
14 | - * applies it's logic before and/or after doing the above |
|
15 | - * returns an EE_Response object to the previous middleware class |
|
16 | - * and can terminate the request at any point during the above |
|
17 | - * If none of the middleware classes terminate the request, |
|
18 | - * then the Request Stack will terminate itself after everything else is finished. |
|
19 | - * |
|
20 | - * @package Event Espresso |
|
21 | - * @subpackage core |
|
22 | - * @author Brent Christensen |
|
23 | - * @since 4.8.20 |
|
24 | - * |
|
25 | - */ |
|
3 | + * Class EE_Bootstrap |
|
4 | + * |
|
5 | + * Loads a few required autoloaders, then proceeds to build a request stack |
|
6 | + * which consists of an array of EE_Middleware request decorator classes. |
|
7 | + * Each middleware class wraps the previous middleware class with itself, |
|
8 | + * with the core application loader residing at the center. |
|
9 | + * The stack is then processed by passing an EE_Request object to the first class in the stack. |
|
10 | + * Each middleware class: |
|
11 | + * accepts the request object |
|
12 | + * passes the request to the next middleware class in the stack |
|
13 | + * receives an EE_Response object from that next middleware class |
|
14 | + * applies it's logic before and/or after doing the above |
|
15 | + * returns an EE_Response object to the previous middleware class |
|
16 | + * and can terminate the request at any point during the above |
|
17 | + * If none of the middleware classes terminate the request, |
|
18 | + * then the Request Stack will terminate itself after everything else is finished. |
|
19 | + * |
|
20 | + * @package Event Espresso |
|
21 | + * @subpackage core |
|
22 | + * @author Brent Christensen |
|
23 | + * @since 4.8.20 |
|
24 | + * |
|
25 | + */ |
|
26 | 26 | |
27 | 27 | class EE_Bootstrap { |
28 | 28 |
@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | * @param EE_Response $response |
51 | 51 | * @return EE_Response |
52 | 52 | */ |
53 | - public function handle_request( EE_Request $request, EE_Response $response ) { |
|
53 | + public function handle_request(EE_Request $request, EE_Response $response) { |
|
54 | 54 | $this->request = $request; |
55 | 55 | $this->response = $response; |
56 | 56 | // central repository for classes |
@@ -58,14 +58,14 @@ discard block |
||
58 | 58 | // workarounds for PHP < 5.3 |
59 | 59 | $this->_load_class_tools(); |
60 | 60 | // PSR4 Autoloaders |
61 | - EE_Registry::instance()->load_core( 'EE_Psr4AutoloaderInit' ); |
|
61 | + EE_Registry::instance()->load_core('EE_Psr4AutoloaderInit'); |
|
62 | 62 | // deprecated functions |
63 | - espresso_load_required( 'EE_Deprecated', EE_CORE . 'EE_Deprecated.core.php' ); |
|
63 | + espresso_load_required('EE_Deprecated', EE_CORE.'EE_Deprecated.core.php'); |
|
64 | 64 | // load interfaces |
65 | - espresso_load_required( 'EEI_Payment_Method_Interfaces', EE_LIBRARIES . 'payment_methods' . DS . 'EEI_Payment_Method_Interfaces.php' ); |
|
65 | + espresso_load_required('EEI_Payment_Method_Interfaces', EE_LIBRARIES.'payment_methods'.DS.'EEI_Payment_Method_Interfaces.php'); |
|
66 | 66 | //// WP cron jobs |
67 | - EE_Registry::instance()->load_core( 'Cron_Tasks' ); |
|
68 | - EE_Registry::instance()->load_core( 'EE_System' ); |
|
67 | + EE_Registry::instance()->load_core('Cron_Tasks'); |
|
68 | + EE_Registry::instance()->load_core('EE_System'); |
|
69 | 69 | |
70 | 70 | return $this->response; |
71 | 71 | } |
@@ -79,12 +79,12 @@ discard block |
||
79 | 79 | * @return void |
80 | 80 | */ |
81 | 81 | private function _load_registry() { |
82 | - if ( is_readable( EE_CORE . 'EE_Registry.core.php' )) { |
|
83 | - require_once( EE_CORE . 'EE_Registry.core.php' ); |
|
82 | + if (is_readable(EE_CORE.'EE_Registry.core.php')) { |
|
83 | + require_once(EE_CORE.'EE_Registry.core.php'); |
|
84 | 84 | } else { |
85 | - $msg = __( 'The EE_Registry core class could not be loaded.', 'event_espresso' ); |
|
86 | - EE_Error::add_error( $msg, __FILE__, __FUNCTION__, __LINE__ ); |
|
87 | - wp_die( EE_Error::get_notices() ); |
|
85 | + $msg = __('The EE_Registry core class could not be loaded.', 'event_espresso'); |
|
86 | + EE_Error::add_error($msg, __FILE__, __FUNCTION__, __LINE__); |
|
87 | + wp_die(EE_Error::get_notices()); |
|
88 | 88 | } |
89 | 89 | } |
90 | 90 | |
@@ -96,11 +96,11 @@ discard block |
||
96 | 96 | * @return void |
97 | 97 | */ |
98 | 98 | private function _load_class_tools() { |
99 | - if ( is_readable( EE_HELPERS . 'EEH_Class_Tools.helper.php' )) { |
|
100 | - require_once( EE_HELPERS . 'EEH_Class_Tools.helper.php' ); |
|
99 | + if (is_readable(EE_HELPERS.'EEH_Class_Tools.helper.php')) { |
|
100 | + require_once(EE_HELPERS.'EEH_Class_Tools.helper.php'); |
|
101 | 101 | } else { |
102 | - $msg = __( 'The EEH_Class_Tools helper could not be loaded.', 'event_espresso' ); |
|
103 | - EE_Error::add_error( $msg, __FILE__, __FUNCTION__, __LINE__ ); |
|
102 | + $msg = __('The EEH_Class_Tools helper could not be loaded.', 'event_espresso'); |
|
103 | + EE_Error::add_error($msg, __FILE__, __FUNCTION__, __LINE__); |
|
104 | 104 | } |
105 | 105 | } |
106 | 106 | |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | * @param \EE_Request $request |
116 | 116 | * @param \EE_Response $response |
117 | 117 | */ |
118 | - public function handle_response( EE_Request $request, EE_Response $response ) { |
|
118 | + public function handle_response(EE_Request $request, EE_Response $response) { |
|
119 | 119 | //EEH_Debug_Tools::printr( $request, '$request', __FILE__, __LINE__ ); |
120 | 120 | //EEH_Debug_Tools::printr( $response, '$response', __FILE__, __LINE__ ); |
121 | 121 | //die(); |
@@ -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 | * Event Espresso |
4 | 6 | * |
@@ -229,15 +229,15 @@ |
||
229 | 229 | */ |
230 | 230 | interface EEHI_Money{ |
231 | 231 | /** |
232 | - * For comparing floats. Default operator is '=', but see the $operator below for all options. |
|
233 | - * This should be used to compare floats instead of normal '==' because floats |
|
234 | - * are inherently inprecise, and so you can sometimes have two floats that appear to be identical |
|
235 | - * but actually differ by 0.00000001. |
|
236 | - * @param float $float1 |
|
237 | - * @param float $float2 |
|
238 | - * $param string $operator The operator. Valid options are =, <=, <, >=, >, <>, eq, lt, lte, gt, gte, ne |
|
239 | - * @return boolean whether the equation is true or false |
|
240 | - */ |
|
232 | + * For comparing floats. Default operator is '=', but see the $operator below for all options. |
|
233 | + * This should be used to compare floats instead of normal '==' because floats |
|
234 | + * are inherently inprecise, and so you can sometimes have two floats that appear to be identical |
|
235 | + * but actually differ by 0.00000001. |
|
236 | + * @param float $float1 |
|
237 | + * @param float $float2 |
|
238 | + * $param string $operator The operator. Valid options are =, <=, <, >=, >, <>, eq, lt, lte, gt, gte, ne |
|
239 | + * @return boolean whether the equation is true or false |
|
240 | + */ |
|
241 | 241 | function compare_floats( $float1, $float2, $operator='=' ); |
242 | 242 | } |
243 | 243 |
@@ -5,7 +5,7 @@ discard block |
||
5 | 5 | /** |
6 | 6 | * Interface EEI_Base |
7 | 7 | */ |
8 | -interface EEI_Base{ |
|
8 | +interface EEI_Base { |
|
9 | 9 | /** |
10 | 10 | * gets the unique ID of the model object. If it hasn't been saved yet |
11 | 11 | * to the database, this should be 0 or NULL |
@@ -48,7 +48,7 @@ discard block |
||
48 | 48 | * @param EE_Response $response |
49 | 49 | * @return EE_Response |
50 | 50 | */ |
51 | - public function handle_request( EE_Request $request, EE_Response $response ); |
|
51 | + public function handle_request(EE_Request $request, EE_Response $response); |
|
52 | 52 | } |
53 | 53 | |
54 | 54 | |
@@ -64,7 +64,7 @@ discard block |
||
64 | 64 | * @param EE_Request $request |
65 | 65 | * @param EE_Response $response |
66 | 66 | */ |
67 | - public function handle_response( EE_Request $request, EE_Response $response ); |
|
67 | + public function handle_response(EE_Request $request, EE_Response $response); |
|
68 | 68 | } |
69 | 69 | |
70 | 70 | |
@@ -222,7 +222,7 @@ discard block |
||
222 | 222 | * @param string $country |
223 | 223 | * @param string $CNT_ISO |
224 | 224 | */ |
225 | - public function format( $address, $address2, $city, $state, $zip, $country, $CNT_ISO ); |
|
225 | + public function format($address, $address2, $city, $state, $zip, $country, $CNT_ISO); |
|
226 | 226 | } |
227 | 227 | |
228 | 228 | |
@@ -232,13 +232,13 @@ discard block |
||
232 | 232 | /** |
233 | 233 | * Interface EEHI_Line_Item |
234 | 234 | */ |
235 | -interface EEHI_Line_Item{ |
|
235 | +interface EEHI_Line_Item { |
|
236 | 236 | /** |
237 | 237 | * Adds an item to the purchase in the right spot |
238 | 238 | * @param EE_Line_Item $total_line_item |
239 | 239 | * @param EE_Line_Item $line_item |
240 | 240 | */ |
241 | - public function add_item( EE_line_Item $total_line_item, EE_Line_Item $line_item ); |
|
241 | + public function add_item(EE_line_Item $total_line_item, EE_Line_Item $line_item); |
|
242 | 242 | /** |
243 | 243 | * Overwrites the previous tax by clearing out the old taxes, and creates a new |
244 | 244 | * tax and updates the total line item accordingly |
@@ -248,7 +248,7 @@ discard block |
||
248 | 248 | * @param string $description |
249 | 249 | * @return EE_Line_Item the new tax created |
250 | 250 | */ |
251 | - public function set_total_tax_to( EE_Line_Item $total_line_item, $amount, $name = NULL, $description = NULL ); |
|
251 | + public function set_total_tax_to(EE_Line_Item $total_line_item, $amount, $name = NULL, $description = NULL); |
|
252 | 252 | |
253 | 253 | /** |
254 | 254 | * Adds a simple item ( unrelated to any other model object) to the total line item, |
@@ -261,14 +261,14 @@ discard block |
||
261 | 261 | * @param boolean $taxable |
262 | 262 | * @return boolean success |
263 | 263 | */ |
264 | - public function add_unrelated_item( EE_Line_Item $total_line_item, $name, $unit_price, $description = '', $quantity = 1, $taxable = FALSE ); |
|
264 | + public function add_unrelated_item(EE_Line_Item $total_line_item, $name, $unit_price, $description = '', $quantity = 1, $taxable = FALSE); |
|
265 | 265 | } |
266 | 266 | |
267 | 267 | |
268 | 268 | /** |
269 | 269 | * Money-related helper |
270 | 270 | */ |
271 | -interface EEHI_Money{ |
|
271 | +interface EEHI_Money { |
|
272 | 272 | /** |
273 | 273 | * For comparing floats. Default operator is '=', but see the $operator below for all options. |
274 | 274 | * This should be used to compare floats instead of normal '==' because floats |
@@ -279,13 +279,13 @@ discard block |
||
279 | 279 | * $param string $operator The operator. Valid options are =, <=, <, >=, >, <>, eq, lt, lte, gt, gte, ne |
280 | 280 | * @return boolean whether the equation is true or false |
281 | 281 | */ |
282 | - function compare_floats( $float1, $float2, $operator='=' ); |
|
282 | + function compare_floats($float1, $float2, $operator = '='); |
|
283 | 283 | } |
284 | 284 | |
285 | 285 | /** |
286 | 286 | * Interface EEHI_Template |
287 | 287 | */ |
288 | -interface EEHI_Template{ |
|
288 | +interface EEHI_Template { |
|
289 | 289 | |
290 | 290 | /** |
291 | 291 | * EEH_Template::format_currency |
@@ -298,7 +298,7 @@ discard block |
||
298 | 298 | * @param string $cur_code_span_class |
299 | 299 | * @return string the html output for the formatted money value |
300 | 300 | */ |
301 | - public static function format_currency( $amount = NULL, $return_raw = FALSE, $display_code = TRUE, $CNT_ISO = '', $cur_code_span_class = 'currency-code' ); |
|
301 | + public static function format_currency($amount = NULL, $return_raw = FALSE, $display_code = TRUE, $CNT_ISO = '', $cur_code_span_class = 'currency-code'); |
|
302 | 302 | } |
303 | 303 | |
304 | 304 | |
@@ -313,7 +313,7 @@ discard block |
||
313 | 313 | * @param array $options |
314 | 314 | * @return mixed |
315 | 315 | */ |
316 | - public function display_line_item( EE_Line_Item $line_item, $options = array() ); |
|
316 | + public function display_line_item(EE_Line_Item $line_item, $options = array()); |
|
317 | 317 | |
318 | 318 | } |
319 | 319 | |
@@ -325,7 +325,7 @@ discard block |
||
325 | 325 | * @throws EE_Error |
326 | 326 | * @return bool |
327 | 327 | */ |
328 | - public static function ensure_file_exists_and_is_writable( $full_file_path = '' ); |
|
328 | + public static function ensure_file_exists_and_is_writable($full_file_path = ''); |
|
329 | 329 | |
330 | 330 | /** |
331 | 331 | * ensure_folder_exists_and_is_writable |
@@ -334,7 +334,7 @@ discard block |
||
334 | 334 | * @throws EE_Error |
335 | 335 | * @return bool |
336 | 336 | */ |
337 | - public static function ensure_folder_exists_and_is_writable( $folder = '' ); |
|
337 | + public static function ensure_folder_exists_and_is_writable($folder = ''); |
|
338 | 338 | } |
339 | 339 | |
340 | 340 | // End of file EEI_Interfaces.php |
@@ -8,7 +8,7 @@ discard block |
||
8 | 8 | * @subpackage |
9 | 9 | * @author Mike Nelson |
10 | 10 | */ |
11 | -class EE_CVV_Input extends EE_Text_Input{ |
|
11 | +class EE_CVV_Input extends EE_Text_Input { |
|
12 | 12 | |
13 | 13 | /** |
14 | 14 | * @param array $input_settings { |
@@ -17,12 +17,12 @@ discard block |
||
17 | 17 | */ |
18 | 18 | public function __construct($input_settings = array()) { |
19 | 19 | $this->set_sensitive_data_removal_strategy(new EE_CCV_Sensitive_Data_Removal()); |
20 | - $this->_add_validation_strategy( new EE_Int_Validation_Strategy(isset( $input_settings[ 'validation_error_message' ] ) ? $input_settings[ 'validation_error_message' ] : NULL ) ); |
|
20 | + $this->_add_validation_strategy(new EE_Int_Validation_Strategy(isset($input_settings['validation_error_message']) ? $input_settings['validation_error_message'] : NULL)); |
|
21 | 21 | parent::__construct($input_settings); |
22 | - if( |
|
23 | - ! isset( $input_settings[ 'include_whats_this_link' ] ) || |
|
24 | - ( isset( $input_settings[ 'include_whats_this_link' ] ) && |
|
25 | - $input_settings[ 'include_whats_this_link' ] == true ) ) { |
|
22 | + if ( |
|
23 | + ! isset($input_settings['include_whats_this_link']) || |
|
24 | + (isset($input_settings['include_whats_this_link']) && |
|
25 | + $input_settings['include_whats_this_link'] == true) ) { |
|
26 | 26 | $this->_html_label_text = sprintf( |
27 | 27 | _x( |
28 | 28 | '%1$s %2$s(What\'s this?)%3$s', |
@@ -5,16 +5,16 @@ |
||
5 | 5 | exit( 'No direct script access allowed' ); |
6 | 6 | } |
7 | 7 | /** |
8 | - * Class EE_Template_Part |
|
9 | - * |
|
10 | - * class for holding details about a template part |
|
11 | - * |
|
12 | - * @package Event Espresso |
|
13 | - * @subpackage core |
|
14 | - * @author Brent Christensen |
|
15 | - * @since $VID:$ |
|
16 | - * |
|
17 | - */ |
|
8 | + * Class EE_Template_Part |
|
9 | + * |
|
10 | + * class for holding details about a template part |
|
11 | + * |
|
12 | + * @package Event Espresso |
|
13 | + * @subpackage core |
|
14 | + * @author Brent Christensen |
|
15 | + * @since $VID:$ |
|
16 | + * |
|
17 | + */ |
|
18 | 18 | class EE_Template_Part { |
19 | 19 | |
20 | 20 |
@@ -1,8 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | //namespace EventEspresso\core\libraries\templates; |
3 | 3 | |
4 | -if ( ! defined( 'EVENT_ESPRESSO_VERSION' ) ) { |
|
5 | - exit( 'No direct script access allowed' ); |
|
4 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) { |
|
5 | + exit('No direct script access allowed'); |
|
6 | 6 | } |
7 | 7 | /** |
8 | 8 | * Class EE_Template_Part |
@@ -47,11 +47,11 @@ discard block |
||
47 | 47 | * @param string $template |
48 | 48 | * @param int $priority |
49 | 49 | */ |
50 | - public function __construct( $name, $label, $template, $priority = 100 ) { |
|
51 | - $this->set_name( $name ); |
|
52 | - $this->set_label( $label ); |
|
53 | - $this->set_template( $template ); |
|
54 | - $this->set_priority( $priority ); |
|
50 | + public function __construct($name, $label, $template, $priority = 100) { |
|
51 | + $this->set_name($name); |
|
52 | + $this->set_label($label); |
|
53 | + $this->set_template($template); |
|
54 | + $this->set_priority($priority); |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | /** |
69 | 69 | * @param mixed $name |
70 | 70 | */ |
71 | - public function set_name( $name ) { |
|
71 | + public function set_name($name) { |
|
72 | 72 | $this->name = $name; |
73 | 73 | } |
74 | 74 | |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | /** |
87 | 87 | * @param string $label |
88 | 88 | */ |
89 | - public function set_label( $label ) { |
|
89 | + public function set_label($label) { |
|
90 | 90 | $this->label = $label; |
91 | 91 | } |
92 | 92 | |
@@ -104,7 +104,7 @@ discard block |
||
104 | 104 | /** |
105 | 105 | * @param string $template |
106 | 106 | */ |
107 | - public function set_template( $template ) { |
|
107 | + public function set_template($template) { |
|
108 | 108 | $this->template = $template; |
109 | 109 | } |
110 | 110 | |
@@ -122,8 +122,8 @@ discard block |
||
122 | 122 | /** |
123 | 123 | * @param int $priority |
124 | 124 | */ |
125 | - public function set_priority( $priority ) { |
|
126 | - $this->priority = intval( $priority ); |
|
125 | + public function set_priority($priority) { |
|
126 | + $this->priority = intval($priority); |
|
127 | 127 | } |
128 | 128 | |
129 | 129 |
@@ -1,7 +1,7 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | //namespace EventEspresso\core\libraries\templates; |
3 | -if ( ! defined( 'EVENT_ESPRESSO_VERSION' ) ) { |
|
4 | - exit( 'No direct script access allowed' ); |
|
3 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) { |
|
4 | + exit('No direct script access allowed'); |
|
5 | 5 | } |
6 | 6 | |
7 | 7 | |
@@ -70,23 +70,23 @@ discard block |
||
70 | 70 | * @param string $template - name or path of template to be used by EEH_Template::locate_template() |
71 | 71 | * @param int $priority - order in which template parts should be applied |
72 | 72 | */ |
73 | - public function add_template_part( $name, $label, $template, $priority ) { |
|
73 | + public function add_template_part($name, $label, $template, $priority) { |
|
74 | 74 | // SplPriorityQueue doesn't play nice with multiple items having the same priority |
75 | 75 | // so if the incoming priority is already occupied, then let's increment it by one, |
76 | 76 | // and then pass everything back into this method and try again with the new priority |
77 | - if ( isset( $this->priorities[ $priority ] ) ) { |
|
77 | + if (isset($this->priorities[$priority])) { |
|
78 | 78 | $priority++; |
79 | - $this->add_template_part( $name, $label, $template, $priority ); |
|
79 | + $this->add_template_part($name, $label, $template, $priority); |
|
80 | 80 | return; |
81 | 81 | } |
82 | 82 | // kk now we can mark this priority as being occupied |
83 | - $this->priorities[ $priority ] = true; |
|
83 | + $this->priorities[$priority] = true; |
|
84 | 84 | // create the template part and add to the queue |
85 | 85 | $this->template_parts->insert( |
86 | - new EE_Template_Part( $name, $label, $template, $priority ), |
|
86 | + new EE_Template_Part($name, $label, $template, $priority), |
|
87 | 87 | $priority |
88 | 88 | ); |
89 | - if ( $name == 'event' ) { |
|
89 | + if ($name == 'event') { |
|
90 | 90 | $this->event_desc_priority = $priority; |
91 | 91 | } |
92 | 92 | } |
@@ -103,10 +103,10 @@ discard block |
||
103 | 103 | * @param string $content |
104 | 104 | * @return string |
105 | 105 | */ |
106 | - public function apply_template_part_filters( $content = '' ) { |
|
106 | + public function apply_template_part_filters($content = '') { |
|
107 | 107 | $this->template_parts->rewind(); |
108 | 108 | // loop through template parts and position content |
109 | - while ( $this->template_parts->valid() ) { |
|
109 | + while ($this->template_parts->valid()) { |
|
110 | 110 | $this->_position_template_part( |
111 | 111 | $content, |
112 | 112 | $this->template_parts->current()->template(), |
@@ -115,7 +115,7 @@ discard block |
||
115 | 115 | $this->template_parts->next(); |
116 | 116 | } |
117 | 117 | // now simply add our three strings of content together |
118 | - return $this->before_event_content . $this->event_content . $this->after_event_content; |
|
118 | + return $this->before_event_content.$this->event_content.$this->after_event_content; |
|
119 | 119 | } |
120 | 120 | |
121 | 121 | |
@@ -136,16 +136,16 @@ discard block |
||
136 | 136 | * @param int $priority |
137 | 137 | * @return string |
138 | 138 | */ |
139 | - protected function _position_template_part( $content, $template, $priority ) { |
|
139 | + protected function _position_template_part($content, $template, $priority) { |
|
140 | 140 | // Event Description content is the actual incoming content itself |
141 | - if ( $priority === $this->event_desc_priority ) { |
|
141 | + if ($priority === $this->event_desc_priority) { |
|
142 | 142 | $this->event_content = $content; |
143 | - } else if ( $priority < $this->event_desc_priority ) { |
|
143 | + } else if ($priority < $this->event_desc_priority) { |
|
144 | 144 | // everything BEFORE the Event Description |
145 | - $this->before_event_content .= EEH_Template::locate_template( $template ); |
|
146 | - } else if ( $priority > $this->event_desc_priority ) { |
|
145 | + $this->before_event_content .= EEH_Template::locate_template($template); |
|
146 | + } else if ($priority > $this->event_desc_priority) { |
|
147 | 147 | // everything AFTER the Event Description |
148 | - $this->after_event_content .= EEH_Template::locate_template( $template ); |
|
148 | + $this->after_event_content .= EEH_Template::locate_template($template); |
|
149 | 149 | } |
150 | 150 | } |
151 | 151 | |
@@ -170,16 +170,16 @@ discard block |
||
170 | 170 | $list_item_css_class = '', |
171 | 171 | $list_item_css_id_prefix = '' |
172 | 172 | ) { |
173 | - EE_Registry::instance()->load_helper( 'HTML' ); |
|
174 | - $event_archive_display_order = EEH_HTML::ul( $list_css_id, $list_css_class ); |
|
173 | + EE_Registry::instance()->load_helper('HTML'); |
|
174 | + $event_archive_display_order = EEH_HTML::ul($list_css_id, $list_css_class); |
|
175 | 175 | $this->template_parts->rewind(); |
176 | 176 | // loop through template parts and add template content |
177 | - while ( $this->template_parts->valid() ) { |
|
177 | + while ($this->template_parts->valid()) { |
|
178 | 178 | $event_archive_display_order .= EEH_HTML::li( |
179 | - EEH_HTML::span( '', '', 'dashicons dashicons-arrow-up-alt2' ) . |
|
180 | - EEH_HTML::span( '', '', 'dashicons dashicons-arrow-down-alt2' ) . |
|
179 | + EEH_HTML::span('', '', 'dashicons dashicons-arrow-up-alt2'). |
|
180 | + EEH_HTML::span('', '', 'dashicons dashicons-arrow-down-alt2'). |
|
181 | 181 | $this->template_parts->current()->label(), |
182 | - $list_item_css_id_prefix . $this->template_parts->current()->name(), |
|
182 | + $list_item_css_id_prefix.$this->template_parts->current()->name(), |
|
183 | 183 | $list_item_css_class |
184 | 184 | ); |
185 | 185 | $this->template_parts->next(); |
@@ -199,10 +199,10 @@ discard block |
||
199 | 199 | * @return string |
200 | 200 | */ |
201 | 201 | public function display_template_parts() { |
202 | - if ( WP_DEBUG ) { |
|
202 | + if (WP_DEBUG) { |
|
203 | 203 | $this->template_parts->rewind(); |
204 | - while ( $this->template_parts->valid() ) { |
|
205 | - EEH_Debug_Tools::printr( $this->template_parts->current(), 'template_part', __FILE__, __LINE__ ); |
|
204 | + while ($this->template_parts->valid()) { |
|
205 | + EEH_Debug_Tools::printr($this->template_parts->current(), 'template_part', __FILE__, __LINE__); |
|
206 | 206 | $this->template_parts->next(); |
207 | 207 | } |
208 | 208 | } |
@@ -5,17 +5,17 @@ |
||
5 | 5 | exit( 'No direct script access allowed' ); |
6 | 6 | } |
7 | 7 | /** |
8 | - * Class EE_Template_Part_PriorityQueue |
|
9 | - * |
|
10 | - * SplPriorityQueue class configured to only accept instances of EE_Template_Part |
|
11 | - * sorts list in ascending order based on priority set when adding template parts |
|
12 | - * |
|
13 | - * @package Event Espresso |
|
14 | - * @subpackage core |
|
15 | - * @author Brent Christensen |
|
16 | - * @since $VID:$ |
|
17 | - * |
|
18 | - */ |
|
8 | + * Class EE_Template_Part_PriorityQueue |
|
9 | + * |
|
10 | + * SplPriorityQueue class configured to only accept instances of EE_Template_Part |
|
11 | + * sorts list in ascending order based on priority set when adding template parts |
|
12 | + * |
|
13 | + * @package Event Espresso |
|
14 | + * @subpackage core |
|
15 | + * @author Brent Christensen |
|
16 | + * @since $VID:$ |
|
17 | + * |
|
18 | + */ |
|
19 | 19 | class EE_Template_Part_PriorityQueue extends \SplPriorityQueue { |
20 | 20 | |
21 | 21 |
@@ -1,8 +1,8 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | //namespace EventEspresso\core\libraries\templates; |
3 | 3 | |
4 | -if ( ! defined( 'EVENT_ESPRESSO_VERSION' ) ) { |
|
5 | - exit( 'No direct script access allowed' ); |
|
4 | +if ( ! defined('EVENT_ESPRESSO_VERSION')) { |
|
5 | + exit('No direct script access allowed'); |
|
6 | 6 | } |
7 | 7 | /** |
8 | 8 | * Class EE_Template_Part_PriorityQueue |
@@ -31,9 +31,9 @@ discard block |
||
31 | 31 | * @param int $priority |
32 | 32 | * @return bool |
33 | 33 | */ |
34 | - public function insert( $object, $priority = 100 ) { |
|
35 | - if ( $object instanceof EE_Template_Part ) { |
|
36 | - parent::insert( $object, $priority ); |
|
34 | + public function insert($object, $priority = 100) { |
|
35 | + if ($object instanceof EE_Template_Part) { |
|
36 | + parent::insert($object, $priority); |
|
37 | 37 | return true; |
38 | 38 | } else { |
39 | 39 | return false; |
@@ -52,8 +52,8 @@ discard block |
||
52 | 52 | * @param int $priority2 |
53 | 53 | * @return bool |
54 | 54 | */ |
55 | - public function compare( $priority1, $priority2 ) { |
|
56 | - if ( $priority1 === $priority2 ) { |
|
55 | + public function compare($priority1, $priority2) { |
|
56 | + if ($priority1 === $priority2) { |
|
57 | 57 | return 0; |
58 | 58 | } |
59 | 59 | return $priority1 > $priority2 ? -1 : 1; |