michaeluno / admin-page-framework

Facilitates WordPress plugin and theme development.
http://admin-page-framework.michaeluno.jp/
Other
340 stars 71 forks source link

Make sections optional #65

Closed michaeluno closed 10 years ago

michaeluno commented 10 years ago

This reduces the necessity of calling $this->addSettingSections(). If the method is not called, the added fields will internally be assigned to the system default section.

michaeluno commented 10 years ago

Done in 6dcd616 or somewhere around it.