WP Manifestindependent plugin directory
manifest / multisite / wordpress-multisite-settings

WordPress Multisite Settings

Starter multisite plugin with just a Settings page

by Mario Yepes · github.com/marioy47/wordpress-multisite-settings · website

2stars
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/marioy47/wordpress-multisite-settings/archive/refs/heads/master.zip

WordPress Multisite Settings Plugin

This is a fully functional plugin that does just two things:

  • Creates a Multisite Settings page in Network Admin > Settings > Custom Settings
  • Saves a "site" option, which is an option that works only in a multisite environment

Settings Page

Development

You need to have composer installed globally and a working WordPress installation.

cd /path/to/wordpress/wp-content/plugins
clone https://github.com/marioy47/wordpress-multisite-settings.git
cd wordpress-multisite-settings
composer install
composer phpcs