Title: Updated documentation
Last modified: August 21, 2016

---

# Updated documentation

 *  Resolved [haydenjameslee](https://wordpress.org/support/users/haydenjameslee/)
 * (@haydenjameslee)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/updated-documentation/)
 * Have been using your admin page framework and its awesome. Thanks a bunch for
   making and open sourcing it.
 * Quick question. I noticed you updated the plugin lately and I couldn’t find any
   documentation on how to do the equivalent of `AddFormSections()` as I was currently
   using.
 * Feel free to shoot through a question if you need more info.
 * Cheers and thanks again,
 * Hayden
 * [http://wordpress.org/plugins/admin-page-framework/](http://wordpress.org/plugins/admin-page-framework/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * (@miunosoft)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/updated-documentation/#post-4048816)
 * Thanks for the compliment!
 * > I noticed you updated the plugin lately and I couldn’t find any documentation
   > on how to do the equivalent of AddFormSections() as I was currently using.
 * It should be `addSettingSections()` and it does not accept the _fields_ key any
   more to avoid deep indentations so you need to pass field arrays to the `addSettingFields()`
   method. I posted a simple example at [Gist](https://gist.github.com/michaeluno/6283702).
 * The method names were changed to imply that they behave differently from `AddFormSections()`
   and `AddFormFields()`. However, this is just my personal decision and the method
   names can be discussed and changed as v2 has not been officially released.
 * Also in v2, all the method names and array keys will use the camel-back notation.
 *  Plugin Author [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * (@miunosoft)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/updated-documentation/#post-4049005)
 * Now v2 has been released and the [documentation](http://admin-page-framework.michaeluno.jp/en/v2/)
   was updated as well.
 * I’m going to mark this thread as resolved.
 * If you need more code examples, feel free to ask.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Updated documentation’ is closed to new replies.

 * ![](https://ps.w.org/admin-page-framework/assets/icon-256x256.png?rev=998199)
 * [Admin Page Framework](https://wordpress.org/plugins/admin-page-framework/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/admin-page-framework/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/admin-page-framework/)
 * [Active Topics](https://wordpress.org/support/plugin/admin-page-framework/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/admin-page-framework/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/admin-page-framework/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [miunosoft](https://wordpress.org/support/users/miunosoft/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/updated-documentation/#post-4049005)
 * Status: resolved