WP Multisite Flush Rewrites
Flush rewrite rules on a WordPress multisite.
by Sean Fisher · github.com/alleyinteractive/wp-multisite-flush-rewrites · website
★ 0stars
268kcomposer installs
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/alleyinteractive/wp-multisite-flush-rewrites/archive/refs/heads/develop.zipAlso on Packagist as alleyinteractive/wp-multisite-flush-rewrites:
composer require alleyinteractive/wp-multisite-flush-rewritesFrom the readme
WP Multisite Flush Rewrites
Flush rewrite rules easily for all sites on a WordPress multisite.
Installation
You can install the package via Composer:
Usage
Activate the plugin in WordPress and flush the network's rewrite rules in the
Network Admin Panel:
You can also flush the rewrite rules with WP-CLI:
The plugin flushes the rewrite rules for all non-archived sites in a network by
making an admin-ajax.php request to each site. This ensures that the rewrite
rules are properly refreshed and any changes are applied across the network.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
This project is actively maintained by Alley
Interactive. Like what you see? Come work
with us.
- Sean Fisher
- All Contributors
License
The GNU General Public License (GPL) license. Please see License File for more information.
Read the full README on GitHub →