HEX
Server: Apache
System: Linux vps.rockyroadprinting.net 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: rockyroadprintin (1011)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/rockyroadprintin/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; ?>