Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.05 KB

README.md

File metadata and controls

13 lines (7 loc) · 1.05 KB

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