| @@ -219,11 +219,9 @@ | ||
| 219 | 219 | </div> |
| 220 | 220 | <!-- Welcome section end --> |
| 221 | 221 | <!-- Box grid section start --> |
| 222 | 222 | <div class="pro_aware grid_container tw-help-section"> |
| 223 | - <?php | |
| 224 | - // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound -- kept re-usable for other plugins | |
| 225 | - do_action($this->text_domain.'/pro_awareness/before_grid_contents'); ?> | |
| 223 | + <?php do_action($this->text_domain.'/pro_awareness/before_grid_contents'); ?> | |
| 226 | 224 | <div class="tw-grid-row"> |
| 227 | 225 | <?php |
| 228 | 226 | foreach($this->grids as $grid) { |
| 229 | 227 | ?> |
| @@ -249,17 +247,15 @@ | ||
| 249 | 247 | <?php |
| 250 | 248 | } ?> |
| 251 | 249 | </div> |
| 252 | 250 | |
| 253 | - <?php | |
| 254 | - // phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.DynamicHooknameFound -- kept re-usable for other plugins | |
| 255 | - do_action($this->text_domain.'/pro_awareness/after_grid_contents'); ?> | |
| 251 | + <?php do_action($this->text_domain.'/pro_awareness/after_grid_contents'); ?> | |
| 256 | 252 | </div> |
| 257 | 253 | <!-- Box grid section end --> |
| 258 | 254 | <!-- Commmon FAQ wrapper start --> |
| 259 | 255 | <div class="tw-help-section"> |
| 260 | 256 | <div class="tw-faq-wrapper"> |
| 261 | - <h3 class="tw-section-title"><?php echo esc_html__('Common FAQs', 'timetics');?></h3> | |
| 257 | + <h3 class="tw-section-title"><?php echo esc_html('Common FAQs', 'eventin');?></h3> | |
| 262 | 258 | <div class="etn-row"> |
| 263 | 259 | <div class="etn-col-md-6"> |
| 264 | 260 | <div class="tw-accordion-wrapper"> |
| 265 | 261 | <div class="tw-accordion-item"> |