Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WordPress Phoenix Options Panel

WordPress options builder class is a library that helps you setup theme or plugin options that store data in the database with just a few lines of code.
WordPress options builder class is a library that helps you set up theme or plugin options that store data in the database with just a few lines of code.

### Updated in 5.0

Expand Down Expand Up @@ -65,3 +65,7 @@ Version 5.0 is a major rewrite of the WordPress Phoenix Options Panel and there
* [Get started](https://github.com/WordPress-Phoenix/wordpress-options-builder-class/wiki) at the Wiki describing Panel, Section and Part schemas
* [See a full example](https://github.com/WordPress-Phoenix/wpop-example-panel/) in the WPOP Example Plugin
* [Generate a working copy](https://github.com/WordPress-Phoenix/wordpress-development-toolkit/releases) using the WordPress Development Toolkit and the [Abstract Plugin Base](https://github.com/WordPress-Phoenix/abstract-plugin-base).

## Contributing

Pull requests with bug fixes and enhancements can be made by forking this repository and then submitting your new PR.