Linux 软件免费装
Banner图

Bulk Delete

开发者 bulkwp
sudar
更新时间 2024年1月29日 01:07
PHP版本: 4.4 及以上
WordPress版本: 6.4.2

标签

post user delete meta fields draft bulk mass

下载

1.7 3.3 0.2 0.3 0.4 0.7 0.8 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.8 1.9 2.0 2.1 2.2 2.2.1 2.2.2 3.0 3.1 3.2 3.4 3.5 3.6.0 4.0 4.0.1 4.0.2 4.1 4.2 4.2.1 4.2.2 4.4 4.4.1 4.4.2 4.4.3 5.0 5.0.1 5.0.2 5.1 5.2 5.3 5.4.1 5.5 5.5.1 5.5.2 5.5.3 5.5.4 5.5.5 5.5.6 5.5.7 5.6.0 6.0.0 6.0.1 4.3 5.4 5.6.1 6.0.2 0.6

详情介绍:

Bulk Delete is a WordPress Plugin that allows you to delete posts, pages, attachments, users and meta fields in bulk based on different conditions and filters. Features The following conditions and filters are supported. Deleting posts This Plugin supports the following bulk delete options for deleting posts All the above options support the following filters Deleting posts by content Deleting posts by user Deleting pages Like posts, all the above options support the following filters as well Deleting post revisions Deleting users Deleting Meta Fields Deleting Attachments Deleting content from other plugins As you can see, the Plugin provide comprehensive options and filters to perform bulk deletion. If you looking for just moving posts, instead of deleting, then use Bulk Move Plugin instead. Pro Addons The following are the popular pro addons that are available for purchase. The full list of pro addons is available at the plugin site. PHP Support Fully compatible with PHP v5.3 to v7.3 Development The development of the Plugin happens over at github. If you want to contribute to the Plugin, fork the project at github and send me a pull request. If you are not familiar with either git or Github then refer to this guide to see how fork and send pull request. If you are looking for ideas, then you can start with one of TODO items from the issue tracker :) Support

安装:

The simplest way to install the plugin is to use the built-in automatic plugin installer. Go to plugins -> Add New and then enter the name of the plugin to automatically install it. If for some reason the above method doesn't work then you can download the plugin as a zip file, extract it and then use your favorite FTP client and then upload the contents of the zip file to the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

屏幕截图:

  • The above screenshot shows how you can delete posts by category. You can choose the post type from which you want to delete the posts.
  • The above screenshot shows how you can delete posts by tag.
  • The above screenshot shows how you can delete posts by custom taxonomy. You can choose the post type, taxonomy name and the terms from which you want to delete the posts.
  • The above screenshot shows how you can delete posts by custom post type.
  • The above screenshot shows how you can delete pages by status. You can choose between published pages, draft pages, pending pages, scheduled pages and private pages.
  • The above screenshot shows how you can delete users by user role. You can also filter by user's registered date or login date.
  • The above screenshot shows how you can delete users by user meta You can also filter by user's registered date or login date.
  • The above screenshot shows how you can enable/disable different sections in the delete posts page of the Plugin. Similarly you can enable different sections in the other pages of the plugin like delete posts, delete pages, delete users, delete meta fields and delete misc.
  • The above screenshot shows how you can enable/disable different sections in the delete users page of the Plugin.
  • The above screenshot shows how you can enable/disable different sections in the delete meta fields page of the Plugin.
  • The above screenshot shows the different pages that are available in the plugin.
  • The above screenshot shows how you can schedule auto delete of posts. Note that this feature is available only when you buy [pro addons](https://bulkwp.com/addons/?utm_source=wprepo&utm_campaign=BulkDelete&utm_medium=readme&utm_content=pro).

升级注意事项:

6.0.1 Added the ability to choose post status in addition to post type while deleting meta fields. 6.0.0 Added the ability to delete taxonomy terms and lot of new features. 5.6.1 Added the ability to delete users based on partial user meta values. 5.6.0 Added the ability to delete posts based on custom post status

常见问题:

After installing the Plugin, I just see a blank page.

This can happen if you have huge number of posts and your server is very underpowered. Check your PHP error log to see if there are any errors and correct them. The most common problems are script timeout or running out of memory. Change your PHP.ini file and increase the script timeout and/or amount of memory used by PHP process. You can view the current values of these settings from the system info page which can be accessed by going to Bulk WP -> System Info. In particular try to change the following settings

  • max_execution_time = 600 - Maximum execution time of each script, in seconds
  • max_input_time = 30 - Maximum amount of time each script may spend parsing request data
  • memory_limit = 256M - Maximum amount of memory a script may consume
You can also try to disable different sections of the Plugin, if you have huge number of posts.

How do I know what are the current values for these options configured in my server?

Access the System Info page using the menu Bulk WP -> System Info. The System info page displays the values for the different configuration options that are configured in your server.

How do I disable different sections of the Plugin

You can enable or disable different sections of the Plugin by choosing the required modules in the screen option. You can open screen options by clicking the link in the top right corner of the Plugin page.

Is it possible to restore the posts that I have deleted through the Plugin?

If you choose the option "Move to trash" then you can find them from trash. But if you choose "Delete permanently", then it is not possible to retrieve the posts. So be very careful.

Is it possible that some Plugin are not compatible with Bulk Delete?

Yes. If a Plugin rewrites the query vars by using add_filter( 'pre_get_posts' ) then it may be incompatible with this Plugin. If you find any Plugin with which Bulk Delete doesn't work, then let me know and I will try to see if I can add support through some hack.

Is it possible to schedule deletion of posts?

The ability to schedule deletion of posts is available as a pro addon.

I have a question about the pro addons, how should I contact you?

You can contact us by posting about it in our support forum.