PluginProbe
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin / 1.9.0
PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin v1.9.0
trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.1 All 71 releases
pdf-print / bws_menu / product_list.php

product_list.php in PDF & Print by BestWebSoft – WordPress Posts and Pages PDF Generator Plugin 1.9.0, at bws_menu/product_list.php

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