You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Easy installable ZIP file generation: `npm run zip`
40
40
* Automatic translation file (`.pot`) creation. See [Translation](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Translation).
41
-
* Network/multi-site options, shortcodes, widgets (via [Carbon Fields](https://carbonfields.net)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
41
+
* Network Admin (multisite) options, shortcodes, widgets (via [Carbon Fields](https://carbonfields.net)) and custom post types (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
42
42
* Configuration registry ([docs](https://github.com/dmhendricks/wordpress-toolkit/wiki/ConfigRegistry)) and optional `wp-config.php`[constants](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Configuration-&-Constants)
43
43
* Customizer options
44
44
* Define environmental variables via `.env` files ([reference](https://github.com/dmhendricks/wordpress-toolkit/wiki/ToolKit#environment))
@@ -91,7 +91,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
91
91
* Updated Composer license to conform to new [SPDX](https://spdx.org/licenses/) identifiers
92
92
* Added [phpdotenv](https://github.com/etelford/phpdotenv) support ([reference](https://github.com/dmhendricks/wordpress-toolkit/wiki/ToolKit#environment))
93
93
* Added `npm run zip-dev` to create installable ZIP including necessary development files
94
-
* Added Network/Multi-site options page example
94
+
* Added [Network Admin options page](https://github.com/dmhendricks/wordpress-base-plugin/blob/master/app/Settings/Network_Settings_Page.php) example
0 commit comments