GRAYBYTE WORDPRESS FILE MANAGER4032

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/swamivivekananda.co.in/wp-content/plugins/imagify/views/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/swamivivekananda.co.in/wp-content/plugins/imagify/views//part-upsell.php
<?php

use Imagify\User\User;

defined( 'ABSPATH' ) || exit;

$imagify_user     = new User();
$unconsumed_quota = $imagify_user ? $imagify_user->get_percent_unconsumed_quota() : 0;
$infinite         = $imagify_user->is_infinite();
$upgrade          = '';
$price            = '';
$upgrade_link     = '';
$user_id          = get_current_user_id();
$notices          = get_user_meta( $user_id, '_imagify_ignore_notices', true );
$notices          = $notices && is_array( $notices ) ? array_flip( $notices ) : [];
$api_key_valid    = Imagify_Requirements::is_api_key_valid();

if (
	$imagify_user->is_free()
	&&
	$api_key_valid
	&&
	$unconsumed_quota > 20
) {
	?>
	<div class="imagify-col-content imagify-block-secondary imagify-mt2">
		<div class="best-plan<?php echo $api_key_valid ? '' : ' hidden'; ?>">
			<h3 class="imagify-user-best-plan-title">
				<?php esc_html_e( 'Unlock Imagify\'s full potential', 'imagify' ); ?>
			</h3>
			<p><?php esc_html_e( 'Expand your image quota and eliminate upload limits.', 'imagify' ); ?></p>
			<button data-nonce="<?php echo wp_create_nonce( 'imagify_get_pricing_' . get_current_user_id() ); ?>" data-target="#imagify-pricing-modal" type="button" class="imagify-modal-trigger imagify-button imagify-button-light imagify-full-width imagify-upsell-cta imagify-get-pricing-modal">
				<span class="button-text"><?php esc_html_e( 'Upgrade Now', 'imagify' ); ?></span>
				<svg class="imagify-svg-icon" width="23px" height="23px">
					<use href="#imagify_arrow_long_right"></use>
				</svg>
			</button>
		</div>
	</div><!-- .imagify-col-content -->
	<?php
}

if (
	Imagify_Requirements::is_api_key_valid()
	&&
	! $infinite
	&&
	! isset( $notices['upsell-banner'] )
	&&
	$unconsumed_quota <= 20
	) {
	?>
<div class="imagify-col-content imagify-upsell">
	<div class="imagify-flex imagify-vcenter">
		<span class="imagify-meteo-icon imagify-noshrink"><?php echo $this->get_quota_icon(); ?></span>
		<div class="imagify-space-left imagify-full-width">
			<p>
				<?php
				printf(
					/* translators: %s is a data quota. */
					__( 'You have %s space credit left', 'imagify' ),
					'<span class="imagify-unconsumed-percent">' . $this->get_quota_percent() . '%</span>'
				);
				?>
			</p>

			<div class="<?php echo $this->get_quota_class(); ?>">
				<div class="imagify-unconsumed-bar imagify-progress" style="width: <?php echo $this->get_quota_percent() . '%'; ?>;"></div>
			</div>
		</div>
	</div>
	<?php
	if ( $imagify_user->is_free() ) {
		$upgrade      = esc_html__( 'Upgrade your plan now for more!', 'imagify' );
		$price        = esc_html__( 'From $5.99/month only, keep going with image optimization!', 'imagify' );
		$upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/?utm_source=plugin&utm_medium=upsell_banner';
	} elseif ( $imagify_user->is_growth() ) {
		$upgrade = esc_html__( 'Upgrade your plan now to keep optimizing your images.', 'imagify' );

		if ( $imagify_user->is_monthly ) {
			$price        = esc_html__( 'For $11.99/month only, choose unlimited image optimization!', 'imagify' );
			$upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/plan_switch/?label=infinite&payment_plan=1&utm_source=plugin&utm_medium=upsell_banner';
		} else {
			$price        = esc_html__( 'For $9.99/month only, choose unlimited image optimization!', 'imagify' );
			$upgrade_link = IMAGIFY_APP_DOMAIN . '/subscription/plan_switch/?label=infinite&payment_plan=2&utm_source=plugin&utm_medium=upsell_banner';
		}
	}
	?>
	<p><?php echo $upgrade; ?></p>
	<p><?php echo $price; ?></p>

	<a href="<?php echo esc_url( $upgrade_link ); ?>" target="_blank" rel="noopener noreferrer" class="imagify-upsell-button imagify-full-width imagify-upsell-cta">
		<?php esc_html_e( 'Upgrade now', 'imagify' ); ?>
		<svg class="imagify-svg-icon" width="23px" height="23px">
			<use href="#imagify_arrow_long_right"></use>
		</svg>
	</a>
	<a href="<?php echo esc_url( get_imagify_admin_url( 'dismiss-notice', 'upsell-banner' ) ); ?>" class="imagify-notice-dismiss notice-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><!-- .imagify-col-content -->
	<?php
}
?>

<svg style="display: none;">
	<symbol id="imagify_arrow_long_right" viewBox="0 0 512.00 512.00">
		<path d="M313.941 216H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h301.941v46.059c0 21.382 25.851 32.09 40.971 16.971l86.059-86.059c9.373-9.373 9.373-24.569 0-33.941l-86.059-86.059c-15.119-15.119-40.971-4.411-40.971 16.971V216z" fill="currentColor"/>
	</symbol>
</svg>


[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
admin
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
button
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
container
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
input
--
July 10 2025 04:32:29
giriqfky / giriqfky
0755
.htaccess
0.41 KB
July 10 2025 04:32:29
giriqfky / giriqfky
0644
modal-payment.php
7.165 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
modal-settings-infos.php
2.065 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
modal-settings-partners-infos.php
0.603 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
modal-settings-visual-comparison.php
5.678 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-backup-folder-not-writable.php
0.754 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-bulk-optimization-complete.php
1.157 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-bulk-optimization-running.php
0.573 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-footer.php
0.437 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-grid-view.php
0.444 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-header.php
0.561 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-http-block-external.php
0.832 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-plugins-to-deactivate.php
0.952 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-rating.php
1.104 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-temporary.php
0.542 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-welcome-steps.php
2.994 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-wp-rocket.php
0.97 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
notice-wrong-api-key.php
0.79 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
page-bulk.php
6.431 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
page-files-list.php
0.432 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
page-settings.php
8.226 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-bulk-optimization-header.php
1.497 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-bulk-optimization-infos.php
4.59 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-bulk-optimization-newbie.php
0.79 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-bulk-optimization-overquota-alert.php
1.203 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-bulk-optimization-success.php
1.882 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-bulk-optimization-table-row-folder-type.php
3.075 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-bulk-optimization-table.php
3.592 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-discount-banner.php
0.658 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-documentation-link.php
1.729 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-files-list-header.php
0.141 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-rocket-ad.php
2.097 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-settings-account.php
2.859 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-settings-custom-folders.php
7.039 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-settings-files-tree-row.php
2.828 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-settings-footer.php
0.655 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-settings-header.php
5.911 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-settings-library.php
3.168 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-settings-row-custom-folder.php
0.582 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-settings-webp-missing-message.php
0.404 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-settings-webp.php
6.89 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644
part-upsell.php
4.486 KB
June 23 2025 07:12:37
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF