该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Delayed Delete

描述

Delayed Delete, developed by Crystal Green at the Tidbits of Experience mommy blog, is a WordPress plugin that provides a way to queue posts for bulk deletion. Instead of immediately deleting posts, you can add them to a delayed delete queue and delete them all at once when ready.

Features:

  • Add posts to delayed delete queue via bulk actions in the Posts admin page.
  • View queued posts in a dedicated admin submenu under Posts.
  • Remove selected posts from the queue individually or in bulk.
  • Export queue as a .txt file or display for copy/paste into your own file.
  • Permanently delete all queued posts with a single button click.
  • Security measures including nonces and capability checks.
  • Internationalization ready.

Translations

The plugin is ready for translations. The text domain is delayed-delete.

安装

  1. Upload the delayed-delete folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Posts > Delayed Delete to use the feature.

常见问题

Can I add pages or custom post types to the queue?

No, only standard posts (post_type = ‘post’) can be added to the queue.

What happens if I add the same post multiple times?

The plugin prevents duplicates from being added to the queue.

Is there an undo feature?

No, once posts are deleted, they cannot be recovered.

评价

此插件暂无评价。

贡献者及开发者

「Delayed Delete」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Delayed Delete」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.0

  • Initial release.