{"id":290242,"date":"2026-03-21T08:22:00","date_gmt":"2026-03-21T08:22:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/magic-copy-for-elementor\/"},"modified":"2026-08-25T12:28:26","modified_gmt":"2026-08-25T12:28:26","slug":"magic-copy-for-elementor","status":"publish","type":"plugin","link":"https:\/\/nn.wordpress.org\/plugins\/magic-copy-for-elementor\/","author":13904710,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1.6","stable_tag":"1.1.6","tested":"7.1","requires":"6.2","requires_php":"7.4","requires_plugins":null,"header_name":"Magic Copy for Elementor \u2013 Cross Domain Copy Paste","header_author":"Md Mustafa Kamal Hossain","header_description":"Adds copy functionality to Elementor widgets for easy replication across sites","assets_banners_color":"a8b3e8","last_updated":"2026-08-25 12:28:26","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/magic-copy-for-elementor\/","header_author_uri":"","rating":5,"author_block_rating":0,"active_installs":0,"downloads":1065,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"nisan92","date":"2026-03-21 08:21:31"},"1.0.2":{"tag":"1.0.2","author":"nisan92","date":"2026-03-24 11:48:24"},"1.0.3":{"tag":"1.0.3","author":"nisan92","date":"2026-04-27 19:44:28"},"1.0.4":{"tag":"1.0.4","author":"nisan92","date":"2026-05-11 14:53:14"},"1.0.5":{"tag":"1.0.5","author":"nisan92","date":"2026-05-20 13:26:29"},"1.0.6":{"tag":"1.0.6","author":"nisan92","date":"2026-06-04 07:38:10"},"1.0.7":{"tag":"1.0.7","author":"nisan92","date":"2026-06-11 14:13:37"},"1.0.8":{"tag":"1.0.8","author":"nisan92","date":"2026-07-17 20:06:47"},"1.0.9":{"tag":"1.0.9","author":"nisan92","date":"2026-07-19 10:11:15"},"1.1.0":{"tag":"1.1.0","author":"nisan92","date":"2026-07-21 12:48:08"},"1.1.1":{"tag":"1.1.1","author":"nisan92","date":"2026-07-22 18:50:32"},"1.1.2":{"tag":"1.1.2","author":"nisan92","date":"2026-08-02 12:50:37"},"1.1.3":{"tag":"1.1.3","author":"nisan92","date":"2026-08-11 18:06:03"},"1.1.4":{"tag":"1.1.4","author":"nisan92","date":"2026-08-12 10:36:51"},"1.1.5":{"tag":"1.1.5","author":"nisan92","date":"2026-08-18 18:15:59"},"1.1.6":{"tag":"1.1.6","author":"nisan92","date":"2026-08-25 12:28:26"}},"upgrade_notice":{"1.1.6":"<p>Upgrade to 1.1.6 for comprehensive WCAG 2.1 AA accessibility compliance, keyboard navigation (Enter\/Space triggers), focus-visible indicators, and screen reader optimizations.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":2},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":3487660,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":3487660,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256}},"assets_banners":{"banner-1544x500-rtl.jpg":{"filename":"banner-1544x500-rtl.jpg","revision":3487660,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":3487660,"resolution":"1544x500","location":"assets","locale":"","width":1344,"height":436},"banner-772x250-rtl.jpg":{"filename":"banner-772x250-rtl.jpg","revision":3487660,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":3487660,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3665312,"resolution":false,"location":"assets","locale":"","contents":"{\"landingPage\":\"\\\/wp-admin\\\/post.php?post=2&action=elementor\",\"preferredVersions\":{\"php\":\"8.0\",\"wp\":\"latest\"},\"phpExtensionBundles\":[\"kitchen-sink\"],\"steps\":[{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"},{\"step\":\"installPlugin\",\"options\":{\"activate\":true},\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"elementor\"}},{\"step\":\"installPlugin\",\"options\":{\"activate\":true},\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"magic-copy-for-elementor\"}},{\"step\":\"runPHP\",\"code\":\"<?php\\n\\\/\\\/ Playground runPHP may execute without WP loaded; load core functions first.\\nif ( ! function_exists( 'get_post' ) ) {\\n    require_once 'wordpress\\\/wp-load.php';\\n}\\n\\n$page_id = 2;\\n$page = get_post( $page_id );\\n\\nif ( $page && 'page' === $page->post_type ) {\\n    wp_update_post(\\n        array(\\n            'ID'          => $page_id,\\n            'post_title'  => 'Magic Copy Demo Page',\\n            'post_status' => 'publish',\\n        )\\n    );\\n} else {\\n    $page_id = wp_insert_post(\\n        array(\\n            'import_id'   => $page_id,\\n            'post_type'   => 'page',\\n            'post_title'  => 'Magic Copy Demo Page',\\n            'post_status' => 'publish',\\n        )\\n    );\\n}\\n\\n$elementor_data = array(\\n    array(\\n        'id'       => 'mc_demo_section',\\n        'elType'   => 'section',\\n        'settings' => array(\\n            'layout'                  => 'full_width',\\n            'content_width'           => 'boxed',\\n            'background_background'   => 'classic',\\n            'background_color'        => '#f6f4ee',\\n            'padding'                 => array(\\n                'unit' => 'px',\\n                'top' => '80',\\n                'right' => '20',\\n                'bottom' => '80',\\n                'left' => '20',\\n                'isLinked' => false\\n            ),\\n        ),\\n        'elements' => array(\\n            array(\\n                'id'       => 'mc_demo_column',\\n                'elType'   => 'column',\\n                'settings' => array(\\n                    '_column_size' => 100,\\n                ),\\n                'elements' => array(\\n                    array(\\n                        'id'         => 'mc_demo_heading',\\n                        'elType'     => 'widget',\\n                        'widgetType' => 'heading',\\n                        'settings'   => array(\\n                            'title' => 'Magic Copy for Elementor',\\n                            'size'  => 'xl',\\n                        ),\\n                        'elements'   => array(),\\n                    ),\\n                    array(\\n                        'id'         => 'mc_demo_text',\\n                        'elType'     => 'widget',\\n                        'widgetType' => 'text-editor',\\n                        'settings'   => array(\\n                            'editor' => '<p>This preview opens with Elementor ready.<\\\/p><p>Enable <strong>Magic Copy<\\\/strong> on a widget from the Advanced tab, then view the page on the frontend and hover the element to see the copy button.<\\\/p>',\\n                        ),\\n                        'elements'   => array(),\\n                    ),\\n                    array(\\n                        'id'         => 'mc_demo_button',\\n                        'elType'     => 'widget',\\n                        'widgetType' => 'button',\\n                        'settings'   => array(\\n                            'text' => 'Preview on Frontend',\\n                            'link' => array(\\n                                'url' => '\\\/?page_id=' . $page_id,\\n                                'is_external' => '',\\n                                'nofollow' => '',\\n                                'custom_attributes' => ''\\n                            ),\\n                            'align' => 'center',\\n                            'size'  => 'md',\\n                        ),\\n                        'elements'   => array(),\\n                    ),\\n                ),\\n            ),\\n        ),\\n    ),\\n);\\n\\nupdate_post_meta( $page_id, '_elementor_edit_mode', 'builder' );\\nupdate_post_meta( $page_id, '_elementor_template_type', 'wp-page' );\\nupdate_post_meta( $page_id, '_elementor_version', '3.35.0' );\\nupdate_post_meta( $page_id, '_elementor_data', wp_slash( wp_json_encode( $elementor_data ) ) );\\n\"}]}"}},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9","1.1.0","1.1.1","1.1.2","1.1.3","1.1.4","1.1.5","1.1.6"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":3487660,"resolution":"1","location":"assets","locale":"","width":1500,"height":670},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":3487660,"resolution":"2","location":"assets","locale":"","width":1500,"height":669},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":3487660,"resolution":"3","location":"assets","locale":"","width":1500,"height":669},"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":3487660,"resolution":"4","location":"assets","locale":"","width":1500,"height":669},"screenshot-5.jpg":{"filename":"screenshot-5.jpg","revision":3487660,"resolution":"5","location":"assets","locale":"","width":1500,"height":669},"screenshot-6.jpg":{"filename":"screenshot-6.jpg","revision":3487660,"resolution":"6","location":"assets","locale":"","width":1500,"height":669}},"screenshots":{"1":"<strong>Live Frontend Copy Button<\/strong> - Hover overlay on live page elements.","2":"<strong>Elementor Editor Paste<\/strong> - Direct keyboard shortcut paste into Elementor.","3":"<strong>Pro Cloud Library Drawer<\/strong> - Personal and Team cloud component management.","4":"<strong>Access Control Settings<\/strong> - Manage role-based permissions in admin."}},"plugin_section":[],"plugin_tags":[35287,160032,131399,246135,275237],"plugin_category":[59],"plugin_contributors":[256488],"plugin_business_model":[],"class_list":["post-290242","plugin","type-plugin","status-publish","hentry","plugin_tags-cross-domain","plugin_tags-cross-site","plugin_tags-elementor-addon","plugin_tags-elementor-copy-paste","plugin_tags-live-copy","plugin_category-utilities-and-tools","plugin_contributors-nisan92","plugin_committers-nisan92","plugin_committers-tawshif"],"banners":{"banner":"https:\/\/ps.w.org\/magic-copy-for-elementor\/assets\/banner-772x250.jpg?rev=3487660","banner_2x":"https:\/\/ps.w.org\/magic-copy-for-elementor\/assets\/banner-1544x500.jpg?rev=3487660","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/magic-copy-for-elementor\/assets\/icon-128x128.jpg?rev=3487660","icon_2x":"https:\/\/ps.w.org\/magic-copy-for-elementor\/assets\/icon-256x256.jpg?rev=3487660","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/magic-copy-for-elementor\/assets\/screenshot-1.jpg?rev=3487660","caption":"<strong>Live Frontend Copy Button<\/strong> - Hover overlay on live page elements."},{"src":"https:\/\/ps.w.org\/magic-copy-for-elementor\/assets\/screenshot-2.jpg?rev=3487660","caption":"<strong>Elementor Editor Paste<\/strong> - Direct keyboard shortcut paste into Elementor."},{"src":"https:\/\/ps.w.org\/magic-copy-for-elementor\/assets\/screenshot-3.jpg?rev=3487660","caption":"<strong>Pro Cloud Library Drawer<\/strong> - Personal and Team cloud component management."},{"src":"https:\/\/ps.w.org\/magic-copy-for-elementor\/assets\/screenshot-4.jpg?rev=3487660","caption":"<strong>Access Control Settings<\/strong> - Manage role-based permissions in admin."},{"src":"https:\/\/ps.w.org\/magic-copy-for-elementor\/assets\/screenshot-5.jpg?rev=3487660","caption":""},{"src":"https:\/\/ps.w.org\/magic-copy-for-elementor\/assets\/screenshot-6.jpg?rev=3487660","caption":""}],"raw_content":"<!--section=description-->\n<p><strong>Magic Copy for Elementor<\/strong> is the ultimate <strong>cross-domain<\/strong> and <strong>cross-site<\/strong> <strong>copy paste<\/strong> productivity tool built for web designers, agencies, and WordPress developers. It enables instant <strong>live copy<\/strong> from frontend pages directly into any <strong>Elementor container<\/strong> or layout canvas.<\/p>\n\n<ul>\n<li><strong>Cross-Site &amp; Cross-Domain Copy Paste:<\/strong> Copy any <strong>Elementor container<\/strong>, section, grid, or widget directly from a live site and perform a <strong>cross-site<\/strong> transfer to paste on completely separate domain names without downloading JSON export files.<\/li>\n<li><strong>Live Copy &amp; Native Editor Paste:<\/strong> Enjoy 1-click <strong>live copy<\/strong> capability on published pages. Simply hover over any <strong>Elementor container<\/strong> or widget, click to copy, and execute a <strong>copy paste<\/strong> action inside the Elementor editor using native keyboard shortcuts (<code>Cmd+V<\/code> \/ <code>Ctrl+V<\/code>).<\/li>\n<li><strong>Cross-Domain Layout Transfer:<\/strong> Move complex <strong>Elementor container<\/strong> structures, multi-column sections, and nested templates with automatic media sideloading into the destination WordPress Media Library.<\/li>\n<\/ul>\n\n<p>Whether you're managing client websites, replicating agency design frameworks, or performing a <strong>cross-domain<\/strong> site migration, Magic Copy delivers effortless <strong>cross-site<\/strong> <strong>copy paste<\/strong> capabilities for every <strong>Elementor container<\/strong> and layout.<\/p>\n\n\n\n<h3>\ud83d\udfe2 FREE FEATURES (Included Out of the Box)<\/h3>\n\n<ul>\n<li><strong>Cross-Site &amp; Cross-Domain Transfer:<\/strong> Move any <strong>Elementor container<\/strong> or section from Site A to Site B across separate domain names.<\/li>\n<li><strong>Live Copy Hover Overlay:<\/strong> Perform a <strong>live copy<\/strong> directly from published pages without opening the editor interface.<\/li>\n<li><strong>Native Keyboard Copy Paste:<\/strong> Paste copied layouts directly into any <strong>Elementor container<\/strong> using standard <code>Cmd+V<\/code> \/ <code>Ctrl+V<\/code> commands.<\/li>\n<li><strong>Smart Asset &amp; Media Sideloading:<\/strong> Automatically sideloads image assets into the target site's WordPress Media Library during a <strong>cross-site<\/strong> import.<\/li>\n<li><strong>Deep Style &amp; Settings Preservation:<\/strong> Preserves all padding, typography, custom CSS rules, and responsive parameters during a <strong>cross-domain<\/strong> <strong>copy paste<\/strong> operation.<\/li>\n<li><strong>Child Element Include\/Exclude:<\/strong> Easily toggle whether child widgets within containers are included in your <strong>copy paste<\/strong> workflow.<\/li>\n<li><strong>Elementor 4.x Compatible:<\/strong> Fully supports modern Flexbox Containers, CSS Grid, and Atomic Elements architecture.<\/li>\n<\/ul>\n\n\n\n<h3>\ud83d\udfe1 PROFESSIONAL PLAN FEATURES<\/h3>\n\n<ul>\n<li><strong>Personal Cloud Library:<\/strong> Save your favorite Elementor containers and widgets to your personal cloud account and insert them on any site with 1-click inside the Elementor editor.<\/li>\n<li><strong>Copy History Snapshots (Last 50 Elements):<\/strong> Automatically record your last 50 copied elements with 1-click restore, search filter, and element type badges.<\/li>\n<li><strong>Global Copy Rules:<\/strong> Define site-wide copy rules by element type (<code>container<\/code>, <code>section<\/code>, <code>widget<\/code>), CSS class (<code>.copyable<\/code>), or wildcard selectors to auto-enable copy.<\/li>\n<li><strong>Granular Role &amp; User Access Controls:<\/strong> Configure per-role capability permissions across WP roles and Logged-Out Guests, with User ID Whitelist and Blacklist.<\/li>\n<li><strong>Shareable Template Links:<\/strong> Generate public or password-protected token URLs to share Elementor components with clients or community.<\/li>\n<\/ul>\n\n\n\n<h3>\ud83d\udd34 BUSINESS PLAN FEATURES<\/h3>\n\n<ul>\n<li><strong>Team Cloud Clipboard (Shared Team Library):<\/strong> Shared cloud library workspace allowing entire agency teams and freelancers to build, invite team members, and share a centralized component library.<\/li>\n<li><strong>Cross-Site Direct Push:<\/strong> Send Elementor elements directly from Site A to Site B via secure REST API without manual <strong>copy paste<\/strong>.<\/li>\n<li><strong>White-Label Branding:<\/strong> Rebrand plugin display name in WP Admin menu, customize hover copy button text &amp; colors, and suppress Manfii branding notices.<\/li>\n<li><strong>WooCommerce Builder Support:<\/strong> Smart detection and mapping for WooCommerce product widgets and category references.<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>magic-copy-for-elementor<\/code> folder to <code>\/wp-content\/plugins\/<\/code> directory, or install directly via WordPress Plugin Directory.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Open any live page containing Elementor elements, hover over an element, and click the <strong>Magic Copy<\/strong> button.<\/li>\n<li>Open the Elementor editor on any destination site and paste using <code>Cmd+V<\/code> or <code>Ctrl+V<\/code>.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"does%20magic%20copy%20work%20with%20elementor%20flexbox%20containers%3F\"><h3>Does Magic Copy work with Elementor Flexbox Containers?<\/h3><\/dt>\n<dd><p>Yes! Magic Copy fully supports modern Flexbox Containers, CSS Grid, columns, sections, and individual widgets.<\/p><\/dd>\n<dt id=\"do%20images%20transfer%20automatically%20when%20performing%20a%20cross-domain%20copy%20paste%3F\"><h3>Do images transfer automatically when performing a cross-domain copy paste?<\/h3><\/dt>\n<dd><p>Yes! External and local image URLs embedded in element settings are automatically sideloaded into the destination site's WordPress Media Library during a <strong>cross-domain<\/strong> <strong>copy paste<\/strong> import.<\/p><\/dd>\n<dt id=\"does%20magic%20copy%20require%20both%20sites%20to%20have%20the%20plugin%20installed%3F\"><h3>Does Magic Copy require both sites to have the plugin installed?<\/h3><\/dt>\n<dd><p>To perform a <strong>live copy<\/strong> from a live site, Magic Copy (Free or Pro) must be active on that site. To paste into the Elementor editor, Magic Copy must be active on the target site.<\/p>\n\n<\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.1.6<\/h4>\n\n<ul>\n<li>Accessibility: Added full WCAG 2.1 AA compliant aria-label, role=\"button\", and tabindex=\"0\" on frontend copy button overlay.<\/li>\n<li>Accessibility: Added complete keyboard interaction support (Enter and Space keys) to trigger element copy without requiring mouse hover.<\/li>\n<li>Accessibility: Added visible focus ring indicators (:focus-visible) and container focus-within display rules for keyboard navigators.<\/li>\n<li>Accessibility: Added role=\"status\", aria-live=\"polite\", and accessible close button labels to toast notification feedback.<\/li>\n<\/ul>\n\n<h4>1.1.5<\/h4>\n\n<ul>\n<li>Feature: Added WooCommerce Builder Support with automatic reference detection, manual\/auto mapping UI during layout imports, and WooCommerce ajax lookup endpoints (Business Plan).<\/li>\n<li>Feature: Added Unlimited Copy History supported by custom MySQL table storage with real-time text searching, element type filtering, infinite scroll pagination, and automatic background cleanup rules setting (Business Plan).<\/li>\n<li>Core: Added custom javascript hooks during layout import errors to cleanly allow premium add-on extensions to override or intercept default error notifications.<\/li>\n<\/ul>\n\n<h4>1.1.4<\/h4>\n\n<ul>\n<li>Feature: Added Copy History Snapshots (last 50 elements) with 1-click restore\/paste, search filter, element type badges, and clear history.<\/li>\n<li>Feature: Added Global Copy Rules for site-wide automatic copy overlays by element type (<code>container<\/code>, <code>section<\/code>, <code>widget<\/code>), CSS class (<code>.copyable<\/code>), or wildcard selector.<\/li>\n<li>Feature: Added Granular Role &amp; User Access Controls with per-role capability matrix across WP roles and Logged-Out Guests, plus User ID Whitelist and Blacklist.<\/li>\n<li>Feature: Added Team Cloud Clipboard (Shared Team Library) for agency team member invitations, team roster management, and shared layout pasting (Business Plan).<\/li>\n<li>Feature: Added White-Label Branding allowing custom plugin display name, custom hover copy button text, custom button background\/text colors, and Manfii branding suppression (Business Plan).<\/li>\n<li>Security: Resolved PHPCS WordPress Coding Standards compliance and sanitization rules.<\/li>\n<\/ul>\n\n<h4>1.1.3<\/h4>\n\n<ul>\n<li>Fix: Security patch updated.<\/li>\n<li>Update: Updated UX.<\/li>\n<li>Compatibility: Checked feature compatibility with latest Elementor.<\/li>\n<\/ul>\n\n<h4>1.1.2<\/h4>\n\n<ul>\n<li>Feature: Added Cross-Site Direct Push for transferring Elementor layouts directly from Site A to Site B via secure REST API (<code>POST \/wp-json\/magiccopyel-pro\/v1\/push<\/code>) with secret key authentication.<\/li>\n<li>Feature: Added target remote page selector for appending pushed elements directly to existing Elementor pages.<\/li>\n<li>Feature: Added automatic remote media sideloading on receiving site during Cross-Site Push.<\/li>\n<li>Feature: Added Cross-Site Push admin management UI for registering connected sites and secret key generation.<\/li>\n<li>Feature: Added Elementor editor Cross-Site Direct Push modal interface.<\/li>\n<li>Compatibility: Updated and verified compatibility with Elementor 4.2.1 and Elementor Pro 4.2.1.<\/li>\n<\/ul>\n\n<h4>1.1.1<\/h4>\n\n<ul>\n<li>Feature: Added Shareable Template Links for generating tokenized URLs with optional password protection and custom expiration rules (1 Day, 7 Days, 30 Days, Never).<\/li>\n<li>Feature: Added 1-Click Share Link Import tab in Elementor Editor modal drawer.<\/li>\n<li>Feature: Added \"+ Save Element to Cloud\" action button inside Personal Cloud Library modal with automatic clipboard JSON payload detection and element type auto-classification.<\/li>\n<li>UX: Enhanced Elementor Editor UI integration supporting Elementor 4.2.0 Atomic Elements iframe architecture (<code>#elementor-preview-iframe<\/code>).<\/li>\n<li>UX: Added standalone inline SVG cloud download icons and custom cyan dropdown chevron styling for select controls (<code>#mcfe-save-type<\/code>, <code>#mcfe-share-expiry<\/code>).<\/li>\n<li>UX: Redesigned Admin Welcome Dashboard (<code>wp-admin\/admin.php?page=magiccopyel-welcome<\/code>) with feature spotlight grid and live System Health Status badges.<\/li>\n<li>Fix: Implemented universal <code>copyTextToClipboard()<\/code> with <code>document.execCommand('copy')<\/code> fallback for non-HTTPS local development domains (<code>http:\/\/*.test<\/code>).<\/li>\n<li>Fix: Resolved WordPress core emoji parser (<code>wp-emoji-release.min.js<\/code>) layout distortion on dashboard hero banner.<\/li>\n<li>Fix: Resolved Freemius API license authentication 400 response for active Professional and Business plan licenses.<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Feature: Added compatibility for Pro Personal Cloud Library integration.<\/li>\n<li>Performance: Optimized Elementor editor asset loading routines and payload handlers.<\/li>\n<li>Update: UX update and security patch.<\/li>\n<li>Compatibility: Checked feature compatibility with latest Elementor.<\/li>\n<\/ul>\n\n<h4>1.0.9<\/h4>\n\n<ul>\n<li>Added: Freemius SDK integration for managing licensing and standalone Pro updates.<\/li>\n<li>Added: Automatic database cleanup routine on plugin uninstall.<\/li>\n<li>Updated: Unified deployment workflows for Free &amp; Pro releases.<\/li>\n<\/ul>\n\n<h4>1.0.8<\/h4>\n\n<ul>\n<li>Update: Added modern pill-shaped copy overlay, inline loading spinners, and custom toast notification alerts.<\/li>\n<li>Fix: Addressed PHPCS security sanitization warnings in AJAX controllers.<\/li>\n<li>Compatibility: Updated WordPress compatibility tag to 7.0 and verified Elementor compatibility.<\/li>\n<\/ul>\n\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>Fix: Security update.<\/li>\n<li>Update: UX update.<\/li>\n<li>Compatibility: Elementor compatibility check.<\/li>\n<\/ul>","raw_excerpt":"Cross domain copy paste for Elementor. Copy sections, containers, and widgets live from the frontend and paste across websites instantly.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/290242","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=290242"}],"author":[{"embeddable":true,"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/nisan92"}],"wp:attachment":[{"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=290242"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=290242"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=290242"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=290242"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=290242"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/nn.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=290242"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}