PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 4.0.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v4.0.8
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | vendor/codeinwp/themeisle-sdk/src/Loader.php +43 -5 4.0.34.0.8 View file →
@@ -45,8 +45,9 @@
45 45 *
46 46 * @var array The modules which SDK will be using.
47 47 */
48 48 private static $available_modules = [
49 + 'crash_reporter',
49 50 'script_loader',
50 51 'dashboard_widget',
51 52 'rollback',
52 53 'uninstall_feedback',
@@ -197,13 +198,14 @@
197 198 'cta_info' => 'What info do we collect?',
198 199 'button_submit' => 'Submit & Deactivate',
199 200 'button_cancel' => 'Skip & Deactivate',
200 201 'disclosure' => [
201 - 'title' => 'Below is a detailed view of all data that Themeisle will receive if you fill in this survey. No email address or IP addresses are transmitted after you submit the survey.',
202 - 'version' => '%s %s version %s %s %s %s',
203 - 'website' => '%sCurrent website:%s %s %s %s',
204 - 'usage' => '%sUsage time:%s %s %s%s',
205 - 'reason' => '%s Uninstall reason %s %s Selected reason from the above survey %s ',
202 + 'title' => 'Below is a detailed view of all data that Themeisle will receive if you fill in this survey. No email address or IP addresses are transmitted after you submit the survey.',
203 + 'version' => '%s %s version %s %s %s %s',
204 + 'website' => '%sCurrent website:%s %s %s %s',
205 + 'usage' => '%sUsage time:%s %s %s%s',
206 + 'reason' => '%s Uninstall reason %s %s Selected reason from the above survey %s ',
207 + 'diagnostics' => '%sCrash diagnostics:%s Anonymized technical details of errors recorded for this product, if any.',
206 208 ],
207 209
208 210 'options' => [
209 211 'id3' => [
@@ -267,8 +269,44 @@
267 269 'teamImageCaption' => 'Our team in WCEU2022 in Portugal',
268 270 'newsHeading' => 'Stay connected for news & updates!',
269 271 'emailPlaceholder' => 'Your email address',
270 272 'signMeUp' => 'Sign me up',
273 + 'services' => [
274 + 'ariaLabel' => 'Themeisle services',
275 + 'trustpilotLabel' => 'Rated excellent on Trustpilot',
276 + 'trustpilotRated' => 'Rated',
277 + 'trustpilotOn' => 'on',
278 + 'trustpilotBrand' => 'Trustpilot',
279 + 'heading' => 'Expert WordPress services from the Themeisle team',
280 + 'description' => 'Done for you by the same people who build your plugins and themes.',
281 + 'cta' => 'Explore all services',
282 + 'items' => [
283 + 'websiteDesign' => [
284 + 'title' => 'Website Design',
285 + 'subtitle' => 'Built for your business',
286 + ],
287 + 'support' => [
288 + 'title' => 'Support',
289 + 'subtitle' => 'On-demand expert help',
290 + ],
291 + 'speed' => [
292 + 'title' => 'Speed Optimization',
293 + 'subtitle' => 'Core Web Vitals boost',
294 + ],
295 + 'seo' => [
296 + 'title' => 'SEO Foundation',
297 + 'subtitle' => 'Rank & get found',
298 + ],
299 + 'maintenance' => [
300 + 'title' => 'Maintenance',
301 + 'subtitle' => 'Updates, backups, security',
302 + ],
303 + 'hackedSite' => [
304 + 'title' => 'Hacked Site Repair',
305 + 'subtitle' => 'Malware removed fast',
306 + ],
307 + ],
308 + ],
271 309 'installNow' => 'Install Now',
272 310 'activate' => 'Activate',
273 311 'learnMore' => 'Learn More',
274 312 'installed' => 'Installed',