| Server IP : 54.36.91.62 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : uxhactp ( 169076) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/u/x/h/uxhactp/www/wp-content/plugins/imagify/views/ |
Upload File : |
<?php defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); $this->print_template( 'notice-header', array( 'classes' => array( 'imagify-flex-notice-content', 'error' ), ) ); $views = Imagify_Views::get_instance(); ?> <div class="imagify-notice-quota"> <div class="imagify-flex imagify-vcenter"> <span class="imagify-meteo-icon imagify-noshrink"><?php echo $views->get_quota_icon(); ?></span> <div class="imagify-space-left"> <p> <?php printf( /* translators: %s is a data quota. */ esc_html__( 'You have %s space credit left', 'imagify' ), '<span class="imagify-unconsumed-percent">' . $views->get_quota_percent() . '%</span>' ); ?> </p> <div class="<?php echo $views->get_quota_class(); ?>"> <div class="imagify-unconsumed-bar imagify-progress" style="width: <?php echo $views->get_quota_percent() . '%'; ?>;"></div> </div> </div> </div> </div> <p> <?php esc_html_e( 'You are running out of credit! Don’t forget to upgrade your Imagify’s account.', 'imagify' ); ?> </p> <div class="imagify-notice-quota-btn-container"> <a target="_blank" class="button imagify-button imagify-button-secondary button-mini" href="<?php echo esc_url( imagify_get_external_url( 'subscription' ) ); ?>"><?php esc_html_e( 'See our plans', 'imagify' ); ?></a> </div> <?php $this->print_template( 'notice-footer', array( 'dismissible' => 'almost-over-quota', ) );