| 开发者 | publishdesk |
|---|---|
| 更新时间 | 2026年9月23日 07:42 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
publishdesk-connector folder to /wp-content/plugins/, or install
the zip via Plugins → Add New → Upload.Yes. The local breaking-news banner works with no account. The full editorial command center requires a free PublishDesk workspace.
No — for the free local features. To run live multi-editor coverage, publish into exact categories from one workspace, and manage posts remotely, connect a free PublishDesk workspace.
Yes. The banner renders in a hook the plugin owns (wp_footer), so it can't
break your theme's structure.
Connections use an application password you control, and your content is never used to train AI models. See https://publishdesk.io/legal/privacy.
PublishDesk detects Yoast and Rank Math and bridges their fields where available.
Yes — that's the point. One workspace targets each connected site's own categories, tags, and menus.
<img>, so the 40x40 PNG was drawn at full size inside a 36x34 slot and
collided with the menu items above and below it. The icon is now an inline
monochrome SVG data URI, which WordPress sizes to 20px and gives the same
rest, hover and active treatment as its own Dashicons. Reported by the
WordPress.org plugin review team on 25 August.assets/menu-icon.png.$post_type->cap->publish_posts)
instead of relying on a meta-capability name, and reads the requested status
from any request transport (JSON body, form body, or query string) so the
publish check cannot be skipped by sending the status a different way. A
missing or unrecognised status is now rejected outright instead of falling
through to the permissive branch, and the publish capability is re-asserted at
the point of write.edit_terms capability, and
update/delete use WordPress core's per-term edit_term / delete_term meta
capabilities — instead of a single hard-coded manage_categories check.auth_callback now checks edit access to the
specific post rather than the site-wide edit_posts capability.init.uninstall.php so deleting the plugin removes its options, transients,
and scheduled event (including on multisite).DELETE /posts/{id} now requires the post's actual delete
capability instead of edit access, and POST /posts/{id}/status now
requires publish capability when the target status is publish or private
(draft/pending still only need edit access). Matches the 14 Aug review.[publishdesk_live] shortcode alias; the shortcode
is [pdconnect_live] only, so every registered name uses the plugin's
distinct prefix.manage_options) instead of Editor-level access.edit_others_posts) instead of edit_posts, so Contributor/Author accounts
can no longer modify the site-wide connection. Auto-provisioning is unaffected
(PublishDesk connects with Admin/Editor application passwords).byline field, so changing the author line
from PublishDesk updates the live post in one push (an empty byline clears the
override and restores the native WordPress author).