🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
mnt
/
web613
/
c2
/
38
/
570372438
/
htdocs
/
STRATO-apps
/
wordpress_02
/
app
/
wp-content
/
plugins
/
strato-assistant
/
cache
✏️
Editing: plugin-blog-meta.txt
a:4:{s:12:"antispam-bee";a:29:{s:4:"name";s:12:"Antispam Bee";s:4:"slug";s:12:"antispam-bee";s:7:"version";s:7:"2.11.12";s:6:"author";s:77:"<a href="https://profiles.wordpress.org/pluginkollektiv/">pluginkollektiv</a>";s:14:"author_profile";s:47:"https://profiles.wordpress.org/pluginkollektiv/";s:8:"requires";s:3:"4.6";s:6:"tested";s:3:"7.0";s:12:"requires_php";s:3:"5.2";s:16:"requires_plugins";a:0:{}s:6:"rating";i:96;s:7:"ratings";a:5:{i:5;i:213;i:4;i:2;i:3;i:1;i:2;i:2;i:1;i:8;}s:11:"num_ratings";i:226;s:15:"support_threads";i:3;s:24:"support_threads_resolved";i:3;s:10:"downloaded";i:12504867;s:12:"last_updated";s:21:"2026-05-29 7:13pm GMT";s:5:"added";s:10:"2009-01-10";s:8:"homepage";s:40:"https://antispambee.pluginkollektiv.org/";s:8:"sections";a:5:{s:11:"description";s:2454:"<p>Say Goodbye to comment spam on your WordPress blog or website. <em>Antispam Bee</em> blocks spam comments and trackbacks effectively, without captchas and without sending personal information to third party services. It is free of charge, ad-free and 100% GDPR compliant.</p> <h3>Feature/Settings Overview</h3> <ul> <li>Trust approved commenters.</li> <li>Trust commenters with a Gravatar.</li> <li>Consider the comment time.</li> <li>Allow comments only in a certain language.</li> <li>Block or allow commenters from certain countries.</li> <li>Treat BBCode links as spam.</li> <li>Use regular expressions.</li> <li>Search local spam database for commenters previously marked as spammers.</li> <li>Notify admins by e-mail about incoming spam.</li> <li>Delete existing spam after n days.</li> <li>Limit approval to comments/pings (will delete other comment types).</li> <li>Select spam indicators to send comments to deletion directly.</li> <li>Optionally exclude trackbacks and pingbacks from spam detection.</li> <li>Optionally spam-check comment forms on archive pages.</li> <li>Display spam statistics on the dashboard, including daily updates of spam detection rate and a total of blocked spam comments.</li> </ul> <h3>Support</h3> <ul> <li>Community support via the <a href="https://wordpress.org/support/plugin/antispam-bee" rel="ugc">support forums on wordpress.org</a></li> <li>Read <a href="https://antispambee.pluginkollektiv.org/documentation/" rel="nofollow ugc">the documentation</a></li> <li>We don’t handle support via e-mail, Twitter, GitHub issues etc.</li> </ul> <h3>Contribute</h3> <ul> <li>Active development of this plugin is handled <a href="https://github.com/pluginkollektiv/antispam-bee" rel="nofollow ugc">on GitHub</a>.</li> <li>Pull requests for documented bugs are highly appreciated.</li> <li>If you think you’ve found a bug (e.g. you’re experiencing unexpected behavior), please post at the <a href="https://wordpress.org/support/plugin/antispam-bee" rel="ugc">support forums</a> first.</li> <li>If you want to help us translate this plugin you can do so <a href="https://translate.wordpress.org/projects/wp-plugins/antispam-bee" rel="nofollow ugc">on WordPress Translate</a>.</li> </ul> <h3>Credits</h3> <ul> <li>Author: <a href="https://sergejmueller.github.io/" rel="nofollow ugc">Sergej Müller</a></li> <li>Maintainers: <a href="https://pluginkollektiv.org" rel="nofollow ugc">pluginkollektiv</a></li> </ul> ";s:12:"installation";s:634:"<ul> <li>If you don’t know how to install a plugin for WordPress, <a href="https://wordpress.org/documentation/article/manage-plugins/#automatic-plugin-installation-1" rel="ugc">here’s how</a>.</li> </ul> <h3>Requirements</h3> <ul> <li>PHP 5.2.4 or greater</li> <li>WordPress 4.5 or greater</li> </ul> <h3>Settings</h3> <p>After you have activated <em>Antispam Bee</em> the plugin will block spam comments out of the box. However, you may want to visit <em>Settings <span aria-hidden="true" class="wp-exclude-emoji">→</span> Antispam Bee</em> to configure your custom set of anti-spam options that works best for your site.</p> ";s:3:"faq";s:5015:" <dt id="does%20antispam%20bee%20prevents%20spam%20registrations%20or%20protects%20form%20plugins%3F"> Does Antispam Bee prevents spam registrations or protects form plugins? </h4> <p> <p>Antispam Bee works best with default WordPress comments. It does not help to protect form plugins and does not prevent spam registrations. Hopefully we can provide better hooks for third party plugins to use Antispam Bee to fill this gap in the forthcoming new major version.</p> </p> <dt id="does%20antispam%20bee%20work%20with%20jetpack%2C%20wpdiscuz%2C%20disqus%20comments%20and%20similar%20comment%20plugins%3F"> Does Antispam Bee work with Jetpack, wpDiscuz, Disqus Comments and similar comment plugins? </h4> <p> <p>Antispam Bee works best with default WordPress comments. It is not compatible with Jetpack, wpDiscuz or Disqus Comments as those plugins load a new comment form within an iframe. Thus Antispam Bee can not access the comment form directly.</p> </p> <dt id="does%20antispam%20bee%20work%20with%20ajax%20comment%20plugins%20or%20similar%20theme%20features%3F"> Does Antispam Bee work with AJAX comment plugins or similar theme features? </h4> <p> <p>Whether Antispam Bee works with a comment form submitted via AJAX depends on how the AJAX request is made. If the request goes to the file that usually also receives the comments, Antispam Bee could work with it out of the box (the <a href="https://wordpress.org/plugins/wp-ajaxify-comments/" rel="ugc">WP Ajaxify Comments</a> plugin does this, for example).</p> <p>If the comments are sent to the <code>admin-ajax.php</code>, the <code>antispam_bee_disallow_ajax_calls</code> filter must be used to run ASB for requests to that file as well. If the script does not send all form data to the file, but only some selected ones, further customization is probably necessary, as <a href="https://torstenlandsiedel.de/2020/10/04/ajaxifizierte-kommentare-und-antispam-bee/" rel="nofollow ugc">exemplified in this post by Torsten Landsiedel</a> (in German).</p> </p> <dt id="does%20antispam%20bee%20store%20any%20private%20user%20data%2C%20and%20is%20it%20compliant%20with%20gdpr%3F"> Does Antispam Bee store any private user data, and is it compliant with GDPR? </h4> <p> <p>Antispam Bee is developed in Europe. You might have heard we can be a bit nitpicky over here when it comes to privacy. The plugin does not save private user data and is 100% compliant with GDPR.</p> </p> <dt id="will%20i%20have%20to%20edit%20any%20theme%20templates%20to%20get%20antispam%20bee%20to%20work%3F"> Will I have to edit any theme templates to get Antispam Bee to work? </h4> <p> <p>No, the plugin works as is. You may want to configure your favorite settings, though.</p> </p> <dt id="does%20antispam%20bee%20work%20with%20shortened%20ips%3F"> Does Antispam Bee work with shortened IPs? </h4> <p> <p>Generally yes. However, commissioning the Antispam Bee plugin for canceled or shortened IP addresses in comment metadata is not recommended. Because the name and the e-mail address of the comments are not unique, an IP address is the only reliable measure. The more complete the stored IP addresses, the more reliable the assignment or detection of spam.</p> </p> <dt id="how%20can%20i%20submit%20undetected%20spam%3F"> How can I submit undetected spam? </h4> <p> <p>If the antispam plugin has passed some spam comments, these comments can be reported for analysis. A <a href="http://goo.gl/forms/ITzVHXkLVL" rel="nofollow ugc">Google table</a> was created for this purpose.</p> </p> <dt id="antispam%20bee%20with%20varnish%3F"> Antispam Bee with Varnish? </h4> <p> <p>If WordPress is operated with Apache + Varnish, the actual IP address of the visitors does not appear in WordPress. Accordingly the Antispam-Plugin lacks the base for the correct functionality. An adaptation in the Varnish configuration file /etc/varnish/default.vcl provides a remedy and forwards the original (not from Apache) IP address in the HTTP header X-Forwarded-For:</p> <blockquote> <p>if (req.restarts == 0) {<br /> set req.http.X-Forwarded-For = client.ip;<br /> }</p> </blockquote> </p> <dt id="are%20there%20some%20paid%20services%20or%20limitations%3F"> Are there some paid services or limitations? </h4> <p> <p>No, Antispam Bee is free forever, for both private and commercial projects. You can use it on as many sites as you want. There is no limitation to the number of sites you use the plugin on.</p> <p>A complete documentation is available on <a href="https://antispambee.pluginkollektiv.org/documentation/" rel="nofollow ugc">pluginkollektiv.org</a>.</p> </p> <dt id="how%20can%20i%20report%20security%20bugs%3F"> How can I report security bugs? </h4> <p> <p>You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team helps validate, triage and handle any security vulnerabilities. <a href="https://patchstack.com/database/vdp/445425e4-f5dd-4404-80a7-690999f5bcb3" rel="nofollow ugc">Report a security vulnerability.</a></p> </p> ";s:9:"changelog";s:11632:"<h3>2.11.12</h3> <ul> <li>Fix: Fatal error in the dashboard spam counter (Thanks @robertstaddon!)</li> </ul> <h3>2.11.11</h3> <ul> <li>Enhancement: Add shorturl.fm spam pattern</li> </ul> <h3>2.11.10</h3> <ul> <li>Fix: remove build-tool warnings from minified Javascript and CSS resources</li> </ul> <h3>2.11.9</h3> <ul> <li>Tweak: Improved compatibility with unquoted HTML attributes in comment forms</li> <li>Maintenance: Tested up to WordPress 7.0</li> </ul> <h3>2.11.8</h3> <ul> <li>Tweak: Minor code changes and housekeeping</li> <li>Tweak: Add link to Patchstack in readme</li> <li>Maintenance: Tested up to WordPress 6.8</li> </ul> <h3>2.11.7</h3> <ul> <li>Tweak: Use SCRIPT_NAME instead of REQUEST_URI to check path</li> <li>Fix: Remove <code>add_reasons_to_defaults()</code> from general initialization for better WordPress 6.7 compatibility</li> <li>Maintenance: Tested up to WordPress 6.7</li> </ul> <h3>2.11.6</h3> <ul> <li>Fix: Delete missed out option on uninstall (Thanks @okvee!)</li> <li>Tweak: Minor i18n improvements (Thanks Pedro!)</li> <li>Tweak: Minor code changes and housekeeping</li> <li>Tweak: Updated dependencies</li> </ul> <h3>2.11.5</h3> <p>IMPORTANT: If you use the country check and are behind a proxy or similar, you need to use the <code>antispam_bee_trusted_ip</code> filter to get the correct IP from a header like <code>HTTP_X_FORWARDED</code> (don’t return an empty value here, otherwise all comments are marked as spam).</p> <ul> <li>Fix: Usage of core filter <code>pre_comment_user_ip</code> breaks ASB if the IP address is removed for GDPR compliance</li> </ul> <h3>2.11.4</h3> <p>IMPORTANT: If you use the country check and are behind a proxy or similar, you need to use the <code>pre_comment_user_ip</code> filter to get the correct IP from a header like <code>HTTP_X_FORWARDED</code>.</p> <ul> <li>Fix: Read client IP for country check from <code>REMOTE_ADDR</code> only (filterable via <code>pre_comment_user_ip</code>)</li> <li>Fix: No spam reason in spam notification email, and related PHP warning</li> <li>Fix: Remove outdated info from readme</li> <li>Enhancement: Show upgrade notice on plugin overview page</li> <li>Maintenance: Tested up to WordPress 6.3</li> </ul> <h3>2.11.3</h3> <ul> <li>Fix: Multiselect for “Delete comments by spam reasons” was not saving values</li> <li>Fix: Fix broken link for ISO country codes</li> <li>Maintenance: Added test for PHP 8.2</li> <li>Maintenance: Tested up to WordPress 6.2</li> </ul> <h3>2.11.2</h3> <ul> <li>Tweak: remove superfluous translations</li> <li>Tweak: make FAQ link an anchor link</li> <li>Fix: spam counter no longer raises a warning with PHP 8.1 if no spam is present yet</li> <li>Fix: spam reasons are now localized correctly</li> <li>Fix: Translations were loaded twice on some admin pages</li> <li>Maintenance: Tested up to WordPress 6.1</li> </ul> <h3>2.11.1</h3> <ul> <li>Tweak: remove superfluous type attribute from inline script tag</li> <li>Maintenance: Tested up to WordPress 6.0</li> </ul> <h3>2.11.0</h3> <ul> <li>Fix: Allow empty comments if <code>allow_empty_comment</code> is set to true</li> <li>Fix: Add <code>aria-label</code> to work around bug in a11y testing tools</li> <li>Fix: Change priority for <code>comment_form_field_comment</code> from 10 to 99</li> <li>Tweak: Updated some FAQ entries</li> <li>Tweak: Updated build tooling</li> </ul> <h3>2.10.0</h3> <ul> <li>Fix: Switch from ip2country.info to iplocate.io for country check</li> <li>Enhancement: Use filter to add the honeypot field instead of output buffering for new installations and added option to switch between the both ways</li> <li>Tweak: Added comment user agent to regex pattern check</li> <li>Tweak: Make the ping detection filterable to support new comment types</li> <li>Tweak: Updated internal documentation links</li> <li>Tweak: Several updates and optimizations in the testing process</li> <li>Tweak: Adjust color palette to recent WP version</li> <li>Tweak: Adjust wording in variables and option names</li> <li>Readme: Add new contributor and clean up unused code</li> </ul> <h3>2.9.4</h3> <ul> <li>Enhancement: Add filter to allow ajax calls</li> <li>Tweak: Better wording for BBCode feature in plugin description</li> <li>Tweak: Better screenshots in the plugin directory</li> <li>Maintenance: Tested up to WordPress 5.7</li> </ul> <h3>2.9.3</h3> <ul> <li>Fixed: Compatibility with WordPress 5.5</li> <li>Fixed: Undefined index on spam list page</li> <li>Tweak: Better wording on settings page</li> <li>Tweak: AMP compatibility</li> <li>Tweak: Protect CSS from overwrite through bad themes</li> </ul> <h3>2.9.2</h3> <ul> <li>Fix: Delete comment meta for deleted old spam. For the cleanup of older orphaned comment meta we suggest the usage of <a href="https://wordpress.org/plugins/wp-sweep/" rel="ugc">WP Sweep</a></li> <li>Fix: Statistic in dashboard showed wrong value</li> <li>Tweak: Change autocomplete attribute to “new-password”</li> <li>Tweak: Autoptimize compatibility improved</li> <li>Tweak: Renamed blacklist/whitelist to a better phrase</li> <li>Tweak: Added new pattern</li> <li>Tweak: UI and text optimizations</li> <li>Tweak: Better compatibility with some server configurations</li> <li>Tweak: Make spam reason sortable and filterable</li> <li>Tweak: Add spam reason for manually marked spam</li> <li>Maintenance: Deleted unused code</li> <li>Maintenance: Removed Fake IP check (unreliable and producing false positives)</li> <li>Maintenance: Fix some coding standard issues</li> <li>Maintenance: Tested up to WordPress 5.4</li> <li>Maintenance: Tested up to PHP 7.4</li> </ul> <h3>2.9.1</h3> <ul> <li>Improved backend accessibility</li> <li>Prefilled comment textareas do now work with the honeypot</li> <li>Compatible with the AMP plugin (https://wordpress.org/plugins/amp/)</li> <li>Improved dashboard tooltips</li> <li>Improvements for the language detection API</li> <li>Scalable IP look up for local spam database</li> </ul> <h3>2.9.0</h3> <ul> <li>Introduction of coding standards.</li> <li>Switch to franc language detection API for the language check.</li> <li>Do not longer overwrite the IP address WordPress saves with the comment by using <code>pre_comment_user_ip</code>.</li> <li>Do not show “Trust commenters with a Gravatar” if the “Show Gravatar” option is not set.</li> <li>Skip the checks, when I ping myself.</li> <li>Fixes some wrong usages of the translation functions.</li> <li>Use the regular expressions check also for trackbacks.</li> <li>Add option to delete Antispam Bee related data when plugin gets deleted via the admin interface.</li> <li>Save a hashed + salted IP for every comment</li> <li>New check for incoming trackbacks.</li> <li>Introduction of behat tests.</li> <li>Updates the used JavaScript library for the statistics widget.</li> <li>Bugfix in the “Comment form used outside of posts” option.</li> </ul> <h3>2.8.1</h3> <ul> <li>PHP 5.3 compatibility</li> <li>Bugfix where a spam trackback produced a fatal error</li> <li>For more details see https://github.com/pluginkollektiv/antispam-bee/milestone/8?closed=1</li> </ul> <h3>2.8.0</h3> <ul> <li>Removed stopforumspam.com to avoid potential GDPR violation</li> <li>Improves IP handling to comply with GDPR</li> <li>Improves PHP7.2 compatibility</li> <li>Fixes small bug on mobile views</li> <li>Allow more than one language in language check</li> <li>Minor interface improvements</li> <li>Remove old russian and Dutch translation files</li> <li>For more details see https://github.com/pluginkollektiv/antispam-bee/milestone/4?closed=1</li> </ul> <h3>2.7.1</h3> <ul> <li>Fixes an incompatibility with Chrome autofill</li> <li>Fixes some incompatibilities with other plugins/themes where the comment field was left empty</li> <li>Support for RTL</li> <li>Solve some translation/language issues</li> <li>A new filter to add languages to the language check</li> <li>For more details see https://github.com/pluginkollektiv/antispam-bee/milestone/6?closed=1</li> </ul> <h3>2.7.0</h3> <ul> <li>Country check is back again (thanks to Sergej Müller for his amazing work and the service page)</li> <li>Improved Honeypot</li> <li>Language check through Google Translate API is back again (thanks to Simon Kraft of https://moenus.net/ for offering to cover the costs)</li> <li>More default Regexes</li> <li>Unit Test Framework</li> <li>Accessibility and GUI improvements</li> <li>An <a href="https://github.com/pluginkollektiv/antispam-bee/wiki" rel="nofollow ugc">english documentation</a> is now available, too. Some corrections in the german documentation.</li> <li>Some bugfixes – Among other things for WPML compatibility</li> <li>For more details see https://github.com/pluginkollektiv/antispam-bee/milestone/3?closed=1</li> </ul> <h3>2.6.9</h3> <ul> <li>Updates donation links throughout the plugin</li> <li>Fixes an error were JavaScript on the dashboard was erroneously being enqueued</li> <li>Ensures compatibility with the latest WordPress version</li> </ul> <h3>2.6.8</h3> <ul> <li>added a POT file</li> <li>updated German translation, added formal version</li> <li>updated plugin text domain to include a dash instead of an underscore</li> <li>updated, translated + formatted README.md</li> <li>updated expired link URLs in plugin and languages files</li> <li>updated <a href="https://pluginkollektiv.org/hello-world/" rel="nofollow ugc">plugin authors</a></li> </ul> <h3>2.6.7</h3> <ul> <li>Removal of functions <em>Block comments from specific countries</em> and <em>Allow comments only in certain language</em> for financial reasons – <a href="https://antispambee.pluginkollektiv.org/news/2015/removal-of-allow-comments-only-in-certain-language/" rel="nofollow ugc">more information</a></li> </ul> <h3>2.6.6</h3> <ul> <li>Switch to the official Google Translation API</li> <li><em>Release time investment (Development & QA): 2.5 h</em></li> </ul> <h3>2.6.5</h3> <ul> <li>Fix: Return parameters on <code>dashboard_glance_items</code> callback / thx <a href="https://twitter.com/toscho" rel="nofollow ugc">@toscho</a></li> <li>New function: Trust commenters with a Gravatar / thx <a href="https://twitter.com/glueckpress" rel="nofollow ugc">@glueckpress</a></li> <li>Additional plausibility checks and filters</li> <li><em>Release time investment (Development & QA): 12 h</em></li> </ul> <h3>2.6.4</h3> <ul> <li>Consideration of the comment time (Spam if a comment was written in less than 5 seconds) – <a href="https://antispambee.pluginkollektiv.org/news/2014/antispam-bee-2-6-4/" rel="nofollow ugc">more information</a></li> <li><em>Release time investment (Development & QA): 6.25 h</em></li> </ul> <h3>2.6.3</h3> <ul> <li>Sorting for the Antispam Bee column in the spam comments overview</li> <li>Code refactoring around the use of REQUEST_URI</li> <li><em>Release time investment (Development & QA): 2.75 h</em></li> </ul> <h3>2.6.2</h3> <ul> <li>Improving detection of fake IPs</li> <li><em>Release time investment (Development & QA): 11 h</em></li> </ul> <h3>2.6.1</h3> <ul> <li>Code refactoring of options management</li> <li>Support for <code>HTTP_FORWARDED_FOR</code> header</li> <li><em>Release time investment (Development & QA): 8.5 h</em></li> </ul> <h3>2.6.0</h3> <ul> <li>Optimizations for WordPress 3.8</li> <li>Clear invalid UTF-8 characters in comment fields</li> <li>Spam reason as a column in the table with spam comments</li> </ul> <p>For the complete changelog, check out our <a href="https://github.com/pluginkollektiv/antispam-bee" rel="nofollow ugc">GitHub repository</a>.</p> ";s:11:"screenshots";s:1094:"<ol><li><a href="https://ps.w.org/antispam-bee/assets/screenshot-1.png?rev=2898402"><img src="https://ps.w.org/antispam-bee/assets/screenshot-1.png?rev=2898402" alt="Block or allow comments from specific countries."></a><p>Block or allow comments from specific countries.</p></li><li><a href="https://ps.w.org/antispam-bee/assets/screenshot-2.png?rev=2898402"><img src="https://ps.w.org/antispam-bee/assets/screenshot-2.png?rev=2898402" alt="Allow comments only in certain languages."></a><p>Allow comments only in certain languages.</p></li><li><a href="https://ps.w.org/antispam-bee/assets/screenshot-3.png?rev=2898402"><img src="https://ps.w.org/antispam-bee/assets/screenshot-3.png?rev=2898402" alt="Add useful spam stats to your dashboard."></a><p>Add useful spam stats to your dashboard.</p></li><li><a href="https://ps.w.org/antispam-bee/assets/screenshot-4.png?rev=2898402"><img src="https://ps.w.org/antispam-bee/assets/screenshot-4.png?rev=2898402" alt="Tailor WordPress' spam management to your workflow."></a><p>Tailor WordPress' spam management to your workflow.</p></li></ol>";}s:17:"short_description";s:134:"Sophisticated antispam plugin for effective daily comment and trackback spam-fighting. Built with data protection and privacy in mind.";s:13:"download_link";s:63:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.12.zip";s:11:"screenshots";a:4:{i:1;a:2:{s:3:"src";s:65:"https://ps.w.org/antispam-bee/assets/screenshot-1.png?rev=2898402";s:7:"caption";s:48:"Block or allow comments from specific countries.";}i:2;a:2:{s:3:"src";s:65:"https://ps.w.org/antispam-bee/assets/screenshot-2.png?rev=2898402";s:7:"caption";s:41:"Allow comments only in certain languages.";}i:3;a:2:{s:3:"src";s:65:"https://ps.w.org/antispam-bee/assets/screenshot-3.png?rev=2898402";s:7:"caption";s:40:"Add useful spam stats to your dashboard.";}i:4;a:2:{s:3:"src";s:65:"https://ps.w.org/antispam-bee/assets/screenshot-4.png?rev=2898402";s:7:"caption";s:51:"Tailor WordPress' spam management to your workflow.";}}s:4:"tags";a:5:{s:9:"anti-spam";s:9:"anti-spam";s:8:"antispam";s:8:"antispam";s:8:"comments";s:8:"comments";s:11:"spam-filter";s:11:"spam filter";s:15:"spam-protection";s:15:"spam protection";}s:8:"versions";a:43:{s:6:"2.10.0";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.10.0.zip";s:6:"2.11.0";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.0.zip";s:6:"2.11.1";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.1.zip";s:7:"2.11.10";s:63:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.10.zip";s:7:"2.11.11";s:63:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.11.zip";s:7:"2.11.12";s:63:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.12.zip";s:6:"2.11.2";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.2.zip";s:6:"2.11.3";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.3.zip";s:6:"2.11.4";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.4.zip";s:6:"2.11.5";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.5.zip";s:6:"2.11.6";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.6.zip";s:6:"2.11.7";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.7.zip";s:6:"2.11.8";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.8.zip";s:6:"2.11.9";s:62:"https://downloads.wordpress.org/plugin/antispam-bee.2.11.9.zip";s:3:"2.2";s:59:"https://downloads.wordpress.org/plugin/antispam-bee.2.2.zip";s:3:"2.3";s:59:"https://downloads.wordpress.org/plugin/antispam-bee.2.3.zip";s:3:"2.4";s:59:"https://downloads.wordpress.org/plugin/antispam-bee.2.4.zip";s:5:"2.4.1";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.4.1.zip";s:5:"2.4.2";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.4.2.zip";s:5:"2.4.3";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.4.3.zip";s:5:"2.4.4";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.4.4.zip";s:5:"2.4.5";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.4.5.zip";s:5:"2.4.6";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.4.6.zip";s:5:"2.6.0";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.6.0.zip";s:5:"2.6.1";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.6.1.zip";s:5:"2.6.2";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.6.2.zip";s:5:"2.6.3";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.6.3.zip";s:5:"2.6.4";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.6.4.zip";s:5:"2.6.5";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.6.5.zip";s:5:"2.6.6";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.6.6.zip";s:5:"2.6.7";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.6.7.zip";s:5:"2.6.8";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.6.8.zip";s:5:"2.6.9";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.6.9.zip";s:5:"2.7.0";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.7.0.zip";s:5:"2.7.1";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.7.1.zip";s:5:"2.8.0";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.8.0.zip";s:5:"2.8.1";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.8.1.zip";s:5:"2.9.0";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.9.0.zip";s:5:"2.9.1";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.9.1.zip";s:5:"2.9.2";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.9.2.zip";s:5:"2.9.3";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.9.3.zip";s:5:"2.9.4";s:61:"https://downloads.wordpress.org/plugin/antispam-bee.2.9.4.zip";s:5:"trunk";s:55:"https://downloads.wordpress.org/plugin/antispam-bee.zip";}s:11:"donate_link";s:75:"https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TD4AMD2D8EMZW";s:5:"icons";a:2:{s:2:"1x";s:65:"https://ps.w.org/antispam-bee/assets/icon-128x128.png?rev=2898402";s:2:"2x";s:65:"https://ps.w.org/antispam-bee/assets/icon-256x256.png?rev=2898402";}s:12:"contributors";a:9:{s:15:"pluginkollektiv";s:47:"https://profiles.wordpress.org/pluginkollektiv/";s:12:"websupporter";s:44:"https://profiles.wordpress.org/websupporter/";s:10:"schlessera";s:42:"https://profiles.wordpress.org/schlessera/";s:10:"zodiac1978";s:42:"https://profiles.wordpress.org/zodiac1978/";s:10:"swissspidy";s:42:"https://profiles.wordpress.org/swissspidy/";s:6:"krafit";s:38:"https://profiles.wordpress.org/krafit/";s:7:"kau-boy";s:39:"https://profiles.wordpress.org/kau-boy/";s:16:"florianbrinkmann";s:48:"https://profiles.wordpress.org/florianbrinkmann/";s:9:"pfefferle";s:41:"https://profiles.wordpress.org/pfefferle/";}s:6:"market";N;s:11:"custom_link";N;}s:15:"google-site-kit";a:29:{s:4:"name";s:68:"Site Kit by Google – Analytics, Search Console, AdSense, Speed";s:4:"slug";s:15:"google-site-kit";s:7:"version";s:7:"1.182.0";s:6:"author";s:59:"<a href="https://profiles.wordpress.org/google/">Google</a>";s:14:"author_profile";s:38:"https://profiles.wordpress.org/google/";s:8:"requires";s:3:"5.2";s:6:"tested";s:3:"7.0";s:12:"requires_php";s:3:"7.4";s:16:"requires_plugins";a:0:{}s:6:"rating";i:84;s:7:"ratings";a:5:{i:5;i:736;i:4;i:51;i:3;i:35;i:2;i:41;i:1;i:144;}s:11:"num_ratings";i:1007;s:15:"support_threads";i:43;s:24:"support_threads_resolved";i:34;s:10:"downloaded";i:266153794;s:12:"last_updated";s:21:"2026-06-29 7:42pm GMT";s:5:"added";s:10:"2019-10-31";s:8:"homepage";s:30:"https://sitekit.withgoogle.com";s:8:"sections";a:4:{s:11:"description";s:2270:"<p>Site Kit is the official WordPress plugin from Google for insights about how people find and use your site. Site Kit is the one-stop solution to deploy, manage, and get insights from critical Google tools to make the site successful on the web. It provides authoritative, up-to-date insights from multiple Google products directly on the WordPress dashboard for easy access, all for free.</p> <h4>Bringing the best of Google tools to WordPress</h4> <p>Site Kit includes powerful features that make using these Google products seamless and flexible:</p> <ul> <li>Easy-to-understand stats directly on your WordPress dashboard</li> <li>Official stats from multiple Google tools, all in one dashboard</li> <li>Quick setup for multiple Google tools without having to edit the source code of your site</li> <li>Metrics for your entire site and for individual posts</li> <li>Easy-to-manage, granular permissions across WordPress and different Google products</li> </ul> <h4>Supported Google tools</h4> <p>Site Kit shows key metrics and insights from different Google products:</p> <ul> <li><strong>Search Console:</strong> Understand how Google Search discovers and displays your pages in Google Search. Track how many people saw your site in Search results, and what query they used to search for your site.</li> <li><strong>Analytics:</strong> Explore how users navigate your site and track goals you’ve set up for your users to complete.</li> <li><strong>AdSense:</strong> Keep track of how much your site is earning you.</li> <li><strong>PageSpeed Insights:</strong> See how your pages perform compared to other real-world sites. Improve performance with actionable tips from PageSpeed Insights.</li> <li><strong>Tag Manager:</strong> Use Site Kit to easily set up Tag Manager- no code editing required. Then, manage your tags in Tag Manager.</li> <li><strong>Sign in with Google:</strong> Allows visitors to sign up and log in to your site with their existing Google account.</li> <li><strong>Reader Revenue Manager:</strong> Helps you grow, retain, and engage your site visitors via subscription, contribution, newsletters, surveys, and custom prompts.</li> <li><strong>Ads:</strong> Get customers and sell more with targeted traffic from Google Ads.</li> </ul> ";s:12:"installation";s:1809:"<p><strong>Note</strong>: Make sure that your website is live. If your website isn’t live yet, Site Kit can’t show you any data.<br /> However, if you have a staging environment in addition to your production site, Site Kit can display data from your production site in the staging environment. Learn how to use <a href="https://sitekit.withgoogle.com/documentation/using-site-kit/staging/" rel="nofollow ugc">Site Kit with a staging environment</a>.</p> <h4>Installation from within WordPress</h4> <ol> <li>Visit <strong>Plugins > Add New</strong>.</li> <li>Search for <strong>Site Kit by Google</strong>.</li> <li>Install and activate the Site Kit by Google plugin.</li> <li>Connect Site Kit to your Google account. If there are multiple WordPress admins, keep in mind that each admin must connect their own Google account in order to access the plugin.</li> </ol> <h4>Manual installation</h4> <ol> <li>Upload the entire <code>google-site-kit</code> folder to the <code>/wp-content/plugins/</code> directory.</li> <li>Visit <strong>Plugins</strong>.</li> <li>Activate the Site Kit by Google plugin.</li> <li>Connect Site Kit to your Google account. If there are multiple WordPress admins, keep in mind that each admin must connect their own Google account in order to access the plugin.</li> </ol> <h4>After activation</h4> <ol> <li>Visit the new <strong>Site Kit</strong> menu.</li> <li>Follow the instructions in the setup flow.</li> <li>Go to the main Site Kit dashboard which already displays key metrics from Search Console.</li> <li>Connect additional Google tools under <strong>Site Kit > Settings</strong>. Learn more about <a href="https://sitekit.withgoogle.com/documentation/getting-started/connecting-services/" rel="nofollow ugc">which tools are right for you</a>.</li> </ol> ";s:3:"faq";s:4825:"<p>For more information, visit the <a href="https://sitekit.withgoogle.com/documentation/" rel="nofollow ugc">official Site Kit website</a>.</p> <dt id="is%20site%20kit%20free%3F"> Is Site Kit free? </h4> <p> <p>The Site Kit plugin is free and open source, and will remain so. Individual Google products included in Site Kit are subject to standard terms and fees (if any) for those products.</p> </p> <dt id="what%20are%20the%20minimum%20requirements%20for%20site%20kit%3F"> What are the minimum requirements for Site Kit? </h4> <p> <p>In order to successfully install and use Site Kit, your site must meet the following requirements:</p> <ul> <li>WordPress version 5.2+</li> <li>PHP version 7.4+</li> <li>Modern browser – Internet Explorer is not supported</li> <li>Is publicly accessible – it isn’t in maintenance mode, accessible only via password, or otherwise blocked</li> <li>REST API is available – Site Kit must be able to communicate via REST API with Google services. To ensure that the REST API is available for your site, go to Tools > Site Health.</li> </ul> </p> <dt id="why%20is%20my%20dashboard%20showing%20%E2%80%9Cgathering%20data%E2%80%9D%20and%20none%20of%20my%20service%20data%3F"> Why is my dashboard showing “gathering data” and none of my service data? </h4> <p> <p>It can take a few days after connecting Site Kit to a Google service for data to begin to display in your dashboard. The “gathering data” message typically appears when you’ve recently set up a Google service (i.e. just created a new Analytics account) and/or your site is new, and data is not yet available for display.</p> <p>If you are still seeing this message after a few days, feel free to get in touch with us on the <a href="https://wordpress.org/support/plugin/google-site-kit/" rel="ugc">support forum</a>.</p> </p> <dt id="why%20aren%E2%80%99t%20any%20ads%20appearing%20on%20my%20site%20after%20i%20connected%20adsense%3F"> Why aren’t any ads appearing on my site after I connected AdSense? </h4> <p> <p>If you’re new to AdSense when you connect via Site Kit, your new AdSense account and your site will need to be manually reviewed and approved for ads by the AdSense team. Ads will not display until your account and site have been approved. <a href="https://support.google.com/adsense/answer/76228" rel="nofollow ugc">Check out this guide for more information about the approval process and timeline.</a></p> <p>You can check your approval status in Site Kit by going to <strong>Settings > Connected Services > AdSense</strong> and clicking <strong>Check your site status</strong>. This link will direct you to AdSense. If you see “Ready,” your account and site have been approved and should be displaying ads. If you see “Getting ready…,” your account and site are still under review and your site will not display ads until they have been approved.</p> <p>If Site Kit has successfully added the AdSense snippet to your site and your account and site have been approved, but your site is still not showing ads, <a href="https://support.google.com/adsense/#topic=3373519" rel="nofollow ugc">contact the AdSense Help Center for assistance</a>.</p> <p>You can find more information on how Site Kit works with AdSense in our <a href="https://sitekit.withgoogle.com/documentation/using-site-kit/managing-adsense/" rel="nofollow ugc">Managing AdSense guide</a>.</p> </p> <dt id="is%20site%20kit%20gdpr%20compliant%3F"> Is Site Kit GDPR compliant? </h4> <p> <p>When using Site Kit, site owners are responsible for managing notice and consent requirements – including GDPR requirements – as described in <a href="https://policies.google.com/terms" rel="nofollow ugc">Google’s Terms of Service</a>.</p> <p>By default, Site Kit does anonymize IP addresses upon activation of the Google Analytics module. This setting can be turned off in <strong>Site Kit > Settings > Analytics > Anonymize IP addresses</strong>.</p> <p>There are a number of third-party plugins that allow you to block Google Analytics, Tag Manager, or AdSense from capturing data until a visitor to the site consents. Some of these work natively with Site Kit by providing plugin-specific configurations. You can find out more about these by visiting our <a href="https://sitekit.withgoogle.com/documentation/using-site-kit/gdpr-compliance-and-privacy/" rel="nofollow ugc">GDPR compliance and privacy page</a>.</p> </p> <dt id="where%20can%20i%20get%20additional%20support%3F"> Where can I get additional support? </h4> <p> <p>Please create a new topic on our <a href="https://wordpress.org/support/plugin/google-site-kit/" rel="ugc">WordPress.org support forum</a>. Be sure to follow the <a href="https://wordpress.org/support/guidelines/" rel="ugc">support forum guidelines</a> when posting.</p> </p> ";s:9:"changelog";s:5224:"<h4>1.182.0</h4> <p><strong>Added</strong></p> <ul> <li>Allow existing users to link their Google accounts with their WordPress user profile using Sign in with Google. See <a href="https://github.com/google/site-kit-wp/issues/9994" rel="nofollow ugc">#9994</a>.</li> </ul> <p><strong>Enhanced</strong></p> <ul> <li>Show error notices inline on the Key Metrics setup screen when the footer buttons are not sticky, preventing the notice from obscuring the CTA. See <a href="https://github.com/google/site-kit-wp/issues/12874" rel="nofollow ugc">#12874</a>.</li> <li>Track a GA event when the “Learn more” link for plugin conversion tracking is clicked on the Analytics settings screen. See <a href="https://github.com/google/site-kit-wp/issues/12868" rel="nofollow ugc">#12868</a>.</li> <li>Site Goals widget status are now site-wide with other settings being user-specific. See <a href="https://github.com/google/site-kit-wp/issues/12859" rel="nofollow ugc">#12859</a>.</li> <li>Update Site Goals data to render partial data badge and full breakdown data when insufficient breakdown data is available. See <a href="https://github.com/google/site-kit-wp/issues/12803" rel="nofollow ugc">#12803</a>.</li> <li>Add “Gathering data” badges to Site Goals widgets. See <a href="https://github.com/google/site-kit-wp/issues/12802" rel="nofollow ugc">#12802</a>.</li> <li>Allow creation of custom Site Goals dimensions from notices. See <a href="https://github.com/google/site-kit-wp/issues/12801" rel="nofollow ugc">#12801</a>.</li> <li>Update the view-only users splash screen to match the refreshed setup flow design. See <a href="https://github.com/google/site-kit-wp/issues/12791" rel="nofollow ugc">#12791</a>.</li> <li>Display a list of shared services on the splash screen for view-only users and secondary admins with dashboard sharing access. See <a href="https://github.com/google/site-kit-wp/issues/12789" rel="nofollow ugc">#12789</a>.</li> <li>Add thumbs up/down survey to Site Goals feature. See <a href="https://github.com/google/site-kit-wp/issues/12722" rel="nofollow ugc">#12722</a>.</li> <li>Fix a mobile overlay bug for proactive user engagment. See <a href="https://github.com/google/site-kit-wp/issues/12710" rel="nofollow ugc">#12710</a>.</li> <li>Add support for chart images in generated PDF reports. See <a href="https://github.com/google/site-kit-wp/issues/12629" rel="nofollow ugc">#12629</a>.</li> <li>Add Site Goals debug data. See <a href="https://github.com/google/site-kit-wp/issues/12601" rel="nofollow ugc">#12601</a>.</li> <li>Add Analytics events to PDF Generation. See <a href="https://github.com/google/site-kit-wp/issues/12563" rel="nofollow ugc">#12563</a>.</li> <li>Implement PDF report footer. See <a href="https://github.com/google/site-kit-wp/issues/12557" rel="nofollow ugc">#12557</a>.</li> <li>Add email reporting notice to PDF report. See <a href="https://github.com/google/site-kit-wp/issues/12556" rel="nofollow ugc">#12556</a>.</li> <li>Implement the PDF document header elements. See <a href="https://github.com/google/site-kit-wp/issues/12552" rel="nofollow ugc">#12552</a>.</li> <li>Implement the <code>Top content over time</code> widget for the PDF report. See <a href="https://github.com/google/site-kit-wp/issues/12548" rel="nofollow ugc">#12548</a>.</li> <li>Add custom font to PDF reports. See <a href="https://github.com/google/site-kit-wp/issues/12538" rel="nofollow ugc">#12538</a>.</li> <li>Handle Analytics setup CTA errors in the Search Funnel widget, WordPress Dashboard and Admin Bar app. See <a href="https://github.com/google/site-kit-wp/issues/12378" rel="nofollow ugc">#12378</a>.</li> </ul> <p><strong>Fixed</strong></p> <ul> <li>Ensure advanced data breakdowns state is reflected when changing property in Analytics. See <a href="https://github.com/google/site-kit-wp/issues/12892" rel="nofollow ugc">#12892</a>.</li> <li>Don’t load the Site Goals feature tour until the page content is consistent for the tour. See <a href="https://github.com/google/site-kit-wp/issues/12885" rel="nofollow ugc">#12885</a>.</li> <li>Fix the Back button on the Analytics setup screen not working after an account creation error occurs. See <a href="https://github.com/google/site-kit-wp/issues/12875" rel="nofollow ugc">#12875</a>.</li> <li>Prevent the “activate Analytics” notification from appearing for view-only users. See <a href="https://github.com/google/site-kit-wp/issues/12870" rel="nofollow ugc">#12870</a>.</li> <li>Fix widget/notification display issues for users with no access permissions. See <a href="https://github.com/google/site-kit-wp/issues/12869" rel="nofollow ugc">#12869</a>.</li> <li>Fix the site goals intro modal issue when the user has insufficient permissions. See <a href="https://github.com/google/site-kit-wp/issues/12856" rel="nofollow ugc">#12856</a>.</li> <li>Update site goal tiles not to display the change badge if the previous value is zero. See <a href="https://github.com/google/site-kit-wp/issues/12689" rel="nofollow ugc">#12689</a>.</li> </ul> <p><a href="https://raw.githubusercontent.com/google/site-kit-wp/main/changelog.txt" rel="nofollow ugc">See changelog for all versions</a>.</p> ";}s:17:"short_description";s:125:"Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make them successful on the web.";s:13:"download_link";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.182.0.zip";s:11:"screenshots";a:0:{}s:4:"tags";a:5:{s:7:"adsense";s:7:"adsense";s:9:"analytics";s:9:"analytics";s:6:"google";s:6:"google";s:18:"pagespeed-insights";s:18:"pagespeed insights";s:14:"search-console";s:14:"Search Console";}s:8:"versions";a:187:{s:5:"1.0.0";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.0.0.zip";s:5:"1.0.1";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.0.1.zip";s:5:"1.0.2";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.0.2.zip";s:5:"1.0.3";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.0.3.zip";s:5:"1.0.4";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.0.4.zip";s:5:"1.1.0";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.1.0.zip";s:5:"1.1.1";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.1.1.zip";s:5:"1.1.2";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.1.2.zip";s:5:"1.1.3";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.1.3.zip";s:5:"1.1.4";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.1.4.zip";s:6:"1.10.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.10.0.zip";s:7:"1.101.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.101.0.zip";s:7:"1.102.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.102.0.zip";s:7:"1.103.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.103.0.zip";s:7:"1.104.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.104.0.zip";s:7:"1.105.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.105.0.zip";s:7:"1.106.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.106.0.zip";s:7:"1.107.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.107.0.zip";s:7:"1.108.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.108.0.zip";s:7:"1.109.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.109.0.zip";s:6:"1.11.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.11.0.zip";s:6:"1.11.1";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.11.1.zip";s:7:"1.110.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.110.0.zip";s:7:"1.111.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.111.0.zip";s:7:"1.111.1";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.111.1.zip";s:7:"1.113.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.113.0.zip";s:7:"1.114.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.114.0.zip";s:7:"1.115.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.115.0.zip";s:7:"1.116.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.116.0.zip";s:7:"1.118.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.118.0.zip";s:7:"1.119.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.119.0.zip";s:6:"1.12.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.12.0.zip";s:7:"1.120.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.120.0.zip";s:7:"1.121.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.121.0.zip";s:7:"1.122.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.122.0.zip";s:7:"1.123.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.123.0.zip";s:7:"1.123.1";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.123.1.zip";s:7:"1.124.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.124.0.zip";s:7:"1.125.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.125.0.zip";s:7:"1.126.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.126.0.zip";s:7:"1.127.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.127.0.zip";s:7:"1.128.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.128.0.zip";s:7:"1.128.1";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.128.1.zip";s:7:"1.129.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.129.0.zip";s:7:"1.129.1";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.129.1.zip";s:6:"1.13.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.13.0.zip";s:6:"1.13.1";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.13.1.zip";s:7:"1.130.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.130.0.zip";s:7:"1.131.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.131.0.zip";s:7:"1.132.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.132.0.zip";s:7:"1.133.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.133.0.zip";s:7:"1.134.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.134.0.zip";s:7:"1.135.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.135.0.zip";s:7:"1.136.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.136.0.zip";s:7:"1.137.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.137.0.zip";s:7:"1.138.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.138.0.zip";s:7:"1.139.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.139.0.zip";s:6:"1.14.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.14.0.zip";s:7:"1.140.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.140.0.zip";s:7:"1.141.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.141.0.zip";s:7:"1.142.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.142.0.zip";s:7:"1.144.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.144.0.zip";s:7:"1.145.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.145.0.zip";s:7:"1.146.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.146.0.zip";s:7:"1.147.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.147.0.zip";s:7:"1.148.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.148.0.zip";s:7:"1.149.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.149.0.zip";s:7:"1.149.1";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.149.1.zip";s:6:"1.15.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.15.0.zip";s:7:"1.150.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.150.0.zip";s:7:"1.151.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.151.0.zip";s:7:"1.152.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.152.0.zip";s:7:"1.152.1";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.152.1.zip";s:7:"1.153.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.153.0.zip";s:7:"1.154.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.154.0.zip";s:7:"1.155.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.155.0.zip";s:7:"1.156.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.156.0.zip";s:7:"1.157.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.157.0.zip";s:7:"1.158.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.158.0.zip";s:7:"1.159.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.159.0.zip";s:6:"1.16.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.16.0.zip";s:7:"1.160.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.160.0.zip";s:7:"1.160.1";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.160.1.zip";s:7:"1.161.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.161.0.zip";s:7:"1.162.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.162.0.zip";s:7:"1.162.1";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.162.1.zip";s:7:"1.163.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.163.0.zip";s:7:"1.164.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.164.0.zip";s:7:"1.165.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.165.0.zip";s:7:"1.166.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.166.0.zip";s:7:"1.167.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.167.0.zip";s:7:"1.168.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.168.0.zip";s:6:"1.17.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.17.0.zip";s:7:"1.170.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.170.0.zip";s:7:"1.171.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.171.0.zip";s:7:"1.172.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.172.0.zip";s:7:"1.173.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.173.0.zip";s:7:"1.174.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.174.0.zip";s:7:"1.175.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.175.0.zip";s:7:"1.176.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.176.0.zip";s:7:"1.177.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.177.0.zip";s:7:"1.178.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.178.0.zip";s:7:"1.179.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.179.0.zip";s:6:"1.18.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.18.0.zip";s:7:"1.180.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.180.0.zip";s:7:"1.181.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.181.0.zip";s:7:"1.182.0";s:66:"https://downloads.wordpress.org/plugin/google-site-kit.1.182.0.zip";s:6:"1.19.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.19.0.zip";s:5:"1.2.0";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.2.0.zip";s:6:"1.20.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.20.0.zip";s:6:"1.21.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.21.0.zip";s:6:"1.22.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.22.0.zip";s:6:"1.23.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.23.0.zip";s:6:"1.24.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.24.0.zip";s:6:"1.25.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.25.0.zip";s:6:"1.26.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.26.0.zip";s:6:"1.27.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.27.0.zip";s:6:"1.28.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.28.0.zip";s:6:"1.29.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.29.0.zip";s:5:"1.3.0";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.3.0.zip";s:5:"1.3.1";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.3.1.zip";s:6:"1.30.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.30.0.zip";s:6:"1.31.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.31.0.zip";s:6:"1.32.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.32.0.zip";s:6:"1.33.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.33.0.zip";s:6:"1.34.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.34.0.zip";s:6:"1.34.1";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.34.1.zip";s:6:"1.35.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.35.0.zip";s:6:"1.36.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.36.0.zip";s:6:"1.37.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.37.0.zip";s:6:"1.38.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.38.0.zip";s:6:"1.38.1";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.38.1.zip";s:6:"1.39.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.39.0.zip";s:5:"1.4.0";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.4.0.zip";s:6:"1.40.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.40.0.zip";s:6:"1.41.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.41.0.zip";s:6:"1.42.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.42.0.zip";s:6:"1.43.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.43.0.zip";s:6:"1.44.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.44.0.zip";s:6:"1.45.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.45.0.zip";s:6:"1.46.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.46.0.zip";s:6:"1.47.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.47.0.zip";s:6:"1.48.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.48.0.zip";s:6:"1.48.1";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.48.1.zip";s:6:"1.49.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.49.0.zip";s:6:"1.49.1";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.49.1.zip";s:5:"1.5.0";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.5.0.zip";s:5:"1.5.1";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.5.1.zip";s:6:"1.50.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.50.0.zip";s:5:"1.6.0";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.6.0.zip";s:6:"1.68.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.68.0.zip";s:6:"1.69.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.69.0.zip";s:5:"1.7.0";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.7.0.zip";s:5:"1.7.1";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.7.1.zip";s:6:"1.70.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.70.0.zip";s:6:"1.71.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.71.0.zip";s:6:"1.72.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.72.0.zip";s:6:"1.73.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.73.0.zip";s:6:"1.74.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.74.0.zip";s:6:"1.75.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.75.0.zip";s:6:"1.77.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.77.0.zip";s:6:"1.78.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.78.0.zip";s:6:"1.79.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.79.0.zip";s:6:"1.79.1";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.79.1.zip";s:5:"1.8.0";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.8.0.zip";s:5:"1.8.1";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.8.1.zip";s:6:"1.80.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.80.0.zip";s:6:"1.81.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.81.0.zip";s:6:"1.82.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.82.0.zip";s:6:"1.83.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.83.0.zip";s:6:"1.84.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.84.0.zip";s:6:"1.85.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.85.0.zip";s:6:"1.86.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.86.0.zip";s:6:"1.87.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.87.0.zip";s:6:"1.88.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.88.0.zip";s:6:"1.89.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.89.0.zip";s:5:"1.9.0";s:64:"https://downloads.wordpress.org/plugin/google-site-kit.1.9.0.zip";s:6:"1.90.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.90.0.zip";s:6:"1.90.1";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.90.1.zip";s:6:"1.92.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.92.0.zip";s:6:"1.93.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.93.0.zip";s:6:"1.94.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.94.0.zip";s:6:"1.95.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.95.0.zip";s:6:"1.96.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.96.0.zip";s:6:"1.98.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.98.0.zip";s:6:"1.99.0";s:65:"https://downloads.wordpress.org/plugin/google-site-kit.1.99.0.zip";s:5:"trunk";s:58:"https://downloads.wordpress.org/plugin/google-site-kit.zip";}s:11:"donate_link";s:0:"";s:5:"icons";a:2:{s:2:"1x";s:68:"https://ps.w.org/google-site-kit/assets/icon-128x128.png?rev=3141863";s:2:"2x";s:68:"https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=3141863";}s:12:"contributors";a:1:{s:6:"google";s:38:"https://profiles.wordpress.org/google/";}s:6:"market";N;s:11:"custom_link";N;}s:9:"elementor";a:29:{s:4:"name";s:63:"Elementor Website Builder – more than just a page builder";s:4:"slug";s:9:"elementor";s:7:"version";s:5:"4.1.4";s:6:"author";s:64:"<a href="https://profiles.wordpress.org/elemntor/">Elementor</a>";s:14:"author_profile";s:40:"https://profiles.wordpress.org/elemntor/";s:8:"requires";s:3:"6.8";s:6:"tested";s:3:"7.0";s:12:"requires_php";s:3:"7.4";s:16:"requires_plugins";a:0:{}s:6:"rating";i:90;s:7:"ratings";a:5:{i:5;i:6130;i:4;i:231;i:3;i:120;i:2;i:116;i:1;i:676;}s:11:"num_ratings";i:7273;s:15:"support_threads";i:57;s:24:"support_threads_resolved";i:47;s:10:"downloaded";i:858875817;s:12:"last_updated";s:21:"2026-06-21 1:20pm GMT";s:5:"added";s:10:"2016-05-30";s:8:"homepage";s:87:"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash";s:8:"sections";a:5:{s:11:"description";s:24938:"<p><span class="embed-youtube" style="text-align:center; display: block;"><iframe loading="lazy" class="youtube-player" width="750" height="422" src="https://www.youtube.com/embed/ROEC0CPRO3w?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></span></p> <h4>THE #1 NO CODE DRAG & DROP WORDPRESS WEBSITE BUILDER POWERING 22M+ WEBSITES WORLDWIDE, NOW WITH AI.</h4> <p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly with its no-code, drag-and-drop Atomic Editor.</p> <p>Supporting the full website lifecycle, Elementor enables you to confidently build, optimize, and manage your website with extended capabilities such as AI-powered creation, image optimization, transactional email delivery, accessibility tools, performance boosters, and more.</p> <p>Now in version 4 – the Atomic Editor! Introducing a new generation of performance-first atomic building blocks that allow you to control every atomic part with no limits or locked layouts. Define your global design systems and reusable components once, and they apply everywhere instantly – turning hours or even days of work into single clicks.</p> <p>Unlock all features with <strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/" rel="nofollow ugc">Elementor One</a></strong>.</p> <p>Need fast and secure cloud hosting for your Elementor site? Try out <strong><a href="https://elemn.to/repo-hosting" rel="nofollow ugc">Elementor Host</a></strong> Powered by Google Cloud & Cloudflare. 4.9/5 TrustPilot score.</p> <h3>🌟 Create professional stunning websites</h3> <ul> <li><strong><a href="https://go.elementor.com/feature-page-editor/" rel="nofollow ugc">Intuitive drag & drop builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style. </li> <li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/" rel="nofollow ugc">Pixel-perfect design tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization. </li> <li><strong><a href="https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/" rel="nofollow ugc">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates. </li> <li><strong><a href="https://go.elementor.com/feature-page-editor/" rel="nofollow ugc">Advanced widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more. </li> <li><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-ai/" rel="nofollow ugc">AI capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images.</li> </ul> <h4>🗝️ Key features</h4> <ul> <li><strong><a href="https://go.elementor.com/feature-page-global-settings/" rel="nofollow ugc">Design system</a></strong>: Use Variables and Classes for consistent colors, typography, and design elements, ensuring a cohesive, professional look that updates everywhere globally. </li> <li><strong><a href="https://go.elementor.com/feature-page-responsive-design/" rel="nofollow ugc">Responsive design</a></strong>: Optimize your design for every device with custom breakpoints, ensuring a seamless desktop, tablet, and mobile experience. </li> <li><strong>Mask shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs. </li> <li><strong>CSS transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site. </li> <li><strong>Entrance animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences. </li> <li><strong><a href="https://elementor.com/features/#SaveBackup" rel="nofollow ugc">Revision history</a></strong>: Elementor’s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process. </li> <li><strong><a href="https://go.elementor.com/wp-repo-description-tab-developers-developers-website/" rel="nofollow ugc">Developer-friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions. </li> <li><strong><a href="https://elementor.com/features/contact-button/" rel="nofollow ugc">Floating buttons</a></strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll. </li> <li><strong>Components [Pro]</strong>: Reuse the same building blocks across pages and sites, and update them everywhere they appear. Including controlled content editing, allowing collaborators and clients to update only exposed content properties without breaking layout or styling. </li> <li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/" rel="nofollow ugc">Theme Builder</a> [Pro]</strong>: Design every part of your site—headers, footers, posts, and archives—for complete control over appearance. </li> <li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/" rel="nofollow ugc">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor’s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions. </li> <li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/" rel="nofollow ugc">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively. </li> <li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/" rel="nofollow ugc">WooCommerce Builder</a> [Pro]</strong>: Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store’s visual appeal and functionality. </li> <li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/" rel="nofollow ugc">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources. </li> <li><strong><a href="https://go.elementor.com/features-page-notes/" rel="nofollow ugc">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor’s Notes feature to leave feedback and comments directly on the design interface. </li> <li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations. </li> <li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects. </li> <li><strong><a href="https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/" rel="nofollow ugc">Motion effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience. </li> <li><strong>Custom fonts and icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand’s identity.</li> </ul> <h4>😍 Elementor FREE widgets</h4> <p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p> <ul> <li><strong>Heading</strong>: Add eye-catching headlines. </li> <li><strong>Image</strong>: Control the size, opacity and more. </li> <li><strong>Text Editor</strong>: Just like the WordPress text editor. </li> <li><strong>Video</strong>: Add YouTube, Vimeo, VideoPress, Dailymotion or self-hosted videos. </li> <li><strong>Button</strong>: Create interactive buttons. </li> <li><strong>Link in Bio</strong>: Build link in bio components to promote your business / services. </li> <li><strong>Image Box</strong>: A box with image, headline and text. </li> <li><strong>Testimonials</strong>: Customer testimonials. </li> <li><strong>Icon</strong>: Place one or more of 600+ icons available. </li> <li><strong>Icon Box</strong>: An icon, headline, and text with one widget. </li> <li><strong>Social Icons</strong>: Link to your social pages with the Facebook/X (formerly Twitter) icons. </li> <li><strong>Image Gallery</strong>: Display your images in a grid. </li> <li><strong>Image Carousel</strong>: Create rotating carousels or sliders for chosen images. </li> <li><strong>Icon List</strong>: Use any icon to create a bullet list. </li> <li><strong>Counter</strong>: Show numbers in an escalating manner. </li> <li><strong>Progress Bar</strong>: Include an escalating progress bar. </li> <li><strong>Nested Tabs</strong>: Display content in vertical or horizontal tabs. </li> <li><strong>Nested Accordion</strong>: Display any type of content in collapsible sections. </li> <li><strong>Rating</strong>: Display how many stars (or another icon) other visitors gave. </li> <li><strong>Alert</strong>: Include a colored alert box to draw visitor’s attention. </li> <li><strong>HTML</strong>: Insert code into the page. </li> <li><strong>Shortcode</strong>: Insert shortcodes from any plugin into the page. </li> <li><strong>Menu Anchor</strong>: Link any menu to this anchor. </li> <li><strong>Read More</strong>: Set the Read More cut-off for the excerpt in archive pages. </li> <li><strong>Sidebar</strong>: Add sidebars onto the page. </li> <li><strong>Google Maps</strong>: Embed maps into the page. </li> <li><strong>SoundCloud</strong>: Add SoundCloud audio bits. </li> <li><strong>Divider</strong>: Separate content with a designed divider. </li> <li><strong>Spacer</strong>: Add space between elements. </li> <li><strong>Text Path</strong>: Attach your text to a path. </li> <li><strong>And counting…</strong></li> </ul> <h3>🚀 Enhance your website</h3> <p><strong><a href="https://go.elementor.com/wp-repo-description-tab-performance-performance-page/" rel="nofollow ugc">High-performing websites</a></strong>: Website performance impacts your visitors’ experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p> <p><strong>Key features include:</strong></p> <ul> <li><strong>Reduced DOM output</strong>: Streamlined HTML structure for faster rendering. </li> <li><strong>Improved media file loading</strong>: Optimized loading of images, videos, and other media assets. </li> <li><strong>Reduced CSS and JS files</strong>: Minimized stylesheets and scripts individually loaded only on demand for quicker loading times. </li> <li><strong>Lazy loading</strong>: Deferred loading of non-critical resources to improve initial page load speed. </li> <li><strong>Faster font loading</strong>: Efficient delivery of web fonts to enhance text rendering speed. </li> <li><strong>Optimized front-end asset loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking. </li> <li><strong>Element caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li> </ul> <h3>🔥 Elementor Editor Pro features</h3> <p>Create unparalleled websites while saving time, money and resources with <a href="https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/" rel="nofollow ugc">Elementor Editor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p> <p><strong>Editor Pro design widgets:</strong></p> <ol> <li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles. </li> <li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms. </li> <li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts. </li> <li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions. </li> <li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection. </li> <li><strong>Login</strong>: Add a login form or user registration module to your website. </li> <li><strong>Nav Menu</strong>: Customize and style your website’s navigation menu for better user experience. </li> <li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects. </li> <li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format. </li> <li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options. </li> <li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support. </li> <li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features. </li> <li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections. </li> <li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos. </li> <li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof. </li> <li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization. </li> <li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing. </li> <li><strong>Table of Contents</strong>: Generate a table of contents for longer articles or guides to improve navigation. </li> <li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events. </li> <li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website. </li> <li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options. </li> <li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout. </li> <li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility. </li> <li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content. </li> <li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website. </li> <li><strong>Facebook Comments</strong>: Enable Facebook comments on your website’s pages or posts. </li> <li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments. </li> <li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions. </li> <li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement. </li> <li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability. </li> <li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website. </li> <li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content. </li> <li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li> </ol> <p><strong>Editor Pro theme widgets:</strong></p> <p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more…</p> <ol> <li><strong>Post Title</strong>: Customize the title of individual blog posts or pages. </li> <li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts. </li> <li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages. </li> <li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages. </li> <li><strong>Author Box</strong>: Display author information and bios on blog posts. </li> <li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website. </li> <li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing. </li> <li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date. </li> <li><strong>Site Logo</strong>: Upload and customize your website’s logo for branding purposes. </li> <li><strong>Site Title</strong>: Customize the title of your website. </li> <li><strong>Page Title</strong>: Customize the title of individual pages. </li> <li><strong>Search Bar</strong>: Add a search bar to allow users to search your website’s content. </li> <li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation. </li> <li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation. </li> <li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li> </ol> <p><strong>Editor Pro WooCommerce widgets:</strong></p> <p>Design and customize a complete online shopping experience across your entire website.</p> <ol> <li><strong>Product</strong>: Display individual products with customizable layouts and styles. </li> <li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store. </li> <li><strong>Product Title</strong>: Customize the title of individual products. </li> <li><strong>Product Images</strong>: Set and customize images for product listings. </li> <li><strong>Product Price</strong>: Display the price of individual products. </li> <li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing. </li> <li><strong>Product Rating</strong>: Display ratings and reviews for products. </li> <li><strong>Product Stock</strong>: Display stock availability for products. </li> <li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories. </li> <li><strong>Product Content</strong>: Customize the main content area of product descriptions. </li> <li><strong>Short Description</strong>: Display brief summaries or teasers of products. </li> <li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization. </li> <li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight. </li> <li><strong>Product Related</strong>: Showcase related products to encourage additional purchases. </li> <li><strong>Upsells</strong>: Promote upsell products to increase average order value. </li> <li><strong>Products</strong>: Display a grid or list of products with customizable settings. </li> <li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products. </li> <li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages. </li> <li><strong>Product Categories</strong>: Display product categories for easy navigation within your store. </li> <li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart. </li> <li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page. </li> <li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page. </li> <li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area. </li> <li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process. </li> <li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li> </ol> <p>Build professional websites with <strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/" rel="nofollow ugc">Elementor Editor Pro</a></strong>!</p> <h4>🔒 Security and compliance</h4> <p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures and highlight our dedication to adhering to recognized industry standards.</p> <p>We encourage ethical security research through our <a href="https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/" rel="nofollow ugc">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p> <p>For more information: <a href="https://go.elementor.com/trust-center/" rel="nofollow ugc">Trust Center</a>.</p> <h4>♿ Accessibility best practices</h4> <p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p> <h4>🌐 Translated to 63+ languages, includes RTL support</h4> <p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href="https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/" rel="nofollow ugc">over 63 languages</a>.</p> <p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via <a href="https://translate.wordpress.org/" rel="nofollow ugc">translate.wordpress.org</a>. See our guide on <a href="https://go.elementor.com/wp-repo-description-tab-help-center-translate/" rel="nofollow ugc">how to translate and localize the plugin</a>.</p> <h4>🧩 Use of 3rd-party services</h4> <p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p> <ul> <li>Google Fonts are loaded to add additional fonts to your website. Google’s <a href="https://policies.google.com/terms" rel="nofollow ugc">TOS</a> and <a href="https://policies.google.com/privacy" rel="nofollow ugc">Privacy Policy</a> apply. </li> <li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly stated, and require your approval and manual opt-in. Learn more in our <a href="https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/" rel="nofollow ugc">TOS</a> and <a href="https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/" rel="nofollow ugc">Privacy Policy</a>.</li> </ul> <h4>📧 Related products by Elementor</h4> <p><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-io/" rel="nofollow ugc">Image Optimization</a></strong>: Superior image compression for faster, high-quality website performance.</p> <p><strong><a href="https://go.elementor.com/wp-repo-description-tab-elementor-sm/" rel="nofollow ugc">Email Deliverability</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p> <p><strong><a href="http://go.elementor.com/editor-acc-wp-repo" rel="nofollow ugc">Web Accessibility</a></strong>: Enhances website usability for individuals with disabilities. Ally is designed to help web creators make their websites more inclusive. It scans, detects, and remediates key accessibility violations, working seamlessly on all WordPress and Elementor websites.</p> <h4>📣 See what our users have to say</h4> <blockquote> <p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href="https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/" rel="ugc">Graphicvision1</a></em></p> <p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href="https://wordpress.org/support/topic/a-wonderful-experience/" rel="ugc">Hyeyoga</a></em></p> <p>“Easily, my most used WP plugin” – …</p> </blockquote> ";s:12:"installation";s:2338:"<h4>Minimum Requirements</h4> <ul> <li>WordPress 6.8 or greater</li> <li>PHP version 7.4 or greater</li> <li>MySQL version 5.6 or MariaDB version 10.5 or greater</li> <li>PHP Memory limit of 256 MB or greater</li> <li>WordPress Memory limit of 256 MB or greater</li> </ul> <h4>Recommended Requirements</h4> <ul> <li>WordPress 7.0 or greater</li> <li>PHP version 8.3 or greater</li> <li>MySQL version 8.0 or MariaDB version 10.6 or greater</li> <li>PHP Memory limit of 512 MB (768 MB for best performance) or greater</li> <li>WordPress Memory limit of 512 MB (768 MB for best performance) or greater</li> </ul> <p><span class="embed-youtube" style="text-align:center; display: block;"><iframe loading="lazy" class="youtube-player" width="750" height="422" src="https://www.youtube.com/embed/9EZ159ryFNs?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent" allowfullscreen="true" style="border:0;" sandbox="allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox"></iframe></span></p> <p><strong>Note:</strong> These requirements are for Elementor and Elementor Pro only. If you are using additional plugins on your site that also have minimum requirements such as WooCommerce or Elementor addons, you may need to increase your PHP and WordPress Memory limit to help avoid loading issues. See also, the following documentation <a href="https://elementor.com/help/elementor-widget-panel-not-loading/" rel="nofollow ugc">Elementor Widget Panel Not Loading</a>.</p> <h4>Installation</h4> <ol> <li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li> <li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li> <li>Go to Pages > Add New</li> <li>Press the ‘Edit with Elementor’ button.</li> <li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li> </ol> <p>For documentation and tutorials visit our <a href="https://elementor.com/help/?utm_source=wp-repo&utm_medium=link&utm_campaign=readme" rel="nofollow ugc">Knowledge Base</a>.</p> ";s:3:"faq";s:5054:" <dt id="how%20do%20i%20install%20elementor%20editor%3F"> How do I install Elementor Editor? </h4> <p> <p>To install the free version of Elementor Editor, follow the steps below:<br /> From your WordPress dashboard -> Go to Plugins -> Click on ‘Add new’-> In the Search field, enter Elementor and choose Elementor website builder.<br /> Press install -> After installation, click Activate.</p> </p> <dt id="does%20elementor%20editor%20work%20with%20all%20the%20themes%3F"> Does Elementor Editor work with all the themes? </h4> <p> <p>Elementor Editor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor’s <a href="https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/" rel="nofollow ugc">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor Editor, and optimize your experience.</p> </p> <dt id="is%20elementor%20editor%20compatible%20with%20gutenberg%3F"> Is Elementor Editor compatible with Gutenberg? </h4> <p> <p>Elementor Editor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p> </p> <dt id="can%20i%20create%20an%20online%20store%3F"> Can I create an online store? </h4> <p> <p>Yes, with the Elementor Editor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p> </p> <dt id="does%20it%20work%20with%20other%20wordpress%20plugins%3F"> Does it work with other WordPress plugins? </h4> <p> <p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor Editor.</p> </p> <dt id="do%20i%20need%20to%20know%20how%20to%20code%3F"> Do I need to know how to code? </h4> <p> <p>No! Elementor Editor provides you with all the widgets and features that you need to build a professional website without using code.</p> </p> <dt id="do%20i%20need%20to%20know%20how%20to%20design%3F"> Do I need to know how to design? </h4> <p> <p>No, you can choose between professionally designed kits and templates that fit to every industry and have all you need to create your own professional website.</p> </p> <dt id="will%20elementor%20editor%20slow%20down%20my%20website%3F"> Will Elementor Editor slow down my website? </h4> <p> <p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of the Editor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p> </p> <dt id="is%20my%20site%20secure%20with%20elementor%20editor%3F"> Is my site secure with Elementor Editor? </h4> <p> <p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p> <p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p> </p> <dt id="can%20i%20buy%20templates%20separately%3F"> Can I buy templates separately? </h4> <p> <p>Of course, you can use any template that supports Elementor Editor.</p> </p> <dt id="is%20elementor%20editor%20compatible%20with%20post%20and%20custom%20post%20types%3F"> Is Elementor Editor compatible with Post and Custom Post Types? </h4> <p> <p>Of course! You can set which post types will enable Elementor in the settings page.</p> </p> <dt id="what%20is%20the%20difference%20between%20elementor%E2%80%99s%20free%20editor%20plugin%20and%20elementor%20editor%20pro%3F"> What is the difference between Elementor’s free Editor plugin and Elementor Editor Pro? </h4> <p> <p>Elementor Editor’s Free version allows you to explore our revolutionary drag & drop live editor, basic widgets and templates. Elementor Editor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p> </p> <dt id="how%20can%20i%20become%20a%20contributor%3F"> How can I become a Contributor? </h4> <p> <p>If you want to contribute, go to our <a href="https://github.com/elementor/elementor" rel="nofollow ugc">Elementor GitHub Repository</a> and see where you can help. You can also add a new language via <a href="https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/" rel="nofollow ugc">translate.wordpress.org</a>. We’ve built a short guide explaining <a href="https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/" rel="nofollow ugc">how to translate and localize the plugin</a>.</p> </p> ";s:9:"changelog";s:3187:"<h4>4.1.4 – 2026-06-21</h4> <ul> <li>Fix: Improved code security enforcement in query handling</li> </ul> <h4>4.1.3 – 2026-06-10</h4> <ul> <li>Fix: Cloud Library screenshot errors could prevent users from saving templates locally</li> </ul> <h4>4.1.2 – 2026-06-08</h4> <ul> <li>Tweak: Improved Global Classes usage tracking for safer deletion – Atomic Editor</li> <li>Fix: Image with Lightbox inherits default button styles – Atomic Editor</li> <li>Fix: Image settings are not saved when using Insert from URL – Atomic Editor</li> <li>Fix: Media attachments may be requested too many times in the Editor – Atomic Editor</li> <li>Fix: Pages using Global Classes may fail to publish or show missing styles on the live site – Atomic Editor</li> <li>Fix: Editor context may not sync correctly when navigating between documents</li> </ul> <h4>4.1.1 – 2026-05-27</h4> <ul> <li>Security Fix: Improved code security enforcement in content handling</li> <li>Security Fix: Improved code security enforcement in template handling</li> <li>Fix: Hiding one filter prevents other filters from being applied – Atomic Editor</li> </ul> <h4>4.1.0 – 2026-05-26</h4> <ul> <li>New: Introducing the Design System panel for managing Variables and Classes in one place – Atomic Editor</li> <li>New: Introducing Angie in the Editor to help generate and modify Atomic layouts, Components, Forms, Classes, and Variables – Atomic Editor</li> <li>New: Introducing Markdown rendering as an Alpha experiment to improve how content is structured for AI systems</li> <li>Tweak: Added import and export for Variables and Classes from the Design System panel – Atomic Editor</li> <li>Tweak: Increased the Class limit to 1000 – Atomic Editor</li> <li>Tweak: Added duplicate support for Variables in the Variables Manager – Atomic Editor</li> <li>Tweak: Added duplicate support for Classes in the Class field – Atomic Editor</li> <li>Tweak: Added support for Variables in additional style controls, including Effects, Filters, and Box Shadow – Atomic Editor</li> <li>Tweak: Added multi-select support to Direction control in Interactions – Atomic Editor</li> <li>Tweak: Added Interaction actions to the History panel – Atomic Editor</li> <li>Tweak: Added support for negative Box Shadow values – Atomic Editor</li> <li>Tweak: Improved reordering of Component properties with full drag-and-drop support – Atomic Editor</li> <li>Tweak: Updated Position and Z-index control visibility and behavior – Atomic Editor</li> <li>Tweak: Updated the minimum required WordPress version to 6.8</li> <li>Tweak: Added the External URL option to Image control – Atomic Editor</li> <li>Fix: Slide Interactions can be applied without selecting a direction – Atomic Editor</li> <li>Fix: Undo does not work as expected for individual Class properties – Atomic Editor</li> <li>Fix: Font family values persist on Global Classes after deletion – Atomic Editor</li> </ul> <p><a href="https://go.elementor.com/full-changelog/" rel="nofollow ugc">See changelog for all versions.</a></p> ";s:11:"screenshots";s:3162:"<ol><li><a href="https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087" alt="<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs."></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087" alt="<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time."></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087" alt="<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device."></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087" alt="<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization."></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087" alt="<strong>Nested Elements</strong> Leverage Elementor Editor's Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility."></a><p><strong>Nested Elements</strong> Leverage Elementor Editor's Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href="https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087"><img src="https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087" alt="<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors."></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>";}s:17:"short_description";s:159:"The Elementor Website Builder has it all: drag and drop page builder, Atomic Editor, pixel perfect design, global and reusable style systems, mobile r …";s:13:"download_link";s:58:"https://downloads.wordpress.org/plugin/elementor.4.1.4.zip";s:11:"screenshots";a:6:{i:1;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087";s:7:"caption";s:144:"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.";}i:2;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087";s:7:"caption";s:185:"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.";}i:3;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087";s:7:"caption";s:170:"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, & mobile to optimize the visitor experience on every device.";}i:4;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087";s:7:"caption";s:193:"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.";}i:5;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087";s:7:"caption";s:197:"<strong>Nested Elements</strong> Leverage Elementor Editor's Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.";}i:6;a:2:{s:3:"src";s:62:"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087";s:7:"caption";s:127:"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.";}}s:4:"tags";a:5:{s:13:"drag-and-drop";s:13:"drag-and-drop";s:6:"editor";s:6:"editor";s:9:"elementor";s:9:"elementor";s:12:"landing-page";s:12:"landing page";s:12:"page-builder";s:12:"page builder";}s:8:"versions";a:441:{s:5:"3.0.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip";s:5:"3.0.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip";s:6:"3.0.10";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip";s:6:"3.0.11";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip";s:6:"3.0.12";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip";s:6:"3.0.13";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip";s:6:"3.0.14";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip";s:6:"3.0.15";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip";s:6:"3.0.16";s:59:"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip";s:5:"3.0.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip";s:5:"3.0.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip";s:5:"3.0.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip";s:5:"3.0.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip";s:5:"3.0.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip";s:5:"3.0.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip";s:5:"3.0.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip";s:7:"3.0.8.1";s:60:"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip";s:5:"3.0.9";s:58:"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip";s:5:"3.1.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip";s:11:"3.1.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip";s:11:"3.1.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip";s:11:"3.1.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip";s:11:"3.1.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip";s:10:"3.1.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip";s:10:"3.1.0-dev2";s:63:"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip";s:10:"3.1.0-dev3";s:63:"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip";s:5:"3.1.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip";s:5:"3.1.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip";s:5:"3.1.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip";s:5:"3.1.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip";s:6:"3.10.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip";s:11:"3.10.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip";s:6:"3.10.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip";s:6:"3.10.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip";s:6:"3.11.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip";s:12:"3.11.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip";s:12:"3.11.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip";s:12:"3.11.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip";s:11:"3.11.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip";s:11:"3.11.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip";s:11:"3.11.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip";s:6:"3.11.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip";s:6:"3.11.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip";s:6:"3.11.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip";s:6:"3.11.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip";s:6:"3.11.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip";s:6:"3.12.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip";s:6:"3.12.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip";s:6:"3.12.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip";s:6:"3.13.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip";s:12:"3.13.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip";s:12:"3.13.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip";s:12:"3.13.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip";s:11:"3.13.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip";s:11:"3.13.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip";s:6:"3.13.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip";s:6:"3.13.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip";s:6:"3.13.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip";s:6:"3.13.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip";s:6:"3.14.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip";s:12:"3.14.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip";s:12:"3.14.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip";s:12:"3.14.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip";s:12:"3.14.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip";s:12:"3.14.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip";s:6:"3.14.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip";s:6:"3.15.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip";s:6:"3.15.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip";s:6:"3.15.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip";s:6:"3.15.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip";s:6:"3.16.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip";s:12:"3.16.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip";s:12:"3.16.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip";s:11:"3.16.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip";s:11:"3.16.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip";s:6:"3.16.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip";s:6:"3.16.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip";s:6:"3.16.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip";s:6:"3.16.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip";s:6:"3.16.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip";s:6:"3.16.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip";s:6:"3.17.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip";s:11:"3.17.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip";s:11:"3.17.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip";s:11:"3.17.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip";s:6:"3.17.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip";s:6:"3.17.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip";s:6:"3.17.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip";s:6:"3.18.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip";s:12:"3.18.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip";s:12:"3.18.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip";s:12:"3.18.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip";s:12:"3.18.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip";s:11:"3.18.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip";s:6:"3.18.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip";s:6:"3.18.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip";s:6:"3.18.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip";s:6:"3.19.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip";s:12:"3.19.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip";s:12:"3.19.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip";s:12:"3.19.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip";s:12:"3.19.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip";s:12:"3.19.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip";s:12:"3.19.0-beta6";s:65:"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip";s:11:"3.19.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip";s:11:"3.19.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip";s:11:"3.19.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip";s:11:"3.19.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip";s:11:"3.19.0-dev5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip";s:11:"3.19.0-dev6";s:64:"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip";s:6:"3.19.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip";s:6:"3.19.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip";s:6:"3.19.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip";s:6:"3.19.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip";s:5:"3.2.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip";s:5:"3.2.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip";s:5:"3.2.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip";s:5:"3.2.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip";s:5:"3.2.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip";s:5:"3.2.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip";s:6:"3.20.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip";s:12:"3.20.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip";s:12:"3.20.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip";s:12:"3.20.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip";s:12:"3.20.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip";s:11:"3.20.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip";s:11:"3.20.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip";s:11:"3.20.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip";s:11:"3.20.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip";s:6:"3.20.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip";s:6:"3.20.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip";s:6:"3.20.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip";s:6:"3.20.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip";s:6:"3.21.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip";s:12:"3.21.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip";s:12:"3.21.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip";s:12:"3.21.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip";s:11:"3.21.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip";s:11:"3.21.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip";s:11:"3.21.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip";s:6:"3.21.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip";s:6:"3.21.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip";s:6:"3.21.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip";s:6:"3.21.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip";s:6:"3.21.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip";s:6:"3.21.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip";s:6:"3.21.7";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip";s:6:"3.21.8";s:59:"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip";s:6:"3.22.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip";s:12:"3.22.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip";s:12:"3.22.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip";s:12:"3.22.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip";s:12:"3.22.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip";s:12:"3.22.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip";s:12:"3.22.0-beta6";s:65:"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip";s:11:"3.22.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip";s:11:"3.22.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip";s:11:"3.22.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip";s:11:"3.22.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip";s:11:"3.22.0-dev5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip";s:11:"3.22.0-dev6";s:64:"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip";s:6:"3.22.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip";s:6:"3.22.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip";s:6:"3.22.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip";s:6:"3.23.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip";s:12:"3.23.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip";s:12:"3.23.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip";s:12:"3.23.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip";s:12:"3.23.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip";s:12:"3.23.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip";s:12:"3.23.0-beta6";s:65:"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip";s:11:"3.23.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip";s:11:"3.23.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip";s:11:"3.23.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip";s:11:"3.23.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip";s:11:"3.23.0-dev5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip";s:11:"3.23.0-dev6";s:64:"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip";s:6:"3.23.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip";s:6:"3.23.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip";s:6:"3.23.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip";s:6:"3.23.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip";s:6:"3.24.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip";s:12:"3.24.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip";s:12:"3.24.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip";s:12:"3.24.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip";s:11:"3.24.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip";s:11:"3.24.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip";s:11:"3.24.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip";s:6:"3.24.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip";s:6:"3.24.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip";s:6:"3.24.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip";s:6:"3.24.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip";s:6:"3.24.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip";s:6:"3.24.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip";s:6:"3.24.7";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip";s:6:"3.24.8";s:59:"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip";s:6:"3.25.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip";s:12:"3.25.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip";s:12:"3.25.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip";s:12:"3.25.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip";s:11:"3.25.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip";s:11:"3.25.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip";s:11:"3.25.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip";s:6:"3.25.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip";s:7:"3.25.10";s:60:"https://downloads.wordpress.org/plugin/elementor.3.25.10.zip";s:7:"3.25.11";s:60:"https://downloads.wordpress.org/plugin/elementor.3.25.11.zip";s:6:"3.25.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip";s:6:"3.25.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip";s:6:"3.25.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.4.zip";s:6:"3.25.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.5.zip";s:6:"3.25.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.6.zip";s:6:"3.25.7";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.7.zip";s:6:"3.25.8";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.8.zip";s:6:"3.25.9";s:59:"https://downloads.wordpress.org/plugin/elementor.3.25.9.zip";s:6:"3.26.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.26.0.zip";s:12:"3.26.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta1.zip";s:12:"3.26.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta2.zip";s:12:"3.26.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta3.zip";s:12:"3.26.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta4.zip";s:12:"3.26.0-beta5";s:65:"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta5.zip";s:11:"3.26.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev1.zip";s:11:"3.26.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev2.zip";s:11:"3.26.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev3.zip";s:11:"3.26.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev4.zip";s:11:"3.26.0-dev5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev5.zip";s:6:"3.26.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.26.1.zip";s:6:"3.26.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.26.2.zip";s:6:"3.26.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.26.3.zip";s:6:"3.26.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.26.4.zip";s:6:"3.26.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.26.5.zip";s:6:"3.27.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.27.0.zip";s:12:"3.27.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta1.zip";s:12:"3.27.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta2.zip";s:11:"3.27.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev1.zip";s:11:"3.27.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev2.zip";s:6:"3.27.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.27.1.zip";s:6:"3.27.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip";s:6:"3.27.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip";s:6:"3.27.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.27.4.zip";s:6:"3.27.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.27.5.zip";s:6:"3.27.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.27.6.zip";s:6:"3.27.7";s:59:"https://downloads.wordpress.org/plugin/elementor.3.27.7.zip";s:6:"3.28.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.28.0.zip";s:12:"3.28.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta1.zip";s:12:"3.28.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta2.zip";s:12:"3.28.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta3.zip";s:11:"3.28.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev1.zip";s:11:"3.28.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev2.zip";s:11:"3.28.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev3.zip";s:6:"3.28.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.28.1.zip";s:6:"3.28.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.28.2.zip";s:6:"3.28.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.28.3.zip";s:6:"3.28.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.28.4.zip";s:6:"3.29.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.29.0.zip";s:12:"3.29.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta1.zip";s:12:"3.29.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta2.zip";s:12:"3.29.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta3.zip";s:12:"3.29.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta4.zip";s:11:"3.29.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev1.zip";s:11:"3.29.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev2.zip";s:11:"3.29.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev3.zip";s:11:"3.29.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev4.zip";s:6:"3.29.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.29.1.zip";s:6:"3.29.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip";s:5:"3.3.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip";s:5:"3.3.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip";s:6:"3.30.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.30.0.zip";s:12:"3.30.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta1.zip";s:12:"3.30.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta2.zip";s:12:"3.30.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta3.zip";s:11:"3.30.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev1.zip";s:11:"3.30.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev2.zip";s:11:"3.30.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev3.zip";s:6:"3.30.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.30.1.zip";s:6:"3.30.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.30.2.zip";s:6:"3.30.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.30.3.zip";s:6:"3.30.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.30.4.zip";s:6:"3.31.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.31.0.zip";s:12:"3.31.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta1.zip";s:12:"3.31.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.31.0-beta2.zip";s:11:"3.31.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev1.zip";s:11:"3.31.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.31.0-dev2.zip";s:6:"3.31.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.31.1.zip";s:6:"3.31.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.31.2.zip";s:6:"3.31.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.31.3.zip";s:6:"3.31.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.31.4.zip";s:6:"3.31.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.31.5.zip";s:6:"3.32.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.32.0.zip";s:12:"3.32.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta1.zip";s:12:"3.32.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta2.zip";s:12:"3.32.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.32.0-beta3.zip";s:11:"3.32.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev1.zip";s:11:"3.32.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev2.zip";s:11:"3.32.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.32.0-dev3.zip";s:6:"3.32.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.32.1.zip";s:6:"3.32.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.32.2.zip";s:6:"3.32.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.32.3.zip";s:6:"3.32.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.32.4.zip";s:6:"3.32.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.32.5.zip";s:6:"3.33.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.33.0.zip";s:12:"3.33.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta1.zip";s:12:"3.33.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta2.zip";s:12:"3.33.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta3.zip";s:12:"3.33.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.33.0-beta4.zip";s:11:"3.33.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev1.zip";s:11:"3.33.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev2.zip";s:11:"3.33.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev3.zip";s:11:"3.33.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.33.0-dev4.zip";s:6:"3.33.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.33.1.zip";s:6:"3.33.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.33.2.zip";s:6:"3.33.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.33.3.zip";s:6:"3.33.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.33.4.zip";s:6:"3.33.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.33.5.zip";s:6:"3.33.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.33.6.zip";s:6:"3.34.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.34.0.zip";s:12:"3.34.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta1.zip";s:12:"3.34.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta2.zip";s:12:"3.34.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.34.0-beta3.zip";s:11:"3.34.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev1.zip";s:11:"3.34.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.34.0-dev2.zip";s:6:"3.34.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.34.1.zip";s:6:"3.34.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.34.2.zip";s:6:"3.34.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.34.3.zip";s:6:"3.34.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.34.4.zip";s:6:"3.35.0";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.0.zip";s:12:"3.35.0-beta1";s:65:"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta1.zip";s:12:"3.35.0-beta2";s:65:"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta2.zip";s:12:"3.35.0-beta3";s:65:"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta3.zip";s:12:"3.35.0-beta4";s:65:"https://downloads.wordpress.org/plugin/elementor.3.35.0-beta4.zip";s:11:"3.35.0-dev1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev1.zip";s:11:"3.35.0-dev2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev2.zip";s:11:"3.35.0-dev3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev3.zip";s:11:"3.35.0-dev4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.35.0-dev4.zip";s:6:"3.35.1";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.1.zip";s:6:"3.35.2";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.2.zip";s:6:"3.35.3";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.3.zip";s:6:"3.35.4";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.4.zip";s:6:"3.35.5";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.5.zip";s:6:"3.35.6";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.6.zip";s:6:"3.35.7";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.7.zip";s:6:"3.35.8";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.8.zip";s:6:"3.35.9";s:59:"https://downloads.wordpress.org/plugin/elementor.3.35.9.zip";s:5:"3.4.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip";s:10:"3.4.0-dev7";s:63:"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip";s:10:"3.4.0-dev8";s:63:"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip";s:10:"3.4.0-dev9";s:63:"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip";s:5:"3.4.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip";s:5:"3.4.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip";s:5:"3.4.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip";s:5:"3.4.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip";s:5:"3.4.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip";s:5:"3.4.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip";s:5:"3.4.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip";s:5:"3.4.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip";s:5:"3.5.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip";s:11:"3.5.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip";s:11:"3.5.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip";s:11:"3.5.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip";s:11:"3.5.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip";s:11:"3.5.0-beta5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip";s:11:"3.5.0-beta7";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip";s:11:"3.5.0-beta8";s:64:"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip";s:10:"3.5.0-dev8";s:63:"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip";s:10:"3.5.0-dev9";s:63:"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip";s:5:"3.5.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip";s:5:"3.5.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip";s:5:"3.5.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip";s:5:"3.5.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip";s:5:"3.5.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip";s:5:"3.5.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip";s:5:"3.6.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip";s:11:"3.6.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip";s:11:"3.6.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip";s:11:"3.6.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip";s:11:"3.6.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip";s:11:"3.6.0-beta5";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip";s:10:"3.6.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip";s:11:"3.6.0-dev10";s:64:"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip";s:5:"3.6.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip";s:5:"3.6.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip";s:5:"3.6.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip";s:5:"3.6.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip";s:5:"3.6.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip";s:5:"3.6.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip";s:5:"3.6.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip";s:5:"3.6.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip";s:5:"3.7.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip";s:11:"3.7.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip";s:11:"3.7.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip";s:11:"3.7.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip";s:11:"3.7.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip";s:10:"3.7.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip";s:5:"3.7.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip";s:5:"3.7.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip";s:5:"3.7.3";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip";s:5:"3.7.4";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip";s:5:"3.7.5";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip";s:5:"3.7.6";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip";s:5:"3.7.7";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip";s:5:"3.7.8";s:58:"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip";s:5:"3.8.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip";s:11:"3.8.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip";s:11:"3.8.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip";s:11:"3.8.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip";s:5:"3.8.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip";s:5:"3.9.0";s:58:"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip";s:5:"3.9.1";s:58:"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip";s:5:"3.9.2";s:58:"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip";s:5:"4.0.0";s:58:"https://downloads.wordpress.org/plugin/elementor.4.0.0.zip";s:11:"4.0.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta1.zip";s:11:"4.0.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta2.zip";s:11:"4.0.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta3.zip";s:11:"4.0.0-beta4";s:64:"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta4.zip";s:11:"4.0.0-beta5";s:64:"https://downloads.wordpress.org/plugin/elementor.4.0.0-beta5.zip";s:10:"4.0.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev1.zip";s:10:"4.0.0-dev2";s:63:"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev2.zip";s:10:"4.0.0-dev3";s:63:"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev3.zip";s:10:"4.0.0-dev4";s:63:"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev4.zip";s:10:"4.0.0-dev5";s:63:"https://downloads.wordpress.org/plugin/elementor.4.0.0-dev5.zip";s:5:"4.0.1";s:58:"https://downloads.wordpress.org/plugin/elementor.4.0.1.zip";s:5:"4.0.2";s:58:"https://downloads.wordpress.org/plugin/elementor.4.0.2.zip";s:5:"4.0.3";s:58:"https://downloads.wordpress.org/plugin/elementor.4.0.3.zip";s:5:"4.0.4";s:58:"https://downloads.wordpress.org/plugin/elementor.4.0.4.zip";s:5:"4.0.5";s:58:"https://downloads.wordpress.org/plugin/elementor.4.0.5.zip";s:5:"4.0.6";s:58:"https://downloads.wordpress.org/plugin/elementor.4.0.6.zip";s:5:"4.0.7";s:58:"https://downloads.wordpress.org/plugin/elementor.4.0.7.zip";s:5:"4.0.8";s:58:"https://downloads.wordpress.org/plugin/elementor.4.0.8.zip";s:5:"4.0.9";s:58:"https://downloads.wordpress.org/plugin/elementor.4.0.9.zip";s:5:"4.1.0";s:58:"https://downloads.wordpress.org/plugin/elementor.4.1.0.zip";s:11:"4.1.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta1.zip";s:11:"4.1.0-beta2";s:64:"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta2.zip";s:11:"4.1.0-beta3";s:64:"https://downloads.wordpress.org/plugin/elementor.4.1.0-beta3.zip";s:10:"4.1.0-dev1";s:63:"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev1.zip";s:10:"4.1.0-dev2";s:63:"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev2.zip";s:10:"4.1.0-dev3";s:63:"https://downloads.wordpress.org/plugin/elementor.4.1.0-dev3.zip";s:5:"4.1.1";s:58:"https://downloads.wordpress.org/plugin/elementor.4.1.1.zip";s:5:"4.1.2";s:58:"https://downloads.wordpress.org/plugin/elementor.4.1.2.zip";s:5:"4.1.3";s:58:"https://downloads.wordpress.org/plugin/elementor.4.1.3.zip";s:5:"4.1.4";s:58:"https://downloads.wordpress.org/plugin/elementor.4.1.4.zip";s:11:"4.2.0-beta1";s:64:"https://downloads.wordpress.org/plugin/elementor.4.2.0-beta1.zip";s:5:"trunk";s:52:"https://downloads.wordpress.org/plugin/elementor.zip";}s:11:"donate_link";s:0:"";s:5:"icons";a:2:{s:2:"1x";s:62:"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3444228";s:2:"2x";s:62:"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3444228";}s:12:"contributors";a:1:{s:8:"elemntor";s:40:"https://profiles.wordpress.org/elemntor/";}s:6:"market";N;s:11:"custom_link";N;}s:13:"embed-privacy";a:29:{s:4:"name";s:13:"Embed Privacy";s:4:"slug";s:13:"embed-privacy";s:7:"version";s:6:"1.12.4";s:6:"author";s:61:"<a href="https://profiles.wordpress.org/epiphyt/">epiphyt</a>";s:14:"author_profile";s:39:"https://profiles.wordpress.org/epiphyt/";s:8:"requires";s:3:"5.9";s:6:"tested";s:3:"7.0";s:12:"requires_php";s:3:"5.6";s:16:"requires_plugins";a:0:{}s:6:"rating";i:98;s:7:"ratings";a:5:{i:5;i:25;i:4;i:0;i:3;i:0;i:2;i:1;i:1;i:0;}s:11:"num_ratings";i:26;s:15:"support_threads";i:1;s:24:"support_threads_resolved";i:1;s:10:"downloaded";i:555206;s:12:"last_updated";s:21:"2026-05-12 8:54am GMT";s:5:"added";s:10:"2018-10-04";s:8:"homepage";s:0:"";s:8:"sections";a:5:{s:11:"description";s:1109:"<p>Content embedded from external sites such as YouTube or Twitter is loaded immediately when visitors access your site. Embed Privacy addresses this issue and prevents the loading of these contents until the visitor decides to allow loading of external content.<br /> But Embed Privacy not only protects your visitor’s privacy but also makes your site load faster.</p> <p>All embeds will be replaced by placeholders, ready for you to apply style as you wish. With only a couple of lines of CSS.</p> <p>By clicking on the placeholder the respective content will then be loaded.</p> <p><strong>Note: This plugins requires the PHP extension <a href="https://www.php.net/manual/en/book.dom.php" rel="nofollow ugc">“Document Object Model” (php-dom)</a>.</strong></p> <h4>Contribution</h4> <p>Feel free to contribute. The code is available at <a href="https://github.com/epiphyt/embed-privacy" rel="nofollow ugc">GitHub</a>.</p> <h4>Documentation</h4> <p>You can find the documentation for Embed Privacy at <a href="https://docs.epiph.yt/embed-privacy/" rel="nofollow ugc">docs.epiph.yt</a>.</p> ";s:12:"installation";s:585:"<ol> <li>Upload the plugin files to the <code>/wp-content/plugins/embed-privacy</code> directory, or install the plugin through the WordPress plugins screen directly.</li> <li>Activate the plugin through the ‘Plugins’ screen in WordPress.</li> <li>Embedded content will automatically be replaced by a placeholder and can be loaded on demand by your visitors. There are no additional settings.</li> <li>To allow users to opt-out of embed providers that they set to always active, place the shortcode <code>[embed_privacy_opt_out]</code> into your privacy policy.</li> </ol> ";s:3:"faq";s:6420:" <dt id="can%20embed%20privacy%20keep%20external%20services%20from%20tracking%20me%2Fmy%20visitors%3F"> Can Embed Privacy keep external services from tracking me/my visitors? </h4> <p> <p>Yes. As long as you don’t opt in to load external content, you/your visitors can’t be tracked by these services.</p> </p> <dt id="does%20embed%20privacy%20make%20embedding%20content%20privacy-friendly%3F"> Does Embed Privacy make embedding content privacy-friendly? </h4> <p> <p>The embedding process itself will be privacy-friendly with Embed Privacy. That means, that no third-party embed provider can track users without their explicit consent by clicking on the overlay to allow the embed to be loaded. However, to make sure everything is fine you need to expand your privacy policy for each embed provider you’re using or you want to use because you need to specify, where data will be sent to and what happens to them.</p> </p> <dt id="does%20embed%20privacy%20use%20cookies%3F"> Does Embed Privacy use cookies? </h4> <p> <p>If you use the opt-out functionality with the shortcode or the functionality to allow the user to always display content of certain embed providers, Embed Privacy creates a single cookie called <code>embed-privacy</code> with an expiration of 1 year to store the user’s choice.</p> </p> <dt id="does%20embed%20privacy%20support%20the%20block%20editor%3F"> Does Embed Privacy support the block editor? </h4> <p> <p>Sure thing! We enjoy playing with the block editor and developed Embed Privacy with Gutenberg in mind, the plugin will work no matter the editor you use.</p> </p> <dt id="which%20embeds%20are%20currently%20supported%3F"> Which embeds are currently supported? </h4> <p> <p>We currently support all oEmbed providers known to WordPress core by default. Want to know about them? Here you go:</p> <ul> <li>Amazon Kindle</li> <li>Anghami</li> <li>Animoto</li> <li>Bluesky</li> <li>Canva</li> <li>Cloudup</li> <li>DailyMotion</li> <li>Facebook</li> <li>Flickr</li> <li>Funny Or Die</li> <li>Imgur</li> <li>Instagram</li> <li>Issuu</li> <li>Kickstarter</li> <li>Meetup</li> <li>Mixcloud</li> <li>Photobucket</li> <li>Pocket Casts</li> <li>Polldaddy.com</li> <li>Reddit</li> <li>ReverbNation</li> <li>Scribd</li> <li>Sketchfab</li> <li>SlideShare</li> <li>SmugMug</li> <li>SoundCloud</li> <li>Speaker Deck</li> <li>Spotify</li> <li>TikTok</li> <li>TED</li> <li>Tumblr</li> <li>Twitter</li> <li>VideoPress</li> <li>Vimeo</li> <li>WordPress.org</li> <li>WordPress.tv</li> <li>YouTube</li> </ul> <p>We also support Google Maps via iframe and Divi and the following plugins:</p> <ul> <li>BuddyPress activity stream</li> <li>Jetpack (Facebook posts)</li> <li>Maps Marker (Pro)</li> <li>Shortcodes Ultimate</li> <li>wpForo (with the plugin wpForo Embeds)</li> </ul> <p>Additionally, we support the following custom content:</p> <ul> <li>Local Fediverse content</li> <li>Local X posts</li> <li>Facebook embed code (HTML)</li> <li>Instagram embed code (HTML)</li> </ul> <p>Since version 1.2.0, you can also add custom embed providers by going to <strong>Settings > Embed Privacy > Manage embeds</strong>. Here you can also modify any existing embed provider, change its logo, add a background image, change the text displaying on the embed or disable the embed provider entirely.</p> </p> <dt id="can%20embed%20privacy%20automatically%20download%20thumbnails%20of%20the%20embedded%20content%3F"> Can Embed Privacy automatically download thumbnails of the embedded content? </h4> <p> <p>Yes! Since version 1.5.0, Embed Privacy supports downloading and displaying thumbnails in posts for SlideShare, Vimeo and YouTube as background of Embed Privacy’s overlay.</p> </p> <dt id="can%20users%20opt-out%20of%20already%20opted%20in%20embed%20providers%3F"> Can users opt-out of already opted in embed providers? </h4> <p> <p>Yes! You can use the shortcode <code>[embed_privacy_opt_out]</code> to add a list of embed providers anywhere you want (recommendation: add it to your privacy policy) to allow your users to opt-out.</p> </p> <dt id="what%20parameters%20can%20be%20used%20in%20the%20shortcode%3F"> What parameters can be used in the shortcode? </h4> <p> <p>The shortcode <code>[embed_privacy_opt_out]</code> can be used to let users opt-out of embed providers that have been set to be always active by the user. It can have the following attributes:</p> <pre><code>headline – Add a custom headline (default: Embed providers) [embed_privacy_opt_out headline="My custom headline"] subline – Add a custom subline (default: Enable or disable embed providers globally. By enabling a provider, its embedded content will be displayed directly on every page without asking you anymore.) [embed_privacy_opt_out subline="My custom subline"] show_all – Whether to show all available embed providers or just the ones the user opted in (default: false) [embed_privacy_opt_out show_all="1"] </code></pre> <p>You can also combine all of these attributes:</p> <pre><code>[embed_privacy_opt_out headline="My custom headline" subline="My custom subline" show_all="1"] </code></pre> </p> <dt id="is%20this%20plugin%20compatible%20with%20my%20caching%20plugin%3F"> Is this plugin compatible with my caching plugin? </h4> <p> <p>If you’re using a caching plugin, make sure you enable the “JavaScript detection for active providers” in <strong>Settings > Embed Privacy > JavaScript detection</strong>. Then, the plugin is fully compatible with your caching plugin.</p> </p> <dt id="how%20can%20embed%20privacy%20be%20extended%3F"> How can Embed Privacy be extended? </h4> <p> <p>Check out our documentation: <a href="https://epiph.yt/en/embed-privacy/documentation/" rel="nofollow ugc">https://epiph.yt/en/embed-privacy/documentation/</a></p> </p> <dt id="who%20are%20you%2C%20folks%3F"> Who are you, folks? </h4> <p> <p>We are <a href="https://epiph.yt/en/" rel="nofollow ugc">Epiphyt</a>, your friendly neighborhood WordPress plugin shop from southern Germany.</p> </p> <dt id="how%20can%20i%20report%20security%20bugs%3F"> How can I report security bugs? </h4> <p> <p>You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. <a href="https://patchstack.com/database/vdp/embed-privacy" rel="nofollow ugc">Report a security vulnerability.</a></p> </p> ";s:9:"changelog";s:1304:"<h4>1.12.4</h4> <ul> <li>Fixed: Prevent deletion of non-thumbnails</li> </ul> <h4>1.12.3</h4> <ul> <li>Fixed: Saving embed fields for embed providers was not successful</li> </ul> <h4>1.12.2</h4> <ul> <li>Improved: Dynamic content is now handled more performant</li> <li>Fixed: The current focussed element is no more changed to the first active embed after page load</li> </ul> <h4>1.12.1</h4> <ul> <li>Fixed: Fatal error during activation and saving embed providers</li> </ul> <h4>1.12.0</h4> <ul> <li>Added: Allow handling dynamic content (in combination with the setting “Force script loading”)</li> <li>Improved: Performance for content with many blocks</li> <li>Improved: Overall performance through various caching mechanisms</li> <li>Changed: Renamed tweets to X posts</li> <li>Fixed: Default English descriptions are now automatically translated as soon as a translation is available, if it’s missing during installation</li> <li>Fixed: Handling multiple Instagram/Facebook posts within the same content</li> <li>Fixed: Fatal error in combination with Sugar Calendar Lite and Elementor</li> </ul> <p>For the full changelog, please visit <a href="https://docs.epiph.yt/embed-privacy/changelog.html" rel="nofollow ugc">https://docs.epiph.yt/embed-privacy/changelog.html</a>.</p> ";s:11:"screenshots";s:1338:"<ol><li><a href="https://ps.w.org/embed-privacy/assets/screenshot-1.png?rev=3148521"><img src="https://ps.w.org/embed-privacy/assets/screenshot-1.png?rev=3148521" alt="Add embeds using the classic editor or the block editor's embed blocks."></a><p>Add embeds using the classic editor or the block editor's embed blocks.</p></li><li><a href="https://ps.w.org/embed-privacy/assets/screenshot-2.png?rev=3148521"><img src="https://ps.w.org/embed-privacy/assets/screenshot-2.png?rev=3148521" alt="Embed Privacy will add an overlay to supported embeds automatically."></a><p>Embed Privacy will add an overlay to supported embeds automatically.</p></li><li><a href="https://ps.w.org/embed-privacy/assets/screenshot-3.png?rev=3148521"><img src="https://ps.w.org/embed-privacy/assets/screenshot-3.png?rev=3148521" alt="You can customize the overlays for each service individually."></a><p>You can customize the overlays for each service individually.</p></li><li><a href="https://ps.w.org/embed-privacy/assets/screenshot-4.png?rev=3148521"><img src="https://ps.w.org/embed-privacy/assets/screenshot-4.png?rev=3148521" alt="Different settings allow you to adjust the functionality of Embed Privacy according to your needs."></a><p>Different settings allow you to adjust the functionality of Embed Privacy according to your needs.</p></li></ol>";}s:17:"short_description";s:104:"Embed Privacy prevents the loading of embedded external content and allows your site visitors to opt-in.";s:13:"download_link";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.12.4.zip";s:11:"screenshots";a:4:{i:1;a:2:{s:3:"src";s:66:"https://ps.w.org/embed-privacy/assets/screenshot-1.png?rev=3148521";s:7:"caption";s:71:"Add embeds using the classic editor or the block editor's embed blocks.";}i:2;a:2:{s:3:"src";s:66:"https://ps.w.org/embed-privacy/assets/screenshot-2.png?rev=3148521";s:7:"caption";s:68:"Embed Privacy will add an overlay to supported embeds automatically.";}i:3;a:2:{s:3:"src";s:66:"https://ps.w.org/embed-privacy/assets/screenshot-3.png?rev=3148521";s:7:"caption";s:61:"You can customize the overlays for each service individually.";}i:4;a:2:{s:3:"src";s:66:"https://ps.w.org/embed-privacy/assets/screenshot-4.png?rev=3148521";s:7:"caption";s:98:"Different settings allow you to adjust the functionality of Embed Privacy according to your needs.";}}s:4:"tags";a:5:{s:9:"gutenberg";s:9:"gutenberg";s:7:"iframes";s:7:"iframes";s:6:"oembed";s:6:"oembed";s:11:"performance";s:11:"performance";s:7:"privacy";s:7:"privacy";}s:8:"versions";a:66:{s:3:"0.1";s:60:"https://downloads.wordpress.org/plugin/embed-privacy.0.1.zip";s:5:"1.0.0";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.0.0.zip";s:5:"1.0.1";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.0.1.zip";s:5:"1.0.2";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.0.2.zip";s:5:"1.1.0";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.1.0.zip";s:5:"1.1.1";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.1.1.zip";s:5:"1.1.2";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.1.2.zip";s:5:"1.1.3";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.1.3.zip";s:6:"1.10.0";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.0.zip";s:6:"1.10.1";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.1.zip";s:7:"1.10.10";s:64:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.10.zip";s:6:"1.10.2";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.2.zip";s:6:"1.10.3";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.3.zip";s:6:"1.10.4";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.4.zip";s:6:"1.10.5";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.5.zip";s:6:"1.10.6";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.6.zip";s:6:"1.10.7";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.7.zip";s:6:"1.10.8";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.8.zip";s:6:"1.10.9";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.10.9.zip";s:6:"1.11.0";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.11.0.zip";s:6:"1.11.1";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.11.1.zip";s:6:"1.11.2";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.11.2.zip";s:6:"1.11.3";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.11.3.zip";s:6:"1.11.4";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.11.4.zip";s:6:"1.12.0";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.12.0.zip";s:6:"1.12.1";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.12.1.zip";s:6:"1.12.2";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.12.2.zip";s:6:"1.12.3";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.12.3.zip";s:6:"1.12.4";s:63:"https://downloads.wordpress.org/plugin/embed-privacy.1.12.4.zip";s:5:"1.2.0";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.2.0.zip";s:5:"1.2.1";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.2.1.zip";s:5:"1.2.2";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.2.2.zip";s:5:"1.3.0";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.3.0.zip";s:5:"1.3.1";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.3.1.zip";s:5:"1.3.2";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.3.2.zip";s:5:"1.3.3";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.3.3.zip";s:5:"1.3.4";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.3.4.zip";s:5:"1.3.5";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.3.5.zip";s:5:"1.3.6";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.3.6.zip";s:5:"1.4.0";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.4.0.zip";s:5:"1.4.1";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.4.1.zip";s:5:"1.4.2";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.4.2.zip";s:5:"1.4.3";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.4.3.zip";s:5:"1.4.4";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.4.4.zip";s:5:"1.4.5";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.4.5.zip";s:5:"1.4.6";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.4.6.zip";s:5:"1.4.7";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.4.7.zip";s:5:"1.4.8";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.4.8.zip";s:5:"1.5.0";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.5.0.zip";s:5:"1.5.1";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.5.1.zip";s:5:"1.6.0";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.6.0.zip";s:5:"1.6.1";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.6.1.zip";s:5:"1.6.2";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.6.2.zip";s:5:"1.6.3";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.6.3.zip";s:5:"1.6.4";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.6.4.zip";s:5:"1.6.5";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.6.5.zip";s:5:"1.7.0";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.7.0.zip";s:5:"1.7.1";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.7.1.zip";s:5:"1.7.2";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.7.2.zip";s:5:"1.7.3";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.7.3.zip";s:5:"1.8.0";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.8.0.zip";s:5:"1.8.1";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.8.1.zip";s:5:"1.9.0";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.9.0.zip";s:5:"1.9.1";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.9.1.zip";s:5:"1.9.2";s:62:"https://downloads.wordpress.org/plugin/embed-privacy.1.9.2.zip";s:5:"trunk";s:56:"https://downloads.wordpress.org/plugin/embed-privacy.zip";}s:11:"donate_link";s:0:"";s:5:"icons";a:2:{s:2:"1x";s:58:"https://ps.w.org/embed-privacy/assets/icon.svg?rev=2812349";s:3:"svg";s:58:"https://ps.w.org/embed-privacy/assets/icon.svg?rev=2812349";}s:12:"contributors";a:3:{s:7:"epiphyt";s:39:"https://profiles.wordpress.org/epiphyt/";s:9:"kittmedia";s:41:"https://profiles.wordpress.org/kittmedia/";s:6:"krafit";s:38:"https://profiles.wordpress.org/krafit/";}s:6:"market";N;s:11:"custom_link";N;}}
💾 Save Changes
❌ Cancel