All Projects → schlessera → better-settings-v1

schlessera / better-settings-v1

Licence: other
Example Code: Settings Page - Better Implementation v1

Programming Languages

PHP
23972 projects - #3 most used programming language

Example Code: Settings Page - Better Implementation v1

This example code is part of the article: Using A Config To Write Reusable Code

This is more of a real OOP implementation of a settings page using the WordPress Settings API. In addition to the previous example, it uses a Config file to make the SettingsPage class truly reusable.

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 Settingsas-settings-better-v1.

Subpage appearing in the Settings menu

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

Settings page as it is generated by this plugin

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].