partials
5 months ago
contact-us-basic.php
1 year ago
contact-us-pro.php
5 months ago
contact-us.php
2 years ago
darkmode-toggle-button.php
6 months ago
faq.php
5 months ago
footer.php
6 months ago
general-error-modal.php
1 year ago
header.php
5 months ago
main-navigation.php
1 year ago
newsfeed.php
5 months ago
footer.php
17 lines
| 1 | <div id="wpstg-footer-container" class="wpstg-mr-2.5 wp:wpstg-mr-5"> |
| 2 | <?php if (empty($hideNewsfeed)) : ?> |
| 3 | <?php |
| 4 | require_once(WPSTG_VIEWS_DIR . '_main/newsfeed.php'); |
| 5 | require_once(WPSTG_VIEWS_DIR . '_main/faq.php'); |
| 6 | ?> |
| 7 | <?php endif; ?> |
| 8 | </div> |
| 9 | <div class="wpstg-footer-logo wpstg-mr-2.5 wp:wpstg-mr-5"> |
| 10 | <a href="https://wp-staging.com/tell-me-more/"><img src="<?php echo esc_url($this->assets->getAssetsUrl("img/logo.svg")) ?>" width="140"></a> |
| 11 | </div> |
| 12 | <div class="wpstg-partner-footer wpstg-mr-2.5 wp:wpstg-mr-5"> |
| 13 | <div>Partnered with <a href="https://wp-staging.com/borlabs-cookie/" target="_blank">Borlabs</a></div> |
| 14 | </div> |
| 15 | <?php |
| 16 | require_once(WPSTG_VIEWS_DIR . '_main/general-error-modal.php'); |
| 17 |