PUM_Admin_Extend::page()
Support Page
Description Description
Renders the support page contents.
Source Source
File: classes/Admin/Extend.php
public static function page() { ?> <div class="wrap"> <h1><?php _e( 'Upgrade', 'popup-maker' ) ?></h1> <?php PUM_Upsell::display_addon_tabs(); ?> <article class="upgrade-wrapper"> <section class="upgrade-wrapper-hero"> <h2>Drive Even More Opt-Ins and Sales With Our Premium Features</h2> <p>Our premium plans give you more:</p> <ul> <li>Triggers - Scroll, Exit-intent, Add-to-cart, and more</li> <li>Integrations - MailChimp, WooCommerce, and more</li> <li>Conditions - Show popups to visitors from a certain site, from search engines, using certain browsers, who has viewed X pages, and more </li> <li>And much more!</li> </ul> <a href="https://wppopupmaker.com/pricing/?utm_campaign=upsell&utm_medium=plugin&utm_source=plugin-extension-page&utm_content=hero-cta" class="button button-primary" target="_blank" rel="noreferrer noopener">View pricing</a> </section> <section class="upgrade-wrapper-features"> <h2>Our Most Popular Premium Features</h2> <?php self::render_extension_list(); ?> <a href="https://wppopupmaker.com/extensions/?utm_campaign=upsell&utm_medium=plugin&utm_source=plugin-extension-page&utm_content=browse-all-bottom" class="button-primary" title="<?php _e( 'See All Premium Features', 'popup-maker' ); ?>" target="_blank" rel="noreferrer noopener"><?php _e( 'See All Premium Features', 'popup-maker' ); ?></a> </section> </article> </div> <?php }
Expand full source code Collapse full source code View on Trac