PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.2
Elementor Website Builder – more than just a page builder v4.3.2
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
elementor / modules / mcp / static-resources / abilities / create-preview-link.md

create-preview-link.md in Elementor Website Builder – more than just a page builder 4.3.2, at modules/mcp/static-resources/abilities/create-preview-link.md

14 lines 1006 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # PURPOSE
2 Creates a signed, time-limited URL that renders a snapshot of the current Elementor content of a post without publishing it. The URL is anonymous (no WordPress login required).
3
4 # WHEN TO USE
5 **Agent self-validation only.** Call this right after a mutation (e.g. `elementor/build-composition`, `elementor/manage-elements`, `elementor/update-page-settings`) so you can fetch the returned `url` with your browser/screenshot tool and verify the change rendered as intended.
6
7 # DO NOT SHARE `url` WITH THE USER
8 The `url` field is throwaway — time-limited, frozen to a snapshot, and stops working once it expires. It is meant for your own verification loop.
9
10 If the user needs a link, share the **`edit_url`** field returned by this same call. The editor link:
11 - Stays valid across sessions.
12 - Reflects live changes, not a frozen snapshot.
13 - Requires the user to be logged into WordPress with edit permissions — which is the correct access model for anyone who should be looking at draft content.
14