| 开发者 |
jumplinks
alincozari |
|---|---|
| 更新时间 | 2026年9月4日 01:17 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/wp-content/plugins/jumplinks-editorial-workflow directory, or install the plugin through the WordPress plugins screen.Assign a reviewer, collect feedback via inline comments, request changes or approve, and publish when approved.
The actual page exactly as visitors will see it — Flow renders the content through your theme on the frontend. Inline comments anchor to the rendered output, so reviewers catch layout, spacing, and typography issues that the editor view hides. Reviewers also don't need to access the editor to leave feedback.
Yes. In the reviewer field pick External Email, type the address, and send the review. Flow emails that person a signed magic link that opens the review page directly — they never create an account, register, or log in. From there they do everything a logged-in reviewer does: read the page as visitors see it, leave inline comments (Flow asks for their name the first time), and approve or request changes. The link is signed and tied to that single email address, so it can't be guessed, and it stops working as soon as you remove that reviewer or cancel the review. Free includes one external reviewer per post; Pro lets you invite several email addresses to the same post review or to a site-wide review.
Flow is designed for Gutenberg, Classic Editor, Elementor, Bricks Builder, Beaver Builder, Divi, Avada, Breakdance, and Oxygen Builder publishing workflows.
Flow ships with native integrations for Gutenberg, Classic Editor, Elementor, Bricks Builder, Beaver Builder, Divi, Avada, Breakdance, and Oxygen Builder. If you work in a different editor, you can still use Flow — just open the post in Gutenberg or Classic Editor (both included with WordPress) to request reviews, manage reviewers, and track status. Your existing editor stays untouched for the actual content work.
Yes. You can enable the review workflow for posts, pages, products, and custom post types from the settings screen. We cannot guarantee compatibility with all custom content types, but we are confident most cases are handled.
Yes. Flow sends email notifications for key review lifecycle events, helping teams stay aligned on status changes. Slack integration is also included in the Pro version.
Yes. Flow is compatible with WooCommerce-powered sites and content workflows.
Flow is ideal for content and editorial teams that need a simple review and approval workflow in WordPress without the overhead of enterprise-style configuration. It also works well for freelance developers and agencies who want a structured way to share in-progress work with clients for feedback and approval, without sending screenshots or asking clients to navigate the WordPress admin.
Yes. Add the client as a user with a reviewer-eligible role, assign them as the reviewer, and send them the review page link. They land on a focused page with the page or post preview, leave inline comments anchored to specific content, and approve or request changes — without ever needing to learn the WordPress editor. If you'd rather not create an account for them at all, assign their email address instead and Flow sends them a magic link into the same review page. In the PRO version you can invite several external email reviewers at once or send the entire site for review!
No, Flow is a tool dedicated for WordPress and it just needs access to the admin dashboard. No SaaS subscription, no external tools.
*.l10n.php translation file now declares a direct-access guard, resolving a Plugin Checker warning.font-family: "<post title>" instead of the real font name.<a> (gallery markup) no longer collapse to their intrinsic size.<a><img></a> markup now opens the comment popover when clicked instead of being swallowed by the review-page link guard.onclick="window.open( '…', '_self' )" handlers (common in galleries) no longer navigate the review iframe out of the chrome — same _blank bypass as target="_blank" anchors..entry-content / .wp-block-post-content.assets/blueprints/blueprint.json so the WordPress.org plugin page can spin up a one-click demo of the review experience (logged in as a reviewer with sample image/video content to comment on).template_include (e.g. Kallyas builder, other site-builder themes), so the dedicated review page renders correctly regardless of the active theme.button / [type=button] selectors.languages/, plus Domain Path header, so translate.wordpress.org community translations are picked up automatically.react-jsx-runtime script handle that core only registers from 6.6 onwards, restoring the review page chrome and editor sidebars on older WP versions.