SILENT KILLERPanel

Current Path: > home > codekrsu > > escapematrixonline.com > wp-content > plugins > optinmonster > views


Operation   : Linux premium131.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
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//escapematrixonline.com/wp-content/plugins/optinmonster/views

NameTypeSizeLast ModifiedActions
archie-loading.php File 3415 bytes November 17 2020 01:51:02.
constantcontact.php File 9425 bytes November 17 2021 04:02:26.
coupon-metabox.php File 7062 bytes November 17 2021 04:02:26.
disable-warning-css.php File 933 bytes November 17 2021 04:02:26.
inline-campaign-shortcode-modal.php File 1299 bytes November 17 2021 04:02:26.
install-plugin-form.php File 1344 bytes September 14 2022 06:35:44.
jiggle-css.php File 663 bytes November 17 2020 01:51:02.
logo.svg File 37967 bytes November 17 2020 01:51:02.
monsterlink-campaign-shortcode-modal.php File 1951 bytes November 17 2021 04:02:26.
not-connected-buttons.php File 495 bytes November 17 2021 04:02:26.
plugin-banner.php File 1059 bytes November 17 2021 04:02:26.
product-metabox.php File 11505 bytes November 17 2021 04:02:26.
seedprod-settings-page.php File 4406 bytes September 14 2022 06:35:44.
shortcode-modal-css.php File 4856 bytes October 27 2021 22:35:34.
shortcode-modal.php File 2200 bytes October 27 2021 22:35:34.
trustpulse-banner.php File 1318 bytes November 17 2021 04:02:26.
trustpulse-settings-page.php File 3822 bytes September 14 2022 06:35:44.
upgrade-link-css.php File 232 bytes March 24 2022 03:15:26.
woocommerce-marketing-card-css.php File 1692 bytes February 19 2021 09:11:02.
woocommerce-marketing-card.php File 1161 bytes February 19 2021 09:11:02.

Reading File: /home/codekrsu//escapematrixonline.com/wp-content/plugins/optinmonster/views/coupon-metabox.php

<?php
/**
 * Product Education Metabox for WooCommerce Coupon Pages
 *
 * @since 2.1.0
 */

$svgpath = plugin_dir_path( OMAPI_FILE ) . '/assets/images/icons/';
?>
<div class="omapi-metabox has-slides">
	<nav class="omapi-metabox__nav">
		<ul>
			<li>
				<a href="#omapi-sticky-bar" title="Sticky Bar" class="active">
					<?php include $svgpath . 'sticky-bar.svg'; ?>
					<?php esc_html_e( 'Sticky Bar', 'optin-monster-api' ); ?>
				</a>
			</li>
			<li>
				<a href="#omapi-popup" title="Popup">
					<?php include $svgpath . 'popup.svg'; ?>
					<?php esc_html_e( 'Popup', 'optin-monster-api' ); ?>
				</a>
			</li>
			<li>
				<a href="#omapi-gamified" title="Gamified">
					<?php include $svgpath . 'gamified.svg'; ?>
					<?php esc_html_e( 'Gamified Spin to Win', 'optin-monster-api' ); ?>
				</a>
			</li>
		</ul>
	</nav>
	<div class="omapi-metabox__content">
		<div class="omapi-metabox__slides">
			<div class="omapi-metabox__slides-slide active" id="omapi-sticky-bar">
				<div class="omapi-metabox__tab omapi-metabox__tab-coupon">
					<div class="omapi-metabox__tab-icon omapi-metabox__tab-icon-coupon">
						<img src="<?php echo esc_url( $this->url . 'assets/images/metabox/sticky-bar.svg' ); ?>">
					</div>
					<div class="omapi-metabox__tab-content">
						<p><strong>
							<?php if ( $data['has_sites'] ) : ?>
								<?php esc_html_e( 'Did you know that creating a sticky bar to promote your coupon can help you increase sales?', 'optin-monster-api' ); ?>
							<?php else : ?>
								<?php echo esc_html( $data['not_connected_title'] ); ?>
							<?php endif; ?>
						</strong></p>
						<p class="secondary">
							<?php if ( $data['has_sites'] ) : ?>
								<?php esc_html_e( 'See how one store owner added $23,700 in 5 months with a coupon promoted by an OptinMonster sticky bar.', 'optin-monster-api' ); ?>
								<a href="https://optinmonster.com/freemium-software-company-unlocked-7000-anonymous-leads-using-popups/?utm_source=WordPress&utm_medium=WooCouponMetabox&utm_campaign=Plugin" class="omapi-metabox__arrow-after omapi-metabox__link-style" target="_blank" rel="noopener"><?php esc_html_e( 'View Case Study', 'optin-monster-api' ); ?></a>
							<?php else : ?>
								<?php echo esc_html( $data['not_connected_message'] ); ?>
							<?php endif; ?>
						</p>
						<div class="omapi-button-wrap">
							<?php if ( $data['has_sites'] ) : ?>
								<a href="admin.php?page=optin-monster-templates&type=floating" class="button button-primary omapi-metabox__arrow-after button-large" target="_blank" rel="noopener"><?php esc_html_e( 'Create a Sticky Bar Campaign', 'optin-monster-api' ); ?></a>
								<a href="admin.php?page=optin-monster-campaigns" class="button button-secondary button-large" target="_blank" rel="noopener"><?php esc_html_e( 'View Existing Campaigns', 'optin-monster-api' ); ?></a>
							<?php else : ?>
								<?php $this->output_view( 'not-connected-buttons.php' ); ?>
							<?php endif; ?>
						</div>
					</div>
				</div>
			</div>
			<div class="omapi-metabox__slides-slide" id="omapi-popup">
				<div class="omapi-metabox__tab omapi-metabox__tab-coupon">
					<div class="omapi-metabox__tab-icon omapi-metabox__tab-icon-coupon">
						<img src="<?php echo esc_url( $this->url . 'assets/images/metabox/popup.svg' ); ?>">
					</div>
					<div class="omapi-metabox__tab-content">
						<p><strong>
							<?php if ( $data['has_sites'] ) : ?>
								<?php esc_html_e( 'Encourage purchases with a coupon popup!', 'optin-monster-api' ); ?>
							<?php else : ?>
								<?php echo esc_html( $data['not_connected_title'] ); ?>
							<?php endif; ?>
						</strong></p>
						<p class="secondary">
							<?php if ( $data['has_sites'] ) : ?>
								<?php esc_html_e( 'See how this store owner increased revenue by 300% using an OptinMonster coupon popup.', 'optin-monster-api' ); ?>
								<a href="https://optinmonster.com/case-study-how-win-in-health-used-optinmonster-to-increase-revenue-by-300/?utm_source=WordPress&utm_medium=WooCouponMetabox&utm_campaign=Plugin" class="omapi-metabox__arrow-after omapi-metabox__link-style" target="_blank" rel="noopener"><?php esc_html_e( 'View Case Study', 'optin-monster-api' ); ?></a>
							<?php else : ?>
								<?php echo esc_html( $data['not_connected_message'] ); ?>
							<?php endif; ?>
						</p>
						<div class="omapi-button-wrap">
							<?php if ( $data['has_sites'] ) : ?>
								<a href="admin.php?page=optin-monster-templates&type=popup" class="button button-primary omapi-metabox__arrow-after button-large" target="_blank" rel="noopener"><?php esc_html_e( 'Create a Popup Campaign', 'optin-monster-api' ); ?></a>
								<a href="admin.php?page=optin-monster-campaigns" class="button button-secondary button-large" target="_blank" rel="noopener"><?php esc_html_e( 'View Existing Campaigns', 'optin-monster-api' ); ?></a>
							<?php else : ?>
								<?php $this->output_view( 'not-connected-buttons.php' ); ?>
							<?php endif; ?>
						</div>
					</div>
				</div>
			</div>
			<div class="omapi-metabox__slides-slide" id="omapi-gamified">
			<div class="omapi-metabox__tab omapi-metabox__tab-coupon">
					<div class="omapi-metabox__tab-icon omapi-metabox__tab-icon-coupon">
						<img src="<?php echo esc_url( $this->url . 'assets/images/metabox/gamified.svg' ); ?>">
					</div>
					<div class="omapi-metabox__tab-content">
						<p><strong>
							<?php if ( $data['has_sites'] ) : ?>
								<?php esc_html_e( 'Gamified coupon wheels work! Create one for your store and watch sales grow!', 'optin-monster-api' ); ?>
							<?php else : ?>
								<?php echo esc_html( $data['not_connected_title'] ); ?>
							<?php endif; ?>
						</strong></p>
						<p class="secondary">
							<?php if ( $data['has_sites'] ) : ?>
								<?php esc_html_e( 'Learn how to create a gamified coupon wheel popup yourself with our step-by-step tutorial.', 'optin-monster-api' ); ?>
								<a href="https://optinmonster.com/coupon-wheel-campaign/?utm_source=WordPress&utm_medium=WooCouponMetabox&utm_campaign=Plugin" class="omapi-metabox__arrow-after omapi-metabox__link-style" target="_blank" rel="noopener"><?php esc_html_e( 'View the Tutorial', 'optin-monster-api' ); ?></a>
							<?php else : ?>
								<?php echo esc_html( $data['not_connected_message'] ); ?>
							<?php endif; ?>
						</p>
						<div class="omapi-button-wrap">
							<?php if ( $data['has_sites'] ) : ?>
								<a href="admin.php?page=optin-monster-templates&type=gamified" class="button button-primary omapi-metabox__arrow-after button-large" target="_blank" rel="noopener"><?php esc_html_e( 'Create a Gamified Campaign', 'optin-monster-api' ); ?></a>
								<a href="admin.php?page=optin-monster-campaigns" class="button button-secondary button-large" target="_blank" rel="noopener"><?php esc_html_e( 'View Existing Campaigns', 'optin-monster-api' ); ?></a>
							<?php else : ?>
								<?php $this->output_view( 'not-connected-buttons.php' ); ?>
							<?php endif; ?>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</div>

SILENT KILLER Tool