css
4 years ago
fonts
4 years ago
icons
4 years ago
images
4 years ago
js
4 years ago
languages
4 years ago
bws_functions.php
4 years ago
bws_include.php
4 years ago
bws_menu.php
4 years ago
class-bws-settings.php
4 years ago
deactivation-form.php
4 years ago
deprecated.php
4 years ago
product_list.php
4 years ago
product_list.php
510 lines
| 1 | <?php |
| 2 | /* |
| 3 | * BestWebSoft product list |
| 4 | */ |
| 5 | global $bws_plugin_info, $wp_version; |
| 6 | |
| 7 | $bws_plugins_category = array( |
| 8 | 'admin-tools' => array( 'name' => __( 'Admin Tools', 'bestwebsoft' ) ), |
| 9 | 'content' => array( 'name' => __( 'Content', 'bestwebsoft' ) ), |
| 10 | 'ecommerce' => array( 'name' => __( 'eCommerce', 'bestwebsoft' ) ), |
| 11 | 'marketing' => array( 'name' => __( 'Marketing', 'bestwebsoft' ) ), |
| 12 | 'navigation' => array( 'name' => __( 'Navigation', 'bestwebsoft' ) ), |
| 13 | 'recommended' => array( 'name' => __( 'Recommended', 'bestwebsoft' ) ), |
| 14 | 'security' => array( 'name' => __( 'Security', 'bestwebsoft' ) ), |
| 15 | 'seo' => array( 'name' => __( 'SEO', 'bestwebsoft' ) ), |
| 16 | 'smm' => array( 'name' => __( 'SMM', 'bestwebsoft' ) ), |
| 17 | ); |
| 18 | |
| 19 | $bws_plugins = array( |
| 20 | 'bike-rental/bike-rental.php' => array( |
| 21 | 'category' => array( 'ecommerce' ), |
| 22 | 'name' => 'Bike Rental', |
| 23 | 'description' => __( 'Give a birth for your bike rental and booking WordPress website.', 'bestwebsoft' ), |
| 24 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bike-rental/?k=04387cfc31fc8b9553e4741392762231&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 25 | 'settings' => 'edit.php?post_type=bws_bike&page=bkng_general_settings', |
| 26 | 'pro_version' => 'bike-rental-pro/bike-rental-pro.php', |
| 27 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/bike-rental/buy/?k=9b3222b005340035eaead38a7a495a0d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 28 | 'pro_settings' => 'edit.php?post_type=bws_bike&page=bkrntl_bws_bike_settings', |
| 29 | 'icon' => bws_menu_url( "icons/plugins/" ) . 'bike-rental.png', |
| 30 | 'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/bike-rental/' |
| 31 | ), |
| 32 | 'captcha-bws/captcha-bws.php' => array( |
| 33 | 'category' => array( 'security', 'recommended' ), |
| 34 | 'name' => 'Captcha', |
| 35 | 'description' => __( 'Best secure captcha plugin to protect your WordPress forms.', 'bestwebsoft' ), |
| 36 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 37 | 'settings' => 'admin.php?page=captcha.php', |
| 38 | 'pro_version' => 'captcha-pro/captcha_pro.php', |
| 39 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 40 | 'pro_settings' => 'admin.php?page=captcha_pro.php' |
| 41 | ), |
| 42 | 'bws-car-rental/bws-car-rental.php' => array( |
| 43 | 'category' => array( 'ecommerce' ), |
| 44 | 'name' => 'Car Rental V2', |
| 45 | 'description' => __( 'Create your own rental website for car renting and booking.', 'bestwebsoft' ), |
| 46 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/?k=ca43df54beefae7128a7005bce0ec651&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 47 | 'settings' => 'admin.php?page=bws-car-rental-settings', |
| 48 | 'pro_version' => 'bws-car-rental-pro/bws-car-rental-pro.php', |
| 49 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/buy/?k=63cac1b736047a3f5a2f5a7c5336f3c4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 50 | 'pro_settings' => 'edit.php?post_type=bws_bkng_products&page=bws-car-rental-pro-settings', |
| 51 | 'icon' => '//ps.w.org/car-rental/assets/icon-128x128.png', |
| 52 | 'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/car-rental-v2/' |
| 53 | ), |
| 54 | 'columns-bws/columns-bws.php' => array( |
| 55 | 'category' => array( 'content' ), |
| 56 | 'name' => 'Columns', |
| 57 | 'description' => __( 'Add columns with custom content to WordPress website pages, posts, widgets, etc.', 'bestwebsoft' ), |
| 58 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/columns/?k=6d2cddc059a04e4d528cec14de47fb1e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 59 | 'settings' => 'admin.php?page=columns-settings.php' |
| 60 | ), |
| 61 | 'contact-form-plugin/contact_form.php' => array( |
| 62 | 'category' => array( 'marketing', 'recommended' ), |
| 63 | 'name' => 'Contact Form', |
| 64 | 'description' => __( 'Allow customers to reach you using secure contact form plugin any website must have.', 'bestwebsoft' ), |
| 65 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form/?k=012327ef413e5b527883e031d43b088b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 66 | 'settings' => 'admin.php?page=contact_form.php', |
| 67 | 'pro_version' => 'contact-form-pro/contact_form_pro.php', |
| 68 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form/buy/?k=773dc97bb3551975db0e32edca1a6d71&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 69 | 'pro_settings' => 'admin.php?page=contact_form_pro.php' |
| 70 | ), |
| 71 | 'contact-form-multi/contact-form-multi.php' => array( |
| 72 | 'category' => array( 'marketing', 'recommended' ), |
| 73 | 'name' => 'Contact Form Multi', |
| 74 | 'description' => __( 'Add unlimited number of contact forms to WordPress website.', 'bestwebsoft' ), |
| 75 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/?k=83cdd9e72a9f4061122ad28a67293c72&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 76 | 'settings' => '', |
| 77 | 'pro_version' => 'contact-form-multi-pro/contact-form-multi-pro.php', |
| 78 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-multi/buy/?k=fde3a18581c143654f060c398b07e8ac&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 79 | 'pro_settings' => '' |
| 80 | ), |
| 81 | 'contact-form-to-db/contact_form_to_db.php' => array( |
| 82 | 'category' => array( 'admin-tools', 'recommended' ), |
| 83 | 'name' => 'Contact Form to DB', |
| 84 | 'description' => __( 'Save and manage Contact Form messages. Never lose important data.', 'bestwebsoft' ), |
| 85 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/?k=ba3747d317c2692e4136ca096a8989d6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 86 | 'settings' => 'admin.php?page=contact_form_to_db.php', |
| 87 | 'pro_version' => 'contact-form-to-db-pro/contact_form_to_db_pro.php', |
| 88 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/contact-form-to-db/buy/?k=6ce5f4a9006ec906e4db643669246c6a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 89 | 'pro_settings' => 'admin.php?page=contact_form_to_db_pro.php' |
| 90 | ), |
| 91 | 'custom-admin-page/custom-admin-page.php' => array( |
| 92 | 'category' => array( 'admin-tools' ), |
| 93 | 'name' => 'Custom Admin Page', |
| 94 | 'description' => __( 'Add unlimited custom pages to WordPress admin dashboard.', 'bestwebsoft' ), |
| 95 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/?k=9ac03f16c25e845e8e055a221c3e1467&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 96 | 'settings' => 'edit.php?post_type=bws-admin_page&page=custom-admin-page.php', |
| 97 | 'pro_version' => 'custom-admin-page-pro/custom-admin-page-pro.php', |
| 98 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-admin-page/buy/?k=b986f456dba092b537f1a7755a363be9&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 99 | 'pro_settings' => 'edit.php?post_type=bws-admin_page&page=custom-admin-page-pro.php' |
| 100 | ), |
| 101 | 'custom-search-plugin/custom-search-plugin.php' => array( |
| 102 | 'category' => array( 'navigation' ), |
| 103 | 'name' => 'Custom Search', |
| 104 | 'description' => __( 'Add custom post types and taxonomies to WordPress website search results.', 'bestwebsoft' ), |
| 105 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-search/?k=933be8f3a8b8719d95d1079d15443e29&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 106 | 'settings' => 'admin.php?page=custom_search.php', |
| 107 | 'pro_version' => 'custom-search-pro/custom-search-pro.php', |
| 108 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/custom-search/buy/?k=062b652ac6ac8ba863c9f30fc21d62c6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 109 | 'pro_settings' => 'admin.php?page=custom_search_pro.php' |
| 110 | ), |
| 111 | 'donate-button/donate.php' => array( |
| 112 | 'category' => array( 'ecommerce' ), |
| 113 | 'name' => 'Donate', |
| 114 | 'description' => __( 'Add PayPal and 2CO donate buttons to receive charity payments.', 'bestwebsoft' ), |
| 115 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/donate/?k=a8b2e2a56914fb1765dd20297c26401b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 116 | 'settings' => 'admin.php?page=donate.php' |
| 117 | ), |
| 118 | 'error-log-viewer/error-log-viewer.php' => array( |
| 119 | 'category' => array( 'admin-tools' ), |
| 120 | 'name' => 'Error Log Viewer', |
| 121 | 'description' => __( 'Get latest error log messages to diagnose website problems. Define and fix issues faster.', 'bestwebsoft' ), |
| 122 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/error-log-viewer/?k=da0de8bd2c7a0b2fea5df64d55a368b3&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 123 | 'settings' => 'admin.php?page=rrrlgvwr.php&tab=settings' |
| 124 | ), |
| 125 | 'facebook-button-plugin/facebook-button-plugin.php' => array( |
| 126 | 'category' => array( 'smm' ), |
| 127 | 'name' => 'Like & Share', |
| 128 | 'description' => __( 'Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and widgets.', 'bestwebsoft' ), |
| 129 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/?k=05ec4f12327f55848335802581467d55&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 130 | 'settings' => 'admin.php?page=facebook-button-plugin.php', |
| 131 | 'pro_version' => 'facebook-button-pro/facebook-button-pro.php', |
| 132 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/facebook-like-button/buy/?k=8da168e60a831cfb3525417c333ad275&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 133 | 'pro_settings' => 'admin.php?page=facebook-button-pro.php' |
| 134 | ), |
| 135 | 'gallery-plugin/gallery-plugin.php' => array( |
| 136 | 'category' => array( 'content', 'recommended' ), |
| 137 | 'name' => 'Gallery', |
| 138 | 'description' => __( 'Add beautiful galleries, albums & images to your WordPress website in a few clicks.', 'bestwebsoft' ), |
| 139 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/?k=2da21c0a64eec7ebf16337fa134c5f78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 140 | 'settings' => 'admin.php?page=gallery-plugin.php', |
| 141 | 'pro_version' => 'gallery-plugin-pro/gallery-plugin-pro.php', |
| 142 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/gallery/buy/?k=382e5ce7c96a6391f5ffa5e116b37fe0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 143 | 'pro_settings' => 'admin.php?page=gallery-plugin-pro.php' |
| 144 | ), |
| 145 | 'bws-google-2-step-verification/bws-google-2-step-verification.php' => array( |
| 146 | 'category' => array( 'security' ), |
| 147 | 'name' => '2-Step Verification', |
| 148 | 'description' => __( 'Stronger security solution which protects your WordPress website from hacks and unauthorized login attempts.', 'bestwebsoft' ), |
| 149 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-2-step-verification/?k=78de1a525f968d56e39f7325908aa98e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 150 | 'settings' => 'admin.php?page=google-2-step-verification.php', |
| 151 | 'pro_version' => 'bws-google-2-step-verification-pro/bws-google-2-step-verification-pro.php', |
| 152 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-2-step-verification/buy/?k=b5605ea9bb3628682cfa416e70e78410&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 153 | 'pro_settings' => 'admin.php?page=google-2-step-verification-pro.php' |
| 154 | ), |
| 155 | 'adsense-plugin/adsense-plugin.php' => array( |
| 156 | 'category' => array( 'marketing' ), |
| 157 | 'name' => 'Google Ads', |
| 158 | 'description' => __( 'Add Adsense ads to WordPress website pages, posts, custom posts, search results, categories, tags, and widgets.', 'bestwebsoft' ), |
| 159 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/?k=60e3979921e354feb0347e88e7d7b73d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 160 | 'settings' => 'admin.php?page=adsense-plugin.php', |
| 161 | 'pro_version' => 'adsense-pro/adsense-pro.php', |
| 162 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-adsense/buy/?k=c23889b293d62aa1ad2c96513405f0e1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 163 | 'pro_settings' => 'admin.php?page=adsense-pro.php' |
| 164 | ), |
| 165 | 'bws-google-analytics/bws-google-analytics.php' => array( |
| 166 | 'category' => array( 'admin-tools' ), |
| 167 | 'name' => 'Analytics', |
| 168 | 'description' => __( 'Add Google Analytics code to WordPress website and track basic stats.', 'bestwebsoft' ), |
| 169 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-analytics/?k=261c74cad753fb279cdf5a5db63fbd43&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 170 | 'settings' => 'admin.php?page=bws-google-analytics.php', |
| 171 | 'pro_version' => 'bws-google-analytics-pro/bws-google-analytics-pro.php', |
| 172 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-analytics/buy/?k=83796e84fec3f70ecfcc8894a73a6c4a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 173 | 'pro_settings' => 'admin.php?page=bws-google-analytics-pro.php' |
| 174 | ), |
| 175 | 'google-captcha/google-captcha.php' => array( |
| 176 | 'category' => array( 'security', 'recommended' ), |
| 177 | 'name' => 'reCaptcha', |
| 178 | 'description' => __( 'Protect WordPress website forms from spam entries with reCaptcha.', 'bestwebsoft' ), |
| 179 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/?k=7b59fbe542acf950b29f3e020d5ad735&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 180 | 'settings' => 'admin.php?page=google-captcha.php', |
| 181 | 'pro_version' => 'google-captcha-pro/google-captcha-pro.php', |
| 182 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-captcha/buy/?k=773d30149acf1edc32e5c0766b96c134&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 183 | 'pro_settings' => 'admin.php?page=google-captcha-pro.php' |
| 184 | ), |
| 185 | 'bws-google-maps/bws-google-maps.php' => array( |
| 186 | 'category' => array( 'content' ), |
| 187 | 'name' => 'Maps', |
| 188 | 'description' => __( 'Add customized Google maps to WordPress posts, pages and widgets.', 'bestwebsoft' ), |
| 189 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-maps/?k=d8fac412d7359ebaa4ff53b46572f9f7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 190 | 'settings' => 'admin.php?page=bws-google-maps.php', |
| 191 | 'pro_version' => 'bws-google-maps-pro/bws-google-maps-pro.php', |
| 192 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/bws-google-maps/buy/?k=117c3f9fc17f2c83ef430a8a9dc06f56&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 193 | 'pro_settings' => 'admin.php?page=bws-google-maps-pro.php' |
| 194 | ), |
| 195 | 'google-sitemap-plugin/google-sitemap-plugin.php' => array( |
| 196 | 'category' => array( 'seo', 'recommended' ), |
| 197 | 'name' => 'Sitemap', |
| 198 | 'description' => __( 'Generate and add XML sitemap to WordPress website. Help search engines index your blog.', 'bestwebsoft' ), |
| 199 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/?k=5202b2f5ce2cf85daee5e5f79a51d806&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 200 | 'settings' => 'admin.php?page=google-sitemap-plugin.php', |
| 201 | 'pro_version' => 'google-sitemap-pro/google-sitemap-pro.php', |
| 202 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/google-sitemap/buy/?k=7ea384a5cc36cb4c22741caa20dcd56d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 203 | 'pro_settings' => 'admin.php?page=google-sitemap-pro.php' |
| 204 | ), |
| 205 | 'google-shortlink/google-shortlink.php' => array( |
| 206 | 'category' => array( 'seo' ), |
| 207 | 'name' => 'Shortlink', |
| 208 | 'description' => __( 'Replace external WordPress website links with Google shortlinks and track click stats.', 'bestwebsoft' ), |
| 209 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/google-shortlink/?k=afcf3eaed021bbbbeea1090e16bc22db&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 210 | 'settings' => 'admin.php?page=gglshrtlnk_options' |
| 211 | ), |
| 212 | 'htaccess/htaccess.php' => array( |
| 213 | 'category' => array( 'security' ), |
| 214 | 'name' => 'Htaccess', |
| 215 | 'description' => __( 'Protect WordPress website – allow and deny access for certain IP addresses, hostnames, etc.', 'bestwebsoft' ), |
| 216 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/htaccess/?k=2b865fcd56a935d22c5c4f1bba52ed46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 217 | 'settings' => 'admin.php?page=htaccess.php', |
| 218 | 'pro_version' => 'htaccess-pro/htaccess-pro.php', |
| 219 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/htaccess/buy/?k=59e9209a32864be534fda77d5e591c15&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 220 | 'pro_settings' => 'admin.php?page=htaccess-pro.php' |
| 221 | ), |
| 222 | 'job-board/job-board.php' => array( |
| 223 | 'category' => array( 'ecommerce' ), |
| 224 | 'name' => 'Job Board', |
| 225 | 'description' => __( 'Create your personal job board and listing WordPress website. Search jobs, submit CV/resumes, choose candidates.', 'bestwebsoft' ), |
| 226 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/job-board/?k=b0c504c9ce6edd6692e04222af3fed6f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 227 | 'settings' => 'admin.php?page=job-board.php' |
| 228 | ), |
| 229 | 'limit-attempts/limit-attempts.php' => array( |
| 230 | 'category' => array( 'security', 'recommended' ), |
| 231 | 'name' => 'Limit Attempts', |
| 232 | 'description' => __( 'Protect WordPress website against brute force attacks. Limit rate of login attempts.', 'bestwebsoft' ), |
| 233 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/limit-attempts/?k=b14e1697ee4d008abcd4bd34d492573a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 234 | 'settings' => 'admin.php?page=limit-attempts.php', |
| 235 | 'pro_version' => 'limit-attempts-pro/limit-attempts-pro.php', |
| 236 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/limit-attempts/buy/?k=9d42cdf22c7fce2c4b6b447e6a2856e0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 237 | 'pro_settings' => 'admin.php?page=limit-attempts-pro.php' |
| 238 | ), |
| 239 | 'bws-linkedin/bws-linkedin.php' => array( |
| 240 | 'category' => array( 'smm' ), |
| 241 | 'name' => 'LinkedIn', |
| 242 | 'description' => __( 'Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. 5 plugins included – profile, insider, etc.', 'bestwebsoft' ), |
| 243 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/?k=d63c7319622ccc5f589dd2d545c1d77c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 244 | 'settings' => 'admin.php?page=linkedin.php', |
| 245 | 'pro_version' => 'bws-linkedin-pro/bws-linkedin-pro.php', |
| 246 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/linkedin/buy/?k=41dcc36192994408d24b103a02134567&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 247 | 'pro_settings' => 'admin.php?page=linkedin-pro.php' |
| 248 | ), |
| 249 | 'multilanguage/multilanguage.php' => array( |
| 250 | 'category' => array( 'content', 'recommended' ), |
| 251 | 'name' => 'Multilanguage', |
| 252 | 'description' => __( 'Translate WordPress website content to other languages manually. Create multilingual pages, posts, widgets, menus, etc.', 'bestwebsoft' ), |
| 253 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/multilanguage/?k=7d68c7bfec2486dc350c67fff57ad433&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 254 | 'settings' => 'admin.php?page=mltlngg_settings', |
| 255 | 'pro_version' => 'multilanguage-pro/multilanguage-pro.php', |
| 256 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/multilanguage/buy/?k=2d1121cd9a5ced583fc29eefd51bdf57&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 257 | 'pro_settings' => 'admin.php?page=mltlnggpr_settings' |
| 258 | ), |
| 259 | 'pagination/pagination.php' => array( |
| 260 | 'category' => array( 'navigation' ), |
| 261 | 'name' => 'Pagination', |
| 262 | 'description' => __( 'Add customizable pagination to WordPress website. Split long content to multiple pages for better navigation.', 'bestwebsoft' ), |
| 263 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pagination/?k=22adb940256f149559ba8fedcd728ac8&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 264 | 'settings' => 'admin.php?page=pagination.php', |
| 265 | 'pro_version' => 'pagination-pro/pagination-pro.php', |
| 266 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/pagination/buy/?k=b87201d5a0505c621d0b14f4e8d4ccd6&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 267 | 'pro_settings' => 'admin.php?page=pagination-pro.php' |
| 268 | ), |
| 269 | 'pdf-print/pdf-print.php' => array( |
| 270 | 'category' => array( 'content' ), |
| 271 | 'name' => 'PDF & Print', |
| 272 | 'description' => __( 'Generate PDF files and print WordPress posts/pages. Customize document header/footer styles and appearance.', 'bestwebsoft' ), |
| 273 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pdf-print/?k=bfefdfb522a4c0ff0141daa3f271840c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 274 | 'settings' => 'admin.php?page=pdf-print.php', |
| 275 | 'pro_version' => 'pdf-print-pro/pdf-print-pro.php', |
| 276 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/pdf-print/buy/?k=fd43a0e659ddc170a9060027cbfdcc3a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 277 | 'pro_settings' => 'admin.php?page=pdf-print-pro.php' |
| 278 | ), |
| 279 | 'bws-pinterest/bws-pinterest.php' => array( |
| 280 | 'category' => array( 'smm' ), |
| 281 | 'name' => 'Pinterest', |
| 282 | 'description' => __( 'Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, Profile) to WordPress posts, pages and widgets.', 'bestwebsoft' ), |
| 283 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/?k=504107b6213f247a67fe7ffb94e97c78&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 284 | 'settings' => 'admin.php?page=pinterest.php', |
| 285 | 'pro_version' => 'bws-pinterest-pro/bws-pinterest-pro.php', |
| 286 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/pinterest/buy/?k=ab0069edd1914a3ca8f541bfd88bb0bb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 287 | 'pro_settings' => 'admin.php?page=pinterest-pro.php' |
| 288 | ), |
| 289 | 'portfolio/portfolio.php' => array( |
| 290 | 'category' => array( 'content', 'recommended' ), |
| 291 | 'name' => 'Portfolio', |
| 292 | 'description' => __( 'Create your personal portfolio WordPress website. Manage and showcase past projects to get more clients.', 'bestwebsoft' ), |
| 293 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/portfolio/?k=1249a890c5b7bba6bda3f528a94f768b&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 294 | 'settings' => 'admin.php?page=portfolio.php', |
| 295 | 'pro_version' => 'portfolio-pro/portfolio-pro.php', |
| 296 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/portfolio/buy/?k=2cc716026197d36538a414b728e49fdd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 297 | 'pro_settings' => 'admin.php?page=portfolio-pro.php' |
| 298 | ), |
| 299 | 'post-to-csv/post-to-csv.php' => array( |
| 300 | 'category' => array( 'admin-tools' ), |
| 301 | 'name' => 'Post to CSV', |
| 302 | 'description' => __( 'Export WordPress posts to CSV file format easily. Configure data order.', 'bestwebsoft' ), |
| 303 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/post-to-csv/?k=653aa55518ae17409293a7a894268b8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 304 | 'settings' => 'admin.php?page=post-to-csv.php', |
| 305 | 'pro_version' => 'post-to-csv-pro/post-to-csv-pro.php', |
| 306 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/post-to-csv/buy/?k=b6521601d1579ed9c556ba98234f2d8f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 307 | 'pro_settings' => 'admin.php?page=post-to-csv-pro.php' |
| 308 | ), |
| 309 | 'profile-extra-fields/profile-extra-fields.php' => array( |
| 310 | 'category' => array( 'admin-tools' ), |
| 311 | 'name' => 'Profile Extra Fields', |
| 312 | 'description' => __( 'Add extra fields to default WordPress user profile. The easiest way to create and manage additional custom values.', 'bestwebsoft' ), |
| 313 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/profile-extra-fields/?k=fe3b6c3dbc80bd4b1cf9a27a2f339820&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 314 | 'settings' => 'admin.php?page=profile-extra-fields.php', |
| 315 | 'pro_version' => 'profile-extra-fields-pro/profile-extra-fields-pro.php', |
| 316 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/profile-extra-fields/buy/?k=a1f0b20e50ea10e5453aba399de496c0&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 317 | 'pro_settings' => 'admin.php?page=profile-extra-fields-pro.php' |
| 318 | ), |
| 319 | 'promobar/promobar.php' => array( |
| 320 | 'category' => array( 'marketing' ), |
| 321 | 'name' => 'PromoBar', |
| 322 | 'description' => __( 'Add and display HTML advertisement banner on WordPress website. Customize bar styles and appearance.', 'bestwebsoft' ), |
| 323 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/promobar/?k=619eac2232d9cfa382c4e678c3b14766&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 324 | 'settings' => 'admin.php?page=promobar.php', |
| 325 | 'pro_version' => 'promobar-pro/promobar-pro.php', |
| 326 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/promobar/buy/?k=a9b09708502f12a1483532ba12fe2103&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 327 | 'pro_settings' => 'admin.php?page=promobar-pro.php' |
| 328 | ), |
| 329 | 'quotes-and-tips/quotes-and-tips.php' => array( |
| 330 | 'category' => array( 'content' ), |
| 331 | 'name' => 'Quotes and Tips', |
| 332 | 'description' => __( 'Add customizable quotes and tips blocks to WordPress posts, pages and widgets.', 'bestwebsoft' ), |
| 333 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/quotes-and-tips/?k=5738a4e85a798c4a5162240c6515098d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 334 | 'settings' => 'admin.php?page=quotes-and-tips.php' |
| 335 | ), |
| 336 | 'rating-bws/rating-bws.php' => array( |
| 337 | 'category' => array( 'marketing' ), |
| 338 | 'name' => 'Rating', |
| 339 | 'description' => __( 'Add rating plugin to your WordPress website to receive feedback from your customers.', 'bestwebsoft' ), |
| 340 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/rating/?k=c00e0824bb999735a3224616ef51f4c5&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 341 | 'settings' => 'admin.php?page=rating.php', |
| 342 | 'pro_version' => 'rating-bws-pro/rating-bws-pro.php', |
| 343 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/rating/buy/?k=ba459f3115edb7be610e8d6f8e05df6c&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 344 | 'pro_settings' => 'admin.php?page=rating-bws-pro.php' |
| 345 | ), |
| 346 | 'realty/realty.php' => array( |
| 347 | 'category' => array( 'ecommerce' ), |
| 348 | 'name' => 'Realty', |
| 349 | 'description' => __( 'Create your personal real estate WordPress website. Sell, rent and buy properties. Add, search and browse listings easily.', 'bestwebsoft' ), |
| 350 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/?k=d55de979dbbbb7af0b2ff1d7f43884fa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 351 | 'settings' => 'admin.php?page=realty_settings', |
| 352 | 'pro_version' => 'realty-pro/realty-pro.php', |
| 353 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/realty/buy/?k=c7791f0a72acfb36f564a614dbccb474&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 354 | 'pro_settings' => 'admin.php?page=realty_pro_settings' |
| 355 | ), |
| 356 | 'relevant/related-posts-plugin.php' => array( |
| 357 | 'category' => array( 'marketing', 'recommended' ), |
| 358 | 'name' => 'Relevant - Related, Featured, Latest, and Popular Posts', |
| 359 | 'description' => __( 'Add related, featured, latest, and popular posts to your WordPress website. Connect your blog readers with a relevant content.', 'bestwebsoft' ), |
| 360 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/related-posts/?k=73fb737037f7141e66415ec259f7e426&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 361 | 'settings' => 'admin.php?page=related-posts-plugin.php' |
| 362 | ), |
| 363 | 'sender/sender.php' => array( |
| 364 | 'category' => array( 'marketing', 'recommended' ), |
| 365 | 'name' => 'Sender', |
| 366 | 'description' => __( 'Send bulk email messages to WordPress users. Custom templates, advanced settings and detailed reports.', 'bestwebsoft' ), |
| 367 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/sender/?k=89c297d14ba85a8417a0f2fc05e089c7&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 368 | 'settings' => 'admin.php?page=sndr_settings', |
| 369 | 'pro_version' => 'sender-pro/sender-pro.php', |
| 370 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/sender/buy/?k=dc5d1a87bdc8aeab2de40ffb99b38054&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 371 | 'pro_settings' => 'admin.php?page=sndrpr_settings' |
| 372 | ), |
| 373 | 'slider-bws/slider-bws.php' => array( |
| 374 | 'category' => array( 'content' ), |
| 375 | 'name' => 'Slider', |
| 376 | 'description' => __( 'The best responsive slider plugin for your WordPress website. Create beautifully animated slides just in a few clicks.', 'bestwebsoft' ), |
| 377 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/slider/?k=02acebf8531b2995e7de8474ae28e290&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 378 | 'settings' => 'admin.php?page=slider-settings.php' |
| 379 | ), |
| 380 | 'bws-smtp/bws-smtp.php' => array( |
| 381 | 'category' => array( 'admin-tools' ), |
| 382 | 'name' => 'SMTP', |
| 383 | 'description' => __( 'Configure SMTP server to receive email messages from WordPress to Gmail, Yahoo, Hotmail and other services.', 'bestwebsoft' ), |
| 384 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/smtp/?k=0546419f962704429ad2d9b88567752f&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 385 | 'settings' => 'admin.php?page=bwssmtp_settings' |
| 386 | ), |
| 387 | 'social-buttons-pack/social-buttons-pack.php' => array( |
| 388 | 'category' => array( 'smm', 'recommended' ), |
| 389 | 'name' => 'Social Buttons Pack', |
| 390 | 'description' => __( 'Add social media buttons and widgets to WordPress posts, pages and widgets. FB, Twitter, Pinterest, LinkedIn.', 'bestwebsoft' ), |
| 391 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/?k=b6440fad9f54274429e536b0c61b42da&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 392 | 'settings' => 'admin.php?page=social-buttons.php', |
| 393 | 'pro_version' => 'social-buttons-pack-pro/social-buttons-pack-pro.php', |
| 394 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/social-buttons-pack/buy/?k=e7059cacde0d275b224a5d995c9160fd&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 395 | 'pro_settings' => 'admin.php?page=social-buttons-pro.php' |
| 396 | ), |
| 397 | 'social-login-bws/social-login-bws.php' => array( |
| 398 | 'category' => array( 'smm' ), |
| 399 | 'name' => 'Social Login', |
| 400 | 'description' => __( 'Add social media login, registration, and commenting to your WordPress website.', 'bestwebsoft' ), |
| 401 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/social-login/?k=62817c9c94f24129e40894e1d9c3f49d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 402 | 'settings' => 'admin.php?page=social-login.php' |
| 403 | ), |
| 404 | 'subscriber/subscriber.php' => array( |
| 405 | 'category' => array( 'marketing', 'recommended' ), |
| 406 | 'name' => 'Subscriber', |
| 407 | 'description' => __( 'Add email newsletter sign up form to WordPress posts, pages and widgets. Collect data and subscribe your users.', 'bestwebsoft' ), |
| 408 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/?k=a4ecc1b7800bae7329fbe8b4b04e9c88&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 409 | 'settings' => 'admin.php?page=subscriber.php', |
| 410 | 'pro_version' => 'subscriber-pro/subscriber-pro.php', |
| 411 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/subscriber/buy/?k=02dbb8b549925d9b74e70adc2a7282e4&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 412 | 'pro_settings' => 'admin.php?page=subscriber-pro.php' |
| 413 | ), |
| 414 | 'bws-testimonials/bws-testimonials.php' => array( |
| 415 | 'category' => array( 'marketing', 'recommended' ), |
| 416 | 'name' => 'Testimonials', |
| 417 | 'description' => __( 'Add testimonials and feedbacks from your customers to WordPress website posts, pages, and widgets.', 'bestwebsoft' ), |
| 418 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/testimonials/?k=3fe4bb89dc901c98e43a113e08f8db73&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 419 | 'settings' => 'admin.php?page=testimonials.php' |
| 420 | ), |
| 421 | 'timesheet/timesheet.php' => array( |
| 422 | 'category' => array( 'admin-tools' ), |
| 423 | 'name' => 'Timesheet', |
| 424 | 'description' => __( 'Best timesheet plugin for WordPress. Track employee time, streamline attendance and generate reports.', 'bestwebsoft' ), |
| 425 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/timesheet/?k=06a58bb78c17a43df01825925f05a5c1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 426 | 'settings' => 'admin.php?page=timesheet_settings', |
| 427 | 'pro_version' => 'timesheet-pro/timesheet-pro.php', |
| 428 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/timesheet/buy/?k=a448ce4cab0d365b7774c9bc3903b851&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 429 | 'pro_settings' => 'admin.php?page=timesheet_pro_settings' |
| 430 | ), |
| 431 | 'twitter-plugin/twitter.php' => array( |
| 432 | 'category' => array( 'smm' ), |
| 433 | 'name' => 'Twitter', |
| 434 | 'description' => __( 'Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts and pages.', 'bestwebsoft' ), |
| 435 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/?k=f8cb514e25bd7ec4974d64435c5eb333&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 436 | 'settings' => 'admin.php?page=twitter.php', |
| 437 | 'pro_version' => 'twitter-pro/twitter-pro.php', |
| 438 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/twitter/buy/?k=63ecbf0cc9cebf060b5a3c9362299700&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 439 | 'pro_settings' => 'admin.php?page=twitter-pro.php' |
| 440 | ), |
| 441 | 'updater/updater.php' => array( |
| 442 | 'category' => array( 'admin-tools', 'recommended' ), |
| 443 | 'name' => 'Updater', |
| 444 | 'description' => __( 'Automatically check and update WordPress website core with all installed plugins and themes to the latest versions.', 'bestwebsoft' ), |
| 445 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/updater/?k=66f3ecd4c1912009d395c4bb30f779d1&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 446 | 'settings' => 'admin.php?page=updater-options', |
| 447 | 'pro_version' => 'updater-pro/updater_pro.php', |
| 448 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/updater/buy/?k=cf633acbefbdff78545347fe08a3aecb&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 449 | 'pro_settings' => 'admin.php?page=updater-pro-options' |
| 450 | ), |
| 451 | 'user-role/user-role.php' => array( |
| 452 | 'category' => array( 'admin-tools' ), |
| 453 | 'name' => 'User Role', |
| 454 | 'description' => __( 'Powerful user role management plugin for WordPress website. Create, edit, copy, and delete user roles.', 'bestwebsoft' ), |
| 455 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/user-role/?k=dfe2244835c6fbf601523964b3f34ccc&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 456 | 'settings' => 'admin.php?page=user-role.php', |
| 457 | 'pro_version' => 'user-role-pro/user-role-pro.php', |
| 458 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/user-role/buy/?k=cfa9cea6613fb3d7c0a3622fa2faaf46&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 459 | 'pro_settings' => 'admin.php?page=user-role-pro.php' |
| 460 | ), |
| 461 | 'visitors-online/visitors-online.php' => array( |
| 462 | 'category' => array( 'admin-tools' ), |
| 463 | 'name' => 'Visitors Online', |
| 464 | 'description' => __( 'Display live count of online visitors who are currently browsing your WordPress website.', 'bestwebsoft' ), |
| 465 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/visitors-online/?k=93c28013a4f830671b3bba9502ed5177&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 466 | 'settings' => 'admin.php?page=visitors-online.php', |
| 467 | 'pro_version' => 'visitors-online-pro/visitors-online-pro.php', |
| 468 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/visitors-online/buy/?k=f9a746075ff8a0a6cb192cb46526afd2&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 469 | 'pro_settings' => 'admin.php?page=visitors-online-pro.php' |
| 470 | ), |
| 471 | 'zendesk-help-center/zendesk-help-center.php' => array( |
| 472 | 'category' => array( 'admin-tools' ), |
| 473 | 'name' => 'Help Center', |
| 474 | 'description' => __( 'Backup and export Zendesk Help Center content automatically to your WordPress website database.', 'bestwebsoft' ), |
| 475 | 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/?k=2a5fd2f4b2f4bde46f2ca44b8d15846d&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 476 | 'settings' => 'admin.php?page=zendesk_hc.php', |
| 477 | 'pro_version' => 'zendesk-help-center-pro/zendesk-help-center-pro.php', |
| 478 | 'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/zendesk-help-center/buy/?k=45199e4538b5befe4d9566868a61a3aa&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, |
| 479 | 'pro_settings' => 'admin.php?page=zendesk_hc_pro.php' |
| 480 | ) |
| 481 | ); |
| 482 | |
| 483 | $themes = array( |
| 484 | (object) array( |
| 485 | 'name' => 'Opening', |
| 486 | 'slug' => 'opening', |
| 487 | 'href' => 'https://bestwebsoft.com/products/wordpress/themes/opening-job-board-wordpress-theme/' |
| 488 | ), |
| 489 | (object) array( |
| 490 | 'name' => 'Real Estate', |
| 491 | 'slug' => 'realestate', |
| 492 | 'href' => 'https://bestwebsoft.com/products/wordpress/themes/real-estate-creative-wordpress-theme/' |
| 493 | ), |
| 494 | (object) array( |
| 495 | 'name' => 'Rent a Bike', |
| 496 | 'slug' => 'rent-a-bike', |
| 497 | 'href' => 'https://bestwebsoft.com/products/wordpress/themes/rent-a-bike-booking-wordpress-theme/' |
| 498 | ), |
| 499 | (object) array( |
| 500 | 'name' => 'Renty', |
| 501 | 'slug' => 'renty', |
| 502 | 'href' => 'https://bestwebsoft.com/products/wordpress/themes/renty-car-rental-booking-wordpress-theme/' |
| 503 | ), |
| 504 | (object) array( |
| 505 | 'name' => 'Unity', |
| 506 | 'slug' => 'unity', |
| 507 | 'href' => 'https://bestwebsoft.com/products/wordpress/themes/unity-multipurpose-wordpress-theme/' |
| 508 | ) |
| 509 | ); |
| 510 |