* @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 📌'; } ?>