Recursive install of a plugin to WordPress blogs
I’ve had occasion recently to install a plugin on over 100 existing WordPress ePortfolio sites. The users themselves were unaware of the change and did not have to do anything to activate the new plugin. The plugin itself is fairly simple ‘Allow SWF Upload‘. This plugin overrides get_allowed_mime_types to allow Shockwave files to be uploaded. I found directly altering wp-includes/functions.php and removing the unset call for $t[‘swf’] didn’t work as WordPress put this straight back when I logged in so…