Server : Apache System : Linux pod-100823:apache2_74:v0.5.7 5.4.0-1138-gcp #147~18.04.1-Ubuntu SMP Mon Oct 7 21:46:26 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33.7 Disable Function : apache_child_terminate,apache_get_modules,apache_get_version,apache_getenv,apache_note,apache_setenv,disk_free_space,disk_total_space,diskfreespace,dl,exec,fastcgi_finish_request,link,opcache_compile_file,opcache_get_configuration,opcache_invalidate,opcache_is_script_cached,opcache_reset,passthru,pclose,pcntl_exec,popen,posix_getpid,posix_getppid,posix_getpwuid,posix_kill,posix_mkfifo,posix_setegid,posix_seteuid,posix_setgid,posix_setpgid,posix_setsid,posix_setuid,posix_uname,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,realpath_cache_get,shell_exec,show_source,symlink,system Directory : /nas/content/live/attorneyexperi/wp-content/plugins/imagify/views/admin/ |
<?php defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' ); ?> <div class="imagify-admin-bar-quota"> <div class="imagify-abq-row"> <?php if ( $data['plan_with_quota'] ) : ?> <div class="imagify-meteo-icon"><?php echo $data['quota_icon']; ?></div> <?php endif; ?> <div class="imagify-account"> <p class="imagify-meteo-title"><?php esc_html_e( 'Account status', 'imagify' ); ?></p> <p class="imagify-meteo-subs"><?php esc_html_e( 'Your subscription:', 'imagify' ); ?> <strong class="imagify-user-plan"><?php echo $data['plan_label']; ?></strong></p> </div> </div> <?php if ( $data['plan_with_quota'] ) : ?> <div class="imagify-abq-row"> <div class="imagify-space-left"> <p><?php printf( // translators: %s = percentage. __( 'You have %s space credit left', 'imagify' ), '<span class="imagify-unconsumed-percent">' . $data['unconsumed_quota'] . '%</span>' ); ?></p> <div class="<?php echo esc_attr( $data['quota_class'] ); ?>"> <div style="width: <?php echo esc_attr( $data['unconsumed_quota'] ); ?>%;" class="imagify-unconsumed-bar imagify-progress"></div> </div> </div> </div> <?php endif; ?> <?php if ( $data['plan_with_quota'] && $data['unconsumed_quota'] <= 20 ) : ?> <div class="imagify-upsell-admin-bar"> <?php if ( $data['unconsumed_quota'] <= 20 ) : ?> <p><i class="dashicons dashicons-warning" aria-hidden="true"></i><strong><?php esc_html_e( 'Oops, It\'s almost over!', 'imagify' ); ?></strong></p> <?php elseif ( 0 === $data['unconsumed_quota'] ) : ?> <p><i class="dashicons dashicons-warning" aria-hidden="true"></i><strong><?php esc_html_e( 'Oops, It\'s Over!', 'imagify' ); ?></strong></p> <?php endif; ?> <p><?php echo $data['text']; ?></p> <p class="center txt-center text-center"><a class="imagify-upsell-admin-bar-button" href="<?php echo esc_url( $data['upgrade_link'] ); ?>" target="_blank"><?php echo $data['button_text']; ?></a></p> <a href="<?php echo esc_url( get_imagify_admin_url( 'dismiss-notice', 'upsell-admin-bar' ) ); ?>" class="imagify-notice-dismiss imagify-upsell-dismiss" title="<?php esc_attr_e( 'Dismiss this notice', 'imagify' ); ?>"><span class="screen-reader-text"><?php esc_html_e( 'Dismiss this notice', 'imagify' ); ?></span></a> </div> <?php endif; ?> </div>