| @@ -4,17 +4,17 @@ | ||
| 4 | 4 | <div class="row"> |
| 5 | 5 | <div class="col-lg-12"> |
| 6 | 6 | <div class="heading"> |
| 7 | 7 | <h5>TRUSTED BY BRANDS WORLDWIDE</h5> |
| 8 | - <h4><?php echo esc_html($subtitle); ?></h4> | |
| 8 | + <h4><?php echo $subtitle; ?></h4> | |
| 9 | 9 | </div> |
| 10 | 10 | <div class="heading text-center brand d-flex "> |
| 11 | - <img src="<?php echo esc_url(plugins_url("/../../img/maintainn.png", __FILE__)); ?>" style="height: 32px;" /> | |
| 12 | - <img src="<?php echo esc_url(plugins_url("/../../img/sitecare.png", __FILE__)); ?>" style="height: 42px;" /> | |
| 13 | - <img src="<?php echo esc_url(plugins_url("/../../img/wpbuffs.png", __FILE__)); ?>" style="height: 42px;"/> | |
| 14 | - <img src="<?php echo esc_url(plugins_url("/../../img/gowp_new.png", __FILE__)); ?>" style="height: 42px;"/> | |
| 15 | - <img src="<?php echo esc_url(plugins_url("/../../img/valet.png", __FILE__)); ?>" style="height: 32px;" /> | |
| 11 | + <img src="<?php echo plugins_url("/../../img/maintainn.png", __FILE__); ?>" style="height: 32px;" /> | |
| 12 | + <img src="<?php echo plugins_url("/../../img/sitecare.png", __FILE__); ?>" style="height: 42px;" /> | |
| 13 | + <img src="<?php echo plugins_url("/../../img/wpbuffs.png", __FILE__); ?>" style="height: 42px;"/> | |
| 14 | + <img src="<?php echo plugins_url("/../../img/gowp_new.png", __FILE__); ?>" style="height: 42px;"/> | |
| 15 | + <img src="<?php echo plugins_url("/../../img/valet.png", __FILE__); ?>" style="height: 32px;" /> | |
| 16 | 16 | </div> |
| 17 | 17 | </div> |
| 18 | 18 | </div> |
| 19 | 19 | </div> |
| 20 | -</section> | |
| 20 | +</section> | |