GRAYBYTE WORDPRESS FILE MANAGER9006

Server IP : 162.213.255.40 / Your IP : 216.73.216.119
System : Linux server146.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
PHP Version : 8.0.30
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF

HOME

/home/hellrfbn/public_html/wp-content/plugins/optinmonster/views/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/hellrfbn/public_html/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>

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 23 2025 07:38:29
hellrfbn / hellrfbn
0755
.htaccess
0.41 KB
July 23 2025 07:38:29
hellrfbn / hellrfbn
0644
archie-loading.php
3.335 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
constantcontact.php
9.204 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
coupon-metabox.php
6.896 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
disable-warning-css.php
0.911 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
inline-campaign-shortcode-modal.php
1.269 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
install-plugin-form.php
1.313 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
jiggle-css.php
0.647 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
logo.svg
37.077 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
monsterlink-campaign-shortcode-modal.php
1.905 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
not-connected-buttons.php
0.483 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
plugin-banner.php
1.034 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
product-metabox.php
11.235 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
seedprod-settings-page.php
4.303 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
shortcode-modal-css.php
4.742 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
shortcode-modal.php
2.148 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
trustpulse-banner.php
1.287 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
trustpulse-settings-page.php
3.732 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
upgrade-link-css.php
0.227 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
woocommerce-marketing-card-css.php
1.652 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644
woocommerce-marketing-card.php
1.134 KB
February 05 2025 15:45:15
hellrfbn / hellrfbn
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF