WP Manifestindependent plugin directory
manifest / developer / mb-bulk-save-tool

MB Bulk Save Tool

Bulk Save Tool for Wordpress

by Dwayne Parton · github.com/dwayneparton/mb-bulk-save-tool · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/dwayneparton/mb-bulk-save-tool/archive/refs/heads/master.zip

From the readme

Bulk Save Tool for Wordpress This tool is for developers and is useful for running tasks that happen when a post is updated. In and of itself it does nothing but run wpupdatepost on each existing post with no additional data. Nothing fancy. But why? This allows for the savepost action to execute. If using a plugin like Auto Upload Images, then it's import image actions will be executed for each post without having to go and save each one individually! YAY! When using this tool, you are essentially clicking update on every post. Using this Tool Backup your database! Access the WP Dashboard, and under tools you will see Bulk Save. Select the Post Types you want to update. How I use it mbbulksaveactions passes the post variable. This plugin was built to specifically bulk run Auto Upload Images on 1800+ posts. Auto Upload Images only works when you save the post, so if you want to use it on every post you either have to bulk edit groups of them(which results in timesouts) or you have to save each one individually(waste of life). So that's why I wrote this script. I'm sure it could be faster but it gets the job done. A couple examples This would regenerate all post slugs,

Read the full README on GitHub →