Skip to content
forked from vanokhin/sunrise

Sunrise is an opensource and OOP-based WordPress plugin framework

Notifications You must be signed in to change notification settings

idevwebs/sunrise

 
 

Repository files navigation

Sunrise for WordPress

Options Pages Framework for WordPress Plugins and Themes

Sunrise is an open-source and OOP-based plugin framework. It can help you to make unlimited number of fast and powerful options pages with native look in your WordPress plugins or themes. It was designed to speed up plugin deployment and development, together with sufficient functionality.

Quick start

Open file plugin-example.php and modify the code as you want. Detailed documentation will be added in closest future. Use native WordPress functions to get and update created options - get_option( $id ), update_option( $id, 'new value' )

Useful links

Screenshots

Regular fields, Extra fields

About

Sunrise is an opensource and OOP-based WordPress plugin framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 80.8%
  • JavaScript 10.1%
  • CSS 9.1%