https://github.com/schlessera/broken-settings-v1
Example Code: Settings Page - Broken Implementation v1
https://github.com/schlessera/broken-settings-v1
hacktoberfest
Last synced: 10 months ago
JSON representation
Example Code: Settings Page - Broken Implementation v1
- Host: GitHub
- URL: https://github.com/schlessera/broken-settings-v1
- Owner: schlessera
- Created: 2016-02-29T08:38:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-08T09:47:55.000Z (almost 10 years ago)
- Last Synced: 2025-02-22T00:28:31.383Z (over 1 year ago)
- Topics: hacktoberfest
- Language: PHP
- Homepage: https://www.alainschlesser.com/config-files-for-reusable-code/
- Size: 88.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example Code: Settings Page - Broken Implementation v1
*__This example code is part of the article: [Using A Config To Write Reusable Code](https://www.alainschlesser.com/config-files-for-reusable-code/)__*
This is a very naïve "OOP" implementation of a settings page using the WordPress Settings API.
To test this plugin yourself, clone the repository into a `wp-content/plugins` folder of a WordPress installation, and run the command `composer install` from within the plugin's folder to generate the autoloader. You should then be able to activate the plugin and get access to the generated settings page via `Settings` → `as-settings-broken-v1`.

Clicking on this menu entry will bring you to the generated Settings page, which allows you to save two useless settings.
