'plugin-extension-page',
'utm_medium' => 'text-link',
'utm_campaign' => 'upsell',
'utm_content' => 'hero-cta',
] );
?>
Drive Even More Opt-Ins and Sales With Our Premium Features
Our premium plans give you more:
- Triggers - Scroll, Exit-intent, Add-to-cart, and more
- Integrations - MailChimp, WooCommerce, and more
- Conditions - Show popups to visitors from a certain site, from search engines, using certain browsers, who has viewed X pages, and more
- And much more!
View pricing
Our Most Popular Premium Features
$plugin ) {
// $is_active = is_plugin_active( $key );
// $installed_plugin = array(
// 'is_active' => $is_active,
// );
// $installerUrl = add_query_arg( array(
// 'action' => 'activate',
// 'plugin' => $key,
// 'em' => 1,
// ), network_admin_url( 'plugins.php' ) //admin_url('update.php')
// );
// $installed_plugin["activation_url"] = $is_active ? "" : wp_nonce_url( $installerUrl, 'activate-plugin_' . $key );
//
//
// $installerUrl = add_query_arg( array(
// 'action' => 'deactivate',
// 'plugin' => $key,
// 'em' => 1,
// ), network_admin_url( 'plugins.php' ) //admin_url('update.php')
// );
// $installed_plugin["deactivation_url"] = ! $is_active ? "" : wp_nonce_url( $installerUrl, 'deactivate-plugin_' . $key );
// $installed_plugins[ $key ] = $installed_plugin;
// }
$existing_extension_images = self::extensions_with_local_image();
if ( ! empty( $extensions ) ) {
shuffle( $extensions );
foreach ( $extensions as $key => $ext ) {
unset( $extensions[ $key ] );
$extensions[ $ext['slug'] ] = $ext;
}
$i = 0;
foreach ( $extensions as $extension ) :
?>
-
download_link ) && ! isset( $installed_plugins[ $extension->slug . '/' . $extension->slug . '.php' ] ) ) {
// $installerUrl = add_query_arg( array(
// 'action' => 'install-plugin',
// 'plugin' => $extension->slug,
// 'edd_sample_plugin' => 1,
// ), network_admin_url( 'update.php' ) //admin_url('update.php')
// );
// $installerUrl = wp_nonce_url( $installerUrl, 'install-plugin_' . $extension->slug )
?>
%s', esc_attr( $installerUrl ), __( 'Install' ) );
?>
slug . '/' . $extension->slug . '.php' ]['is_active'] ) ) {
//
?>
slug . '/' . $extension->slug . '.php' ]['is_active'] ) {
// printf( '%s', esc_attr( $installed_plugins[ $extension->slug . '/' . $extension->slug . '.php' ]["activation_url"] ), __( 'Activate' ) );
//
// } else {
// printf( '%s', esc_attr( $installed_plugins[ $extension->slug . '/' . $extension->slug . '.php' ]["deactivation_url"] ), __( 'Deactivate' ) );
// }
?>
homepage ); ?>