* @license : GPL2 * */ if (defined('ABSPATH') === false) { exit; } ?> array( 'href' => array(), 'title' => array(), 'target' => array(), ), 'abbr' => array( 'title' => array() ), 'acronym' => array( 'title' => array() ), 'code' => array(), 'pre' => array(), 'em' => array(), 'strong' => array(), 'ul' => array(), 'ol' => array(), 'li' => array(), 'p' => array(), 'br' => array(), ); $recommendedPlugins = array(); /* Poptin Plugins */ $args = [ 'slug' => 'poptin', 'fields' => [ 'short_description' => true, 'icons' => true, 'reviews' => false, // excludes all reviews ], ]; $data = plugins_api( 'plugin_information', $args ); if ( $data && ! is_wp_error( $data ) ) { $recommendedPlugins['poptin'] = $data; $recommendedPlugins['poptin']->name = 'Poptin: Beautiful Pop Ups and Embedded Inline Contact Forms for Your Website'; $recommendedPlugins['poptin']->short_description = 'Pop ups and contact forms builder for your website. Get more sales, leads, and subscribers with beautiful popups & inline forms templates, no coding skills required'; } /* Chatway Plugin */ $args = [ 'slug' => 'chatway-live-chat', 'fields' => [ 'short_description' => true, 'icons' => true, 'reviews' => false, // excludes all reviews ], ]; $data = plugins_api( 'plugin_information', $args ); if ( $data && ! is_wp_error( $data ) ) { $recommendedPlugins['chatway-live-chat'] = $data; $recommendedPlugins['chatway-live-chat']->name = 'Free Live Chat, WordPress Website Chat Plugin, Support Chat App: Chatway'; $recommendedPlugins['chatway-live-chat']->short_description = 'Live chat with your website’s visitors through your WordPress website. With Chatway – live chat app, you can do just that and much more!'; } /* Folders Plugins */ $args = [ 'slug' => 'folders', 'fields' => [ 'short_description' => true, 'icons' => true, 'reviews' => false, // excludes all reviews ], ]; $data = plugins_api( 'plugin_information', $args ); if ( $data && ! is_wp_error( $data ) ) { $recommendedPlugins['folders'] = $data; $recommendedPlugins['folders']->name = 'Folders: Organize Your Media Library, Posts, Pages, and Custom posts Using Drag and Drop'; $recommendedPlugins['folders']->short_description = 'Folders is a powerful WordPress plugin that will help you quickly and easily organize and manage your Media Library files, Pages, Posts, and Custom posts in folders'; } /* My Sticky Menu Plugin */ $args = [ 'slug' => 'mystickymenu', 'fields' => [ 'short_description' => true, 'icons' => true, 'reviews' => false, // excludes all reviews ], ]; $data = plugins_api( 'plugin_information', $args ); if ( $data && ! is_wp_error( $data ) ) { $recommendedPlugins['mystickymenu'] = $data; $recommendedPlugins['mystickymenu']->name = 'My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu)'; $recommendedPlugins['mystickymenu']->short_description = 'Create a welcome notification bar for your website. Also, My Sticky Bar plugin can make your menu or header sticky to the top when scrolled 📌'; } ?>
'; if (! $compatible_php && ! $compatible_wp) { esc_html_e('This plugin doesn’t work with your versions of WordPress and PHP.', 'chaty'); if (current_user_can('update_core') && current_user_can('update_php')) { printf( // translators: 1: URL to WordPress Updates screen, 2: URL to Update PHP page. ' '.esc_html__( 'Please update WordPress, and then learn more about updating PHP.', "chaty"), esc_url(self_admin_url('update-core.php')), esc_url(wp_get_update_php_url()) ); wp_update_php_annotation('
', ''); } else if (current_user_can('update_core')) { printf( // translators: %s: URL to WordPress Updates screen. ' '.esc_html__( 'Please update WordPress.', "chaty"), esc_url(self_admin_url('update-core.php')) ); } else if (current_user_can('update_php')) { printf( // translators: %s: URL to Update PHP page. ' '.esc_html__( 'Learn more about updating PHP.', "chaty"), esc_url(wp_get_update_php_url()) ); wp_update_php_annotation('
', ''); }//end if } else if (! $compatible_wp) { esc_html_e('This plugin doesn’t work with your version of WordPress.', "chaty"); if (current_user_can('update_core')) { printf( // translators: %s: URL to WordPress Updates screen. ' '.esc_html__( 'Please update WordPress.', "chaty"), esc_url(self_admin_url('update-core.php')) ); } } else if (! $compatible_php) { esc_html_e('This plugin doesn’t work with your version of PHP.', 'chaty'); if (current_user_can('update_php')) { printf( // translators: %s: URL to Update PHP page. ' '.esc_html__( 'Learn more about updating PHP.', "chaty"), esc_url(wp_get_update_php_url()) ); wp_update_php_annotation('
', ''); } }//end if echo '