https://github.com/webdevstudios/broken-site-checker
Finds broken domains in multisite and archives them
https://github.com/webdevstudios/broken-site-checker
Last synced: 11 months ago
JSON representation
Finds broken domains in multisite and archives them
- Host: GitHub
- URL: https://github.com/webdevstudios/broken-site-checker
- Owner: WebDevStudios
- Created: 2014-01-30T16:44:37.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-03T17:37:29.000Z (about 12 years ago)
- Last Synced: 2025-03-27T13:45:18.409Z (12 months ago)
- Language: PHP
- Size: 319 KB
- Stars: 8
- Watchers: 62
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Broken Site Checker #
Contributors: ryanduff
Tags: multisite, admin, upgrade, management, network
Requires at least: 3.8
Tested up to: 3.8.1
Stable tag: 1.0.1
License: GPLv2 or later
Checks all sites on a multisite and archives any that are inaccessable.
## Description ##
Large networks can get a bit unweidly. On occasion there are mapped domains that won't load and this breaks the network upgrade process. This loops through all "active" sites in a multisite network and archives any sites that can't be reached.
## Installation ##
1. Network Activate plugin and visit Network Admin > Sites > Broken Link Checker
## Frequently Asked Questions ##
None at this time
## Screenshots ##
1. Checking a multisite network for broken sites
## Changelog ##
### 1.0.1 ###
* Better validation of Site IDs before archiving
* Added wp_error response to archived site message
* Fixed missing string translation
### 1.0.0 ###
* Initial Release