Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.64.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : newsletter.php
<?php if( function_exists( 'dustrial_framework_init' ) ) {
  $newsletter_shortcode = dustrial_get_option('footer_newsletter_shortcode');
  if( !empty( $newsletter_shortcode ) ) {
  ?>
    <!-- Subscription Section -->
    <div class="subscription">
      <div class="container">
        <div class="row align-items-center d-flex">
          <?php
            $bg_img_id = dustrial_get_option( 'footer_logo' );
            if( !empty( $bg_img_id ) ) {
              $attachment = wp_get_attachment_image_src( $bg_img_id, 'full' );
              $bg_img    = ($attachment) ? $attachment[0] : $bg_img_id;
            } else {
              $bg_img = DUSTRIAL_IMG . 'logo-2.png';
            }
          ?>
          <div class="col-lg-3">
            <div class="block mb-4 mb-md-0">
              <a href="<?php echo esc_url( home_url('/') ); ?>">
                <img src="<?php echo esc_url( $bg_img ); ?>" alt="<?php esc_attr_e( 'Newsletter Logo', 'dustrial' ); ?>">
              </a>
            </div>
          </div>
          <div class="col-lg-9">
            <div class="block">
              <?php echo do_shortcode($newsletter_shortcode); ?>
            </div>
          </div>
        </div>
      </div>
    </div>
    <!-- End Subscription Section -->
  <?php } ?>
<?php } ?>
© 2025 XylotrechusZ