zZzzZ.
home2
/
zrzvbdry
/
morecou.com
/
wp-content
/
plugins
/
wp-menu-icons
/
vendor_packages
New Folder
Editing: wp-notice-plugin-promote.php
Save
Cancel
<?php if ( class_exists( 'QuadLayers\\WP_Notice_Plugin_Promote\\Load' ) ) { add_action('init', function() { /** * Promote constants */ define( 'WPMI_PROMOTE_LOGO_SRC', plugins_url( '/assets/backend/img/logo.png', WPMI_PLUGIN_FILE ) ); /** * Notice review */ define( 'WPMI_PROMOTE_REVIEW_URL', 'https://wordpress.org/support/plugin/wp-menu-icons/reviews/?filter=5#new-post' ); /** * Notice premium sell */ define( 'WPMI_PROMOTE_PREMIUM_SELL_SLUG', 'wp-menu-cions-pro' ); define( 'WPMI_PROMOTE_PREMIUM_SELL_NAME', 'WP Menu Icons PRO' ); define( 'WPMI_PROMOTE_PREMIUM_INSTALL_URL', WPMI_PREMIUM_SELL_URL ); define( 'WPMI_PROMOTE_PREMIUM_SELL_URL', WPMI_PREMIUM_SELL_URL ); /** * Notice cross sell 1 */ define( 'WPMI_PROMOTE_CROSS_INSTALL_1_SLUG', 'ai-copilot' ); define( 'WPMI_PROMOTE_CROSS_INSTALL_1_NAME', 'AI Copilot' ); define( 'WPMI_PROMOTE_CROSS_INSTALL_1_DESCRIPTION', esc_html__( 'Boost your productivity in WordPress content creation with AI-driven tools, automated content generation, and enhanced editor utilities.', 'wp-menu-icons' ) ); define( 'WPMI_PROMOTE_CROSS_INSTALL_1_URL', 'https://quadlayers.com/products/ai-copilot/?utm_source=wpmi_admin' ); define( 'WPMI_PROMOTE_CROSS_INSTALL_1_LOGO_SRC', plugins_url( '/assets/backend/img/ai-copilot.png', WPMI_PLUGIN_FILE ) ); /** * Notice cross sell 2 */ define( 'WPMI_PROMOTE_CROSS_INSTALL_2_SLUG', 'wp-whatsapp-chat' ); define( 'WPMI_PROMOTE_CROSS_INSTALL_2_NAME', 'Social Chat' ); define( 'WPMI_PROMOTE_CROSS_INSTALL_2_DESCRIPTION', esc_html__( 'Social Chat allows your users to start a conversation from your website directly to your WhatsApp phone number with one click.', 'wp-menu-icons' ) ); define( 'WPMI_PROMOTE_CROSS_INSTALL_2_URL', 'https://quadlayers.com/products/whatsapp-chat/?utm_source=wpmi_admin' ); define( 'WPMI_PROMOTE_CROSS_INSTALL_2_LOGO_SRC', plugins_url( '/assets/backend/img/wp-whatsapp-chat.jpeg', WPMI_PLUGIN_FILE ) ); new \QuadLayers\WP_Notice_Plugin_Promote\Load( WPMI_PLUGIN_FILE, array( array( 'type' => 'ranking', 'notice_delay' => 0, 'notice_logo' => WPMI_PROMOTE_LOGO_SRC, 'notice_description' => sprintf( esc_html__( 'Hello! %2$s We\'ve spent countless hours developing this free plugin for you and would really appreciate it if you could drop us a quick rating. Your feedback is extremely valuable to us. %3$s It helps us to get better. Thanks for using %1$s.', 'wp-whatsapp-chat' ), '<b>'.WPMI_PLUGIN_NAME.'</b>', '<span style="font-size: 16px;">🙂</span>', '<br>' ), 'notice_link' => WPMI_PROMOTE_REVIEW_URL, 'notice_more_link' => WPMI_SUPPORT_URL, 'notice_more_label' => esc_html__( 'Report a bug', 'wp-menu-icons' ), ), array( 'plugin_slug' => WPMI_PROMOTE_PREMIUM_SELL_SLUG, 'plugin_install_link' => WPMI_PROMOTE_PREMIUM_INSTALL_URL, 'plugin_install_label' => esc_html__( 'Purchase Now', 'wp-menu-icons' ), 'notice_delay' => WEEK_IN_SECONDS, 'notice_logo' => WPMI_PROMOTE_LOGO_SRC, 'notice_title' => esc_html__( 'Hello! We have a special gift!', 'wp-menu-icons' ), 'notice_description' => sprintf( esc_html__( 'Today we have a special gift for you. Use the coupon code %1$s within the next 48 hours to receive a %2$s discount on the premium version of the %3$s plugin.', 'wp-menu-icons' ), 'ADMINPANEL20%', '20%', WPMI_PROMOTE_PREMIUM_SELL_NAME ), 'notice_more_link' => WPMI_PROMOTE_PREMIUM_SELL_URL, ), array( 'plugin_slug' => WPMI_PROMOTE_CROSS_INSTALL_1_SLUG, 'notice_delay' => MONTH_IN_SECONDS * 3, 'notice_logo' => WPMI_PROMOTE_CROSS_INSTALL_1_LOGO_SRC, 'notice_title' => sprintf( esc_html__( 'Hello! We want to invite you to try our %s plugin!', 'wp-menu-icons' ), WPMI_PROMOTE_CROSS_INSTALL_1_NAME ), 'notice_description' => WPMI_PROMOTE_CROSS_INSTALL_1_DESCRIPTION, 'notice_more_link' => WPMI_PROMOTE_CROSS_INSTALL_1_URL ), array( 'plugin_slug' => WPMI_PROMOTE_CROSS_INSTALL_2_SLUG, 'notice_delay' => MONTH_IN_SECONDS * 6, 'notice_logo' => WPMI_PROMOTE_CROSS_INSTALL_2_LOGO_SRC, 'notice_title' => sprintf( esc_html__( 'Hello! We want to invite you to try our %s plugin!', 'wp-menu-icons' ), WPMI_PROMOTE_CROSS_INSTALL_2_NAME ), 'notice_description' => WPMI_PROMOTE_CROSS_INSTALL_2_DESCRIPTION, 'notice_more_link' => WPMI_PROMOTE_CROSS_INSTALL_2_URL ), ) ); }); }