Current File : /home/digitaw/www/wp-content/plugins/formidable/classes/views/frm-fields/back-end/smart-values.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>
<div class="cta-inside">
	<p>
		<?php
		/* translators: %s: Feature name */
		$message = __( '%s are not available on your plan. Did you know you can upgrade to PRO to unlock more awesome features?', 'formidable' );
		printf( esc_html( $message ), '<span class="frm_feature_label">Smart tags</span>' );
		?>
	</p>
	<p class="frm-h-stack frm-justify-between frm-mt-md frm-mb-2xs">
		<a href="<?php echo esc_url( FrmAppHelper::admin_upgrade_link( $upgrade_link ) ); ?>" class="button button-primary frm-button-primary" target="_blank" rel="noopener noreferrer">
			<?php esc_html_e( 'Upgrade', 'formidable' ); ?>
		</a>
		<a href="<?php echo esc_url( FrmAppHelper::make_affiliate_url( FrmAppHelper::admin_upgrade_link( $upgrade_link, 'knowledgebase/install-formidable-forms/' ) ) ); ?>" target="_blank" class="frm-link-secondary alignright">
			<?php esc_html_e( 'Already purchased?', 'formidable' ); ?>
		</a>
	</p>
</div>