Chandra Patel

Just Another Developer

WP Custom Settings

WordPress provides Settings API for developers to create forms and manage form data.

For every form field, the developer needs to register a callback function which outputs the field along with the field value.

So I thought to create a wrapper for Settings API which allows developers to create a custom admin menu page with settings using Settings API without registering callbacks to every settings section and field. Following is the GitHub repo link.

https://github.com/chandrapatel/wp-custom-settings

In the readme, I have added how to usage it and important notes.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.