HEX
Server: Apache
System: Linux beta.alfanet.ee 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: busines1 (1252)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home-ssd1/busines1/public_html/wp-content/plugins/imagify/views/admin/admin-bar-pricing.php
<?php
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );

if ( $data['upgrade_pricing'] ) : ?>
	<button data-nonce="<?php echo wp_create_nonce( 'imagify_get_pricing_' . get_current_user_id() ); ?>"
			data-target="#imagify-pricing-modal" type="button"
			class="imagify-get-pricing-modal imagify-modal-trigger imagify-admin-bar-upgrade-plan">
		<?php esc_html_e( 'Upgrade Plan', 'imagify' ); ?>
	</button>
<?php endif; ?>