WP Manifestindependent plugin directory
manifest / multisite / custom-network-site-info-field

Custom Network Site Info Field

Adds a custom field to the Info tab of each Wordpress network site's Edit Site page in a multisite installation

by Jeremy Varnham · github.com/jvarn/custom-network-site-info-field · website

0stars
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/jvarn/custom-network-site-info-field/archive/refs/heads/main.zip

Readme

Custom Network Site Info Field

This Wordpress plugin allows you to add a custom field to the network site info page wp-admin\network\site-info.php by using the network_site_info_form hook.

Usage

The sample provided here adds a single field called Custom Field with a label Custom Label. You will need to adjust these to suit your requirements.

Read the full README on GitHub →